Genesis agent-economy simulation
UnyKorn LLC licenses issuance software and rails. The custodian you name holds the keys. Cross-chain, where used, is CCT on CCIP. Not a broker-dealer.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7d9a65d06dcc435a52D5880C6310Bd6E96c156DB",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "XRP",
"extra": {
"unit": "drops",
"nonce": "1790131508.446047315be20113d360855e.5800d1e4daf2ad14ee92dc3be03f781d",
"pay_first": true,
"memo_sha256": "590d9aa1d340e7d4e0f60b19720de3986606e20e6cf5bd3cd98626dc14b5a62a",
"instructions": "Send the payment with a Memo whose MemoData = memo_sha256 (hex). Then present X-PAYMENT {\"network\":\"xrpl:mainnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}.",
"nonce_expires_at": 1790133308
},
"payTo": "rsJ3PGGDH4vPpedjfVRe9YKTCf9BWu6TDC",
"price": "0.05",
"amount": "50000",
"scheme": "exact",
"network": "xrpl:mainnet",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7d9a65d06dcc435a52D5880C6310Bd6E96c156DB",
"amount": "250000",
"scheme": "exact",
"network": "eip155:137",
"maxAmountRequired": "250000",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AuFqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"payTo": "FN9TC2ScDFAX2zPK5KKhHSv6L9gfTva8LCUq1AjXLwY1",
"amount": "250000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxAmountRequired": "250000",
"maxTimeoutSeconds": 300
},
{
"asset": "USDC",
"extra": {
"unit": "stroops (7 decimals)",
"nonce": "1790131508.446047315be20113d360855e.5800d1e4daf2ad14ee92dc3be03f781d",
"pay_first": true,
"memo_sha256": "590d9aa1d340e7d4e0f60b19720de3986606e20e6cf5bd3cd98626dc14b5a62a",
"instructions": "Send the payment with memo type HASH = memo_sha256 (32 bytes hex). Then present X-PAYMENT {\"network\":\"stellar:pubnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}.",
"nonce_expires_at": 1790133308
},
"payTo": "GBYLA6VHX4UWIFEEC2KAOJK57RUKIR2CKO7TGVRDWMG2A3B2W4ZHJEPI",
"price": "0.25",
"proof": "send with memo type HASH = the memo_sha256 from this 402, then present X-PAYMENT {\"network\":\"stellar:pubnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}",
"amount": "2500000",
"issuer": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"scheme": "exact",
"network": "stellar:pubnet",
"pay_first": true,
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://twin.unykorn.org/genesis-sim",
"tags": [
"infra",
"ai",
"agents",
"genesis402",
"unykorn"
],
"mimeType": "application/json",
"parameters": {
"n": "agents, 5-500, default 50",
"epochs": "epochs, 10-200, default 100"
},
"description": "Genesis agent-economy simulation — Genesis402 / UnyKorn Operator Network",
"serviceName": "Genesis agent-economy simulation",
"what_you_get": "One deterministic simulation run of an N-agent energy-exchange economy over E epochs, returning the Gini coefficient series, final total energy, a stability verdict, and a SHA-256 commitment over the final state vector.",
"deterministic": true,
"typical_execution_ms": "20-400"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"params": {
"n": 50,
"epochs": 100
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"type": "genesis-sim",
"result": {
"agents": 50,
"epochs": 100,
"stable": true,
"final_gini": 0.41,
"total_energy": 5225,
"state_commitment_sha256": "<64 hex>"
},
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"params"
],
"properties": {
"params": {
"type": "object",
"properties": {
"n": {
"type": "integer",
"maximum": 500,
"minimum": 5
},
"epochs": {
"type": "integer",
"maximum": 200,
"minimum": 10
}
}
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
}
},
"output": {
"type": "object"
}
}
}
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.25 USDC on Base to 0x7d9a…156DB. The signed payment is good for 5 minutes.
- Paid to
- 0x7d9a…156DB
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 250000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- rsJ3PG…u6TDC
- Token contract
- XRP
- Payment window
- 5 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 0x7d9a…156DB
- Token contract
- 0x3c49…c3359
- Payment window
- 5 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- FN9TC2…XLwY1
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- GBYLA6…HJEPI
- Token contract
- USDC
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7d9a65d06dcc435a52D5880C6310Bd6E96c156DB",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "XRP",
"extra": {
"unit": "drops",
"nonce": "1790127696.083adde8ba5fd768e73e53de.5c0b6882018df097b1c5a6fdda3abda2",
"pay_first": true,
"memo_sha256": "59ee3f0e937af1a7d1ea2e2765df6b74ed2448215f2dd67bd388efc17819ceec",
"instructions": "Send the payment with a Memo whose MemoData = memo_sha256 (hex). Then present X-PAYMENT {\"network\":\"xrpl:mainnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}.",
"nonce_expires_at": 1790129496
},
"payTo": "rsJ3PGGDH4vPpedjfVRe9YKTCf9BWu6TDC",
"price": "0.05",
"amount": "50000",
"scheme": "exact",
"network": "xrpl:mainnet",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7d9a65d06dcc435a52D5880C6310Bd6E96c156DB",
"amount": "250000",
"scheme": "exact",
"network": "eip155:137",
"maxAmountRequired": "250000",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AuFqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
},
"payTo": "FN9TC2ScDFAX2zPK5KKhHSv6L9gfTva8LCUq1AjXLwY1",
"amount": "250000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxAmountRequired": "250000",
"maxTimeoutSeconds": 300
},
{
"asset": "USDC",
"extra": {
"unit": "stroops (7 decimals)",
"nonce": "1790127696.083adde8ba5fd768e73e53de.5c0b6882018df097b1c5a6fdda3abda2",
"pay_first": true,
"memo_sha256": "59ee3f0e937af1a7d1ea2e2765df6b74ed2448215f2dd67bd388efc17819ceec",
"instructions": "Send the payment with memo type HASH = memo_sha256 (32 bytes hex). Then present X-PAYMENT {\"network\":\"stellar:pubnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}.",
"nonce_expires_at": 1790129496
},
"payTo": "GBYLA6VHX4UWIFEEC2KAOJK57RUKIR2CKO7TGVRDWMG2A3B2W4ZHJEPI",
"price": "0.25",
"proof": "send with memo type HASH = the memo_sha256 from this 402, then present X-PAYMENT {\"network\":\"stellar:pubnet\",\"txHash\":\"<hex>\",\"nonce\":\"<nonce>\"}",
"amount": "2500000",
"issuer": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"scheme": "exact",
"network": "stellar:pubnet",
"pay_first": true,
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"params": {
"n": 50,
"epochs": 100
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"type": "genesis-sim",
"result": {
"agents": 50,
"epochs": 100,
"stable": true,
"final_gini": 0.41,
"total_energy": 5225,
"state_commitment_sha256": "<64 hex>"
},
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"params"
],
"properties": {
"params": {
"type": "object",
"properties": {
"n": {
"type": "integer",
"maximum": 500,
"minimum": 5
},
"epochs": {
"type": "integer",
"maximum": 200,
"minimum": 10
}
}
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
}
},
"output": {
"type": "object"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 01:41Z
- Last indexed by Roundhouse
- 2026-09-24 09:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 02:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Genesis agent-economy simulation and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Genesis%20agent-economy%20simulation' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://twin.unykorn.org/genesis-sim, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.