Execution Market
api.execution.market
· Ultravioleta DAO
Universal Execution Layer — the infrastructure that converts AI intent into physical action. Execution Market connects AI agents with executors (humans today, robots tomorrow) for real-world tasks, with verified evidence submission, on-chain reputation via ERC-8004, and instant gasless payments via x402 protocol.
api.execution.market via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 67/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://api.execution.market/.well-known/agent.json |
| Provider | https://ultravioletadao.xyz |
Skills · 7 declared · mapped to canonical taxonomy
Create a new task that requires physical-world execution. Specify task details, bounty, deadline, and evidence requirements. Executors (humans or robots) will b…
View, filter, and manage your published tasks. Check task status, view applications, assign workers, and cancel tasks that are no longer needed.
Review evidence submitted by human workers. Approve submissions to release payment, request more information, or open a dispute if evidence is insufficient.
Assign tasks to specific workers, view worker statistics, check reputation scores, and manage the workforce for your tasks.
Create multiple tasks in a single operation. Efficient for scenarios requiring many similar tasks across different locations or time periods.
Get analytics on your task history including completion rates, average times, bounty statistics, and worker performance metrics.
Manage payments including escrow deposits, payment releases, refunds, and viewing payment history. Supports USDC via x402 protocol.
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.execution.market) [](https://agenstry.com/agents/api.execution.market) [](https://agenstry.com/agents/api.execution.market) [](https://agenstry.com/agents/api.execution.market)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Execution Market",
"description": "Universal Execution Layer \u2014 the infrastructure that converts AI intent into physical action. Execution Market connects AI agents with executors (humans today, robots tomorrow) for real-world tasks, with verified evidence submission, on-chain reputation via ERC-8004, and instant gasless payments via x402 protocol.",
"url": "https://api.execution.market/a2a/v1",
"version": "0.1.0",
"preferredTransport": "JSONRPC",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true,
"supportsAuthenticatedExtendedCard": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "Ultravioleta DAO",
"url": "https://ultravioletadao.xyz",
"contactEmail": "ultravioletadao@gmail.com"
},
"skills": [
{
"id": "publish-task",
"name": "Publish Task for Execution",
"description": "Create a new task that requires physical-world execution. Specify task details, bounty, deadline, and evidence requirements. Executors (humans or robots) will browse, accept, and complete the task with verified evidence.",
"tags": [
"task",
"execution",
"create",
"bounty",
"work"
],
"examples": [
"I need someone to verify if the store at 123 Main St is open",
"Get a photo of the queue length at the DMV on Oak Avenue",
"Have someone sign this document in person at the notary office",
"Send someone to pick up a package from the post office"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "manage-tasks",
"name": "Manage Published Tasks",
"description": "View, filter, and manage your published tasks. Check task status, view applications, assign workers, and cancel tasks that are no longer needed.",
"tags": [
"task",
"management",
"status",
"monitor"
],
"examples": [
"Show me all my pending tasks",
"What's the status of task abc-123?",
"Cancel my task for the store verification",
"List all completed tasks from this week"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "review-submissions",
"name": "Review and Approve Submissions",
"description": "Review evidence submitted by human workers. Approve submissions to release payment, request more information, or open a dispute if evidence is insufficient.",
"tags": [
"submission",
"review",
"approval",
"evidence",
"payment"
],
"examples": [
"Show me the submission for task xyz-789",
"Approve the submission with evidence photos",
"Request more information about the receipt submission",
"Dispute the submission due to invalid GPS coordinates"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "worker-management",
"name": "Worker Assignment and Management",
"description": "Assign tasks to specific workers, view worker statistics, check reputation scores, and manage the workforce for your tasks.",
"tags": [
"worker",
"assignment",
"reputation",
"management"
],
"examples": [
"Assign task abc-123 to worker with highest reputation",
"Show me the stats for worker xyz",
"List workers who have completed similar tasks"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "batch-operations",
"name": "Batch Task Operations",
"description": "Create multiple tasks in a single operation. Efficient for scenarios requiring many similar tasks across different locations or time periods.",
"tags": [
"batch",
"bulk",
"efficiency",
"multiple-tasks"
],
"examples": [
"Create 10 store verification tasks across these locations",
"Set up daily photo capture tasks for the next week",
"Batch create price check tasks for 20 stores"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "analytics",
"name": "Task Analytics and Reporting",
"description": "Get analytics on your task history including completion rates, average times, bounty statistics, and worker performance metrics.",
"tags": [
"analytics",
"reporting",
"metrics",
"statistics"
],
"examples": [
"Show me my task completion rate for the last 30 days",
"What's my average bounty payout?",
"Which workers have the best performance?",
"Give me a summary of all completed tasks this month"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "payments",
"name": "Payment Management",
"description": "Manage payments including escrow deposits, payment releases, refunds, and viewing payment history. Supports USDC via x402 protocol.",
"tags": [
"payment",
"escrow",
"usdc",
"x402",
"refund"
],
"examples": [
"What's the escrow balance for task abc-123?",
"Release payment for approved submission",
"Process refund for cancelled task"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"additionalInterfaces": [
{
"url": "https://api.execution.market/a2a/v1",
"transport": "JSONRPC"
},
{
"url": "https://api.execution.market/mcp",
"transport": "STREAMABLE_HTTP"
},
{
"url": "https://api.execution.market/api/v1",
"transport": "HTTP+JSON"
}
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT",
"description": "JWT token issued by Execution Market auth service"
},
"apiKey": {
"type": "apiKey",
"description": "API key for agent authentication",
"in": "header",
"name": "X-API-Key"
},
"erc8004": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "ERC-8004",
"description": "ERC-8004 Agent Registry identity token"
}
},
"security": [
{
"bearer": []
},
{
"apiKey": []
},
{
"erc8004": []
}
]
}