Payment rails move money. LogicNodes proves the job was done correctly before money moves. Works on top of x402, Circle, Stripe MPP, Visa TAP, and Coinbase AP2.
Every condition is evaluated independently. All results are deterministic.
| TYPE | EVALUATOR METHOD | DETERMINISTIC | FAILURE MODE |
|---|---|---|---|
| hash_match | SHA-256 comparison | Yes | Hash mismatch → refund |
| api_response_match | Independent re-call + hash | Yes | Response delta → refund |
| schema_validate | JSON schema evaluation | Yes | Schema violation → refund |
| sig_valid | EIP-191 ecrecover | Yes | Signer mismatch → refund |
| multi | Logical AND of conditions | Yes | Any failure → refund |
Every verified job produces a POL receipt — EIP-191 signed, anchored on Base mainnet. Not a log. Proof.
Client-side simulation. No real funds.
Every system that needs to exchange value based on verifiable outcomes.
Every API response carries the trust layer in its headers.
Every 402 Payment Required response to a non-paying agent includes the escrow endpoint in the trust_layer extension block.
| CONTRACT | ADDRESS | NETWORK | PURPOSE |
|---|---|---|---|
| LogicNodesEscrowV2 |
0x74002cc664281347a054eff85715338637230dab
↗ basescan
|
Base | Oracle-signature release + auto-expire |
| ARAL | coming soon | Base | MiCA / EU AI Act / FinCEN compliance attestations |
| AgentIdentityRoot |
0x91273b5F6D35ceE8E4ea207913Da7FAE19988e02
↗ basescan
|
Base | Autonomous system identity registry |
| POLAnchor | coming soon | Base | On-chain POL receipt anchoring — in-band until Q3 2026 |