An agent can download an image. Using it is a different question. LICENSE402 acquires content with a signed, machine-checkable usage scope — and lets every downstream agent verify what it may do.
| MODE | SIGNATURES | SETTLEMENT | CREDENTIAL | REVENUE |
| Signed sample | real | none | SAMPLE-marked | no |
| Testnet loop | real | real · testnet | TESTNET-marked | no |
| Mainnet live | real | real · USDT | PRODUCTION | yes |
| OKX.AI direct | x402 | real · USDT | PRODUCTION | yes |
One intent, one exact asset, one price — locked before payment. No wallet needed for the demo.
The credential a buyer receives. Scope and signatures verify offline; settlement and current status are checked on X Layer.
Put the licensed asset into a real agent action. The scope check is a deterministic engine call — every verdict is live.
Every settled figure has a transaction. Settled shows only after a creator payout is paid — otherwise payable / pending.
| Order | Status | Buyer payment | Creator payout | Economics |
|---|
LICENSE402 is an ASP, not a website. Scope checks are a free, deterministic API any agent can call before it publishes, trains, or reuses an asset.
# does this license permit model training? curl -s https://license402.axiqo.xyz/v1/check-license-scope \ -H "content-type: application/json" \ -d '{"license": <credential>, "action": "model_training", "licensee": "0x…"}'
{
"decision": "NOT_PERMITTED",
"reasonCodes": ["MODEL_TRAINING_PROHIBITED"],
"currentStatus": "ACTIVE",
"checks": [ /* per-term evidence */ ]
}
The whole loop — pick, pay, deliver, prove — also runs as a hosted agent on the OKX.AI marketplace. Hire it and it does the buying for you.