{"openapi":"3.1.0","info":{"title":"Paygentic","version":"2","description":"Paygentic is a frontier platform built on the AIERC standard and the Chaingentic blockchain. AIERC is an intelligent constraint and reasoning layer for human and agentic value movement across all EVM networks. Before value moves, AIERC determines the reputation and ability of the wallets, and the suitability, intent, and security of the transaction.","contact":{"url":"https://paygentic.market"},"x-guidance":"Before value moves, AIERC determines the reputation and ability of the wallets, and the suitability, intent, and security of the transaction. Call GET /determination with the counterparty wallet before you pay it. When buying or selling an asset, call POST /determinations/tier2/{category} with the deal facts, or tier3 for the provenance and stolen-goods scan as well. Amounts settle on eip155:1002 in cgUSDC or eip155:84532 in USDC, our chain first; the PAYMENT-REQUIRED challenge is authoritative for every payment parameter."},"servers":[{"url":"https://api.paygentic.online"}],"x-discovery":{"version":"2026-09-03","extensions":{"tech.aierc.determine.verification-record":[{"version":"2026-09-06.1","spec":"https://determine.aierc.tech/x402/extension.json"}]}},"x-service-info":{"categories":["data","developer-tools","determination"],"docs":{"homepage":"https://paygentic.market","llms":"https://api.paygentic.online/llms.txt"}},"paths":{"/determination":{"get":{"operationId":"safeHandshakeDetermination","summary":"Safe-handshake determination on a counterparty wallet","description":"Binary CLEAN or FLAGGED on a wallet address, with the evidence and the exact checks that ran. Filed to the Chaingentic activity ledger when the subject chain can be named.","parameters":[{"name":"address","in":"query","required":true,"description":"The counterparty wallet: EVM 0x… (40 hex) or a Solana base58 address.","schema":{"type":"string","example":"0x9b037b888f1d2dc3b363fe3318b9be1c4a0c8ee1"}},{"name":"chainId","in":"query","required":false,"description":"The chain the determination is ABOUT (e.g. 1002 for Chaingentic Testnet, 84532 for Base Sepolia). Omitted: the record is refused rather than filed against a guessed chain.","schema":{"type":"integer"}}],"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"0.02"},"offers":[{"intent":"charge","method":"x402","amount":"20000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"20000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The determination.","content":{"application/json":{"schema":{"type":"object","required":["verdict","address","checks","reasons","recorded"],"properties":{"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"address":{"type":"string"},"addressType":{"type":"string","enum":["evm","solana"]},"chainId":{"type":["integer","null"]},"confidence":{"type":"integer"},"reasons":{"type":"array","items":{"type":"string"}},"checks":{"type":"array","items":{"type":"string"}},"evidence":{"type":"object"},"recorded":{"type":"object"}}}}}},"400":{"description":"address missing or malformed."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/tokenized-debt-and-finance":{"post":{"operationId":"tier2-tokenized-debt-and-finance","summary":"Tier 2 evaluation — tokenized-debt-and-finance","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for tokenized-debt-and-finance, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"2.50"},"offers":[{"intent":"charge","method":"x402","amount":"2500000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"2500000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/tokenized-debt-and-finance":{"post":{"operationId":"tier3-tokenized-debt-and-finance","summary":"Tier 3 certified evaluation — tokenized-debt-and-finance","description":"Every Tier 2 check plus the provenance and stolen-goods scan for tokenized-debt-and-finance, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"50.00"},"offers":[{"intent":"charge","method":"x402","amount":"50000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"50000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/liquidation-and-surplus":{"post":{"operationId":"tier2-liquidation-and-surplus","summary":"Tier 2 evaluation — liquidation-and-surplus","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for liquidation-and-surplus, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"0.75"},"offers":[{"intent":"charge","method":"x402","amount":"750000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"750000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/liquidation-and-surplus":{"post":{"operationId":"tier3-liquidation-and-surplus","summary":"Tier 3 certified evaluation — liquidation-and-surplus","description":"Every Tier 2 check plus the provenance and stolen-goods scan for liquidation-and-surplus, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"15.00"},"offers":[{"intent":"charge","method":"x402","amount":"15000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"15000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/travel-and-perishables":{"post":{"operationId":"tier2-travel-and-perishables","summary":"Tier 2 evaluation — travel-and-perishables","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for travel-and-perishables, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"0.75"},"offers":[{"intent":"charge","method":"x402","amount":"750000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"750000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/travel-and-perishables":{"post":{"operationId":"tier3-travel-and-perishables","summary":"Tier 3 certified evaluation — travel-and-perishables","description":"Every Tier 2 check plus the provenance and stolen-goods scan for travel-and-perishables, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"15.00"},"offers":[{"intent":"charge","method":"x402","amount":"15000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"15000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/music-and-video-rights":{"post":{"operationId":"tier2-music-and-video-rights","summary":"Tier 2 evaluation — music-and-video-rights","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for music-and-video-rights, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"2.00"},"offers":[{"intent":"charge","method":"x402","amount":"2000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"2000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/music-and-video-rights":{"post":{"operationId":"tier3-music-and-video-rights","summary":"Tier 3 certified evaluation — music-and-video-rights","description":"Every Tier 2 check plus the provenance and stolen-goods scan for music-and-video-rights, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"35.00"},"offers":[{"intent":"charge","method":"x402","amount":"35000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"35000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/digital-products":{"post":{"operationId":"tier2-digital-products","summary":"Tier 2 evaluation — digital-products","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for digital-products, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"1.00"},"offers":[{"intent":"charge","method":"x402","amount":"1000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"1000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/digital-products":{"post":{"operationId":"tier3-digital-products","summary":"Tier 3 certified evaluation — digital-products","description":"Every Tier 2 check plus the provenance and stolen-goods scan for digital-products, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"15.00"},"offers":[{"intent":"charge","method":"x402","amount":"15000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"15000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier2/real-world-assets":{"post":{"operationId":"tier2-real-world-assets","summary":"Tier 2 evaluation — real-world-assets","description":"Shill and collusion, double pledge, mandate compliance and price intelligence for real-world-assets, rolled into one CLEAN/FLAGGED record.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"2.50"},"offers":[{"intent":"charge","method":"x402","amount":"2500000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"2500000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}},"/determinations/tier3/real-world-assets":{"post":{"operationId":"tier3-real-world-assets","summary":"Tier 3 certified evaluation — real-world-assets","description":"Every Tier 2 check plus the provenance and stolen-goods scan for real-world-assets, with the full reasoning trace.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","description":"Supply the facts for the determinations you want run. Anything whose facts are absent is reported under determinationsNotRun, never silently skipped.","properties":{"lotRef":{"type":"string","description":"Lot / listing reference (shill and collusion)."},"seller":{"type":"string","description":"Seller address or handle (shill and collusion)."},"listingRef":{"type":"string","description":"Listing reference (double pledge)."},"asset":{"type":"object","description":"The asset being listed (double pledge): contract + tokenId, or a serial.","properties":{"chainId":{"type":"integer"},"contract":{"type":"string"},"tokenId":{"type":"string"},"serial":{"type":"string"}}},"handle":{"type":"string","description":"Agent handle (mandate compliance)."},"proposal":{"type":"object","description":"The proposed deal, as the agent would sign it (mandate compliance)."},"priceUsd":{"type":"number","description":"Proposed price in USD (price intelligence)."},"subject":{"type":"object","description":"What to trace: contract/tokenId or serial (provenance and stolen goods)."}}}}}},"x-payment-info":{"protocols":[{"x402":{"network":"eip155:1002"}},{"x402":{"network":"eip155:84532"}}],"price":{"mode":"fixed","currency":"USD","amount":"50.00"},"offers":[{"intent":"charge","method":"x402","amount":"50000000","currency":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","unit":"call","config":{"scheme":"exact","network":"eip155:1002","asset":"0xf0b04819b207B4805986fDeBAf2b2Fef4F649FD6","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}},{"intent":"charge","method":"x402","amount":"50000000","currency":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","unit":"call","config":{"scheme":"exact","network":"eip155:84532","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payout":{"type":"static","address":"0x4E82044b044c93f37e6306C2a7f120A0d1b1FE71"}}}]},"responses":{"200":{"description":"The rolled determination and each part that ran.","content":{"application/json":{"schema":{"type":"object","required":["tier","category","verdict","determinations","determinationsRun","determinationsNotRun"],"properties":{"tier":{"type":"string"},"category":{"type":"string"},"priceUsd":{"type":"number"},"verdict":{"type":"string","enum":["CLEAN","FLAGGED"]},"flagged":{"type":"array","items":{"type":"string"}},"inconclusive":{"type":"array","items":{"type":"string"}},"determinations":{"type":"array","items":{"type":"object"}},"determinationsRun":{"type":"array","items":{"type":"string"}},"determinationsNotRun":{"type":"array","items":{"type":"string"}},"note":{"type":"string"}}}}}},"400":{"description":"Unknown category, or no facts supplied for any determination."},"402":{"description":"Payment required. The x402 v2 challenge is in the `Payment-Required` header (base64 JSON: accepts[], extensions.bazaar, extensions.verification-record)."}}}}}}