twin.unykorn.org
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.23e65a040cebff6926265aa2.cf1ffa4882b41d39677f9a63afdb21b4",
"pay_first": true,
"memo_sha256": "35d0539522b016ba7668ce502dff933f65a779dda4ab367bedb56a9418f538c0",
"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.23e65a040cebff6926265aa2.cf1ffa4882b41d39677f9a63afdb21b4",
"pay_first": true,
"memo_sha256": "35d0539522b016ba7668ce502dff933f65a779dda4ab367bedb56a9418f538c0",
"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/wallet-ops",
"tags": [
"infra",
"ai",
"agents",
"genesis402",
"unykorn"
],
"mimeType": "application/json",
"parameters": {
"chains": "optional array: base | xrpl | stellar. default all"
},
"description": "Live multi-chain treasury balance read — Genesis402 / UnyKorn Operator Network",
"serviceName": "Live multi-chain treasury balance read",
"what_you_get": "A live, freshly-queried balance read of the Genesis402 operator treasuries: USDC and native ETH on Base mainnet, XRP and trustline balances on XRPL mainnet, and Stellar account state. Every figure is fetched at request time from a public node and stamped with the source endpoint.",
"deterministic": false,
"typical_execution_ms": "800-4000"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"params": {
"chains": [
"base"
]
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"type": "wallet-ops",
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
},
"balances": {
"base": {
"eth": "<decimal>",
"usdc": "<decimal>",
"source": "https://mainnet.base.org"
}
}
}
}
},
"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": {
"chains": {
"type": "array",
"items": {
"enum": [
"base",
"xrpl",
"stellar"
],
"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": "1790127703.f5fbc5e993cf08775c3b092d.f131d3a7451bd130f0f5d817729d2234",
"pay_first": true,
"memo_sha256": "cffc82608bc2e1635e40130fcb1d4a46f98d1439df6e9c02b011a25f2b456502",
"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": 1790129503
},
"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": "1790127703.f5fbc5e993cf08775c3b092d.f131d3a7451bd130f0f5d817729d2234",
"pay_first": true,
"memo_sha256": "cffc82608bc2e1635e40130fcb1d4a46f98d1439df6e9c02b011a25f2b456502",
"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": 1790129503
},
"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": {
"chains": [
"base"
]
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"type": "wallet-ops",
"receipt": {
"tx_hash": "0x<64hex>",
"amount_usd": 0.25,
"receipt_id": "g402-<16hex>"
},
"balances": {
"base": {
"eth": "<decimal>",
"usdc": "<decimal>",
"source": "https://mainnet.base.org"
}
}
}
}
},
"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": {
"chains": {
"type": "array",
"items": {
"enum": [
"base",
"xrpl",
"stellar"
],
"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 15:20Z
- 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 twin.unykorn.org 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=twin.unykorn.org' 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/wallet-ops, 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.