RWA market readiness lookup
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.27b640ce3643edcc65ef4d31.44c67a7b7bbd43fecdd93b0053bbc712",
"pay_first": true,
"memo_sha256": "7d3e226a98f72a34501047bf7848dc722b8d382c05fc5bb14d4f6b69372ac635",
"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.27b640ce3643edcc65ef4d31.44c67a7b7bbd43fecdd93b0053bbc712",
"pay_first": true,
"memo_sha256": "7d3e226a98f72a34501047bf7848dc722b8d382c05fc5bb14d4f6b69372ac635",
"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/rwa-screen",
"tags": [
"infra",
"ai",
"agents",
"genesis402",
"unykorn"
],
"mimeType": "application/json",
"parameters": {
"market": "one of: texas, florida, newyork, oregon"
},
"description": "RWA market readiness lookup — Genesis402 / UnyKorn Operator Network",
"serviceName": "RWA market readiness lookup",
"what_you_get": "A readiness record for one covered US energy-RWA market: grid operator, instrument type, readiness state, our published score, and an evidence hash. DATA SOURCE IS A CURATED STATIC TABLE of the four markets listed in markets_supported — it is not a live data feed and it is not investment advice. Unsupported markets are refused, not substituted.",
"deterministic": true,
"typical_execution_ms": "1-5"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"params": {
"market": "texas"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"grid": "ERCOT",
"type": "rwa-screen",
"score": 0.87,
"market": "texas",
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
},
"readiness": "ready",
"data_source": "curated static table; not advice"
}
}
},
"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": {
"market": {
"enum": [
"texas",
"florida",
"newyork",
"oregon"
],
"type": "string"
}
}
}
}
},
"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": "1790127704.b246384ebcb0ff0f29a26b74.c91b9ccfaf11e2e52583c030326d9a08",
"pay_first": true,
"memo_sha256": "4eeb54dd892118e1325a86324be41ac6a68d7e1b731b9124710bb9a79947f49b",
"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": 1790129504
},
"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": "1790127704.b246384ebcb0ff0f29a26b74.c91b9ccfaf11e2e52583c030326d9a08",
"pay_first": true,
"memo_sha256": "4eeb54dd892118e1325a86324be41ac6a68d7e1b731b9124710bb9a79947f49b",
"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": 1790129504
},
"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": {
"market": "texas"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"grid": "ERCOT",
"type": "rwa-screen",
"score": 0.87,
"market": "texas",
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
},
"readiness": "ready",
"data_source": "curated static table; not advice"
}
}
},
"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": {
"market": {
"enum": [
"texas",
"florida",
"newyork",
"oregon"
],
"type": "string"
}
}
}
}
},
"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 23:50Z
- 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 RWA market readiness lookup 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=RWA%20market%20readiness%20lookup' 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/rwa-screen, 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.