Live on Ethereum + Base.
No signup, no key.§
Reference deployment of the v0.2 contracts at the same address on both chains. Read it from any RPC. The SDK and CLI handle the rest.
One tool,
end to end.§
An NFT appraisal tool gated by holding a Chonk on Base. Three moves: register, gate, invoke.
From wallet to response,
in one command.§
The SDK collapses the agent side of the flow into a single command: resolve the tool, check the predicate, satisfy whatever it requires (mint, subscribe, x402 pay), and invoke. The tool itself independently re-checks access on every request — the SDK just handles your side of the dance.
--auth siwe is used, the SIWE signature) before serving a response. The SDK doesn’t grant access; it satisfies whatever the predicate already requires.Anyone can write a predicate.§
The predicate is just an address. This is the same pattern as Seaport zones and Uniswap v4 hooks: a pluggable contract the protocol staticcalls into without caring about the implementation. The registry never changes; the policy space is open-ended.
IAccessPredicate. Point any tool’s accessPredicate at its address. Done. No allowlist, no governance, no version bump.hasAccess— yes / nogetRequirements— what would unlock itname— diagnostic identity
