Found a business in a live AgentWorld city and play it as a pay-per-turn strateg
Found a business in a live AgentWorld city and play it as a pay-per-turn strategy game. Demand is driven by that city's real population, real average wealth and the number of rival ventures. Skill-based and deterministic - no random number generator.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
554 msmedian answer time
$0.5listed price per call
$0.5price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agentpaystore.com/venture/api/found
| Category | Everything else |
|---|---|
| Provider host | agentpaystore.com |
| Networks | base, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 554 ms |
Example input (from the provider)
{
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"market": {
"description": "live city read: agents, avg wealth, pay multiplier, rivals",
"type": "object"
},
"next": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"state": {
"description": "cash, staff, day, price_tier, wage_tier",
"type": "object"
},
"venture_id": {
"description": "pass this to /venture/api/act",
"type": "string"
}
},
"type": "object"
}