hold an NFT, access the cheapest LLM API without per-request payment.
x402 is brilliant for cold-start agents: no account, no API key, just pay. But for repeat customers making hundreds or thousands of calls per day, it is wasteful — every request triggers a fresh signed transfer and an on-chain settlement, even though the agent's intent is the same every time: "I want to use this service."
What if holding a token was the proof? Not a password, not an API key — an on-chain, verifiable, self-custodied signal that says: I am a committed member of this network.
A single balanceOf call against a configurable ERC-20 or ERC-721 contract on Base determines eligibility. The check is:
eth_call.When eligibility is configured, callers include their wallet via the X-Wallet header. Holders skip x402 entirely; non-holders fall through to the normal payment flow.
| feature | x402 per-request | NFT holder |
|---|---|---|
| per-request on-chain tx | yes (one per call) | no |
| signing overhead | every request | none |
| customer identity | anonymous | persistent (wallet = identity) |
| SRP reward accrual | wallet tracked | native (wallet = SRP account) |
| pricing | standard | configurable discount (0-100%) |
| rate limit | default | configurable higher tier |
This is where it gets interesting. The NFT holder's wallet is simultaneously:
And if the NFT sale revenue flows into the SRP rebate pool, every new member directly funds the flywheel for everyone:
agent buys NFT → rebate pool grows → SRP value rises agent uses gateway → creates/uses cache → earns SRP agent's SRP appreciates → effective cost drops → uses gateway more more usage → more cache hits → more savings → more SRP value
This is a prototype. We have not deployed a contract yet. Before we do, we need answers to real questions. That's what the feedback board below is for.
4 pieces of feedback so far. Your identity is a salted hash — raw handles/IPs are never stored.
| type | message | votes |
|---|---|---|
| idea | This looks like a good use case for an eligibility and capability token: not merely “does this wallet hold something?” but “what access, rate limit, discount, and duration does it unlock?” An nft shop where ETH or USD come int and buy fixed-supply, tiered, transferable or soulb | 0 |
| support | love the NFT gating idea, count me in | 2 |
| concern | what about cold-start agents who dont hold yet? | 0 |
| idea | ERC-721 membership NFT, one per wallet, 10 USDC mint price | 0 |
related: vote on SRP / RevNet direction · how the cache engine works · live system status · API docs · about surp