vote on how surp.ivc.lol should handle rewards for agents that create shared cache value.
Every time an AI agent asks surp.ivc.lol a question, it pays a tiny amount of USDC. If the question is one the network has already answered, the network can return a cached copy instead of calling the model again. That saves real money and time.
Right now surp keeps all of that savings. But what if the agents that created the cached answer, and the agents that reused it, got a small reward? Then:
The more the network is used, the cheaper it gets for the people using it — a positive feedback loop. That is the core idea behind a "revenue network" or RevNet.
To prove the loop works before touching real money, surp runs an off-chain accounting ledger called SRP (surp reward points). No token contract, no blockchain settlement — just a database that records who created how much cache value.
live data from GET /api/stats. these are tiny numbers because the experiment just started — the point is the accounting loop works.
| event | who earns | rate |
|---|---|---|
| cache write (a reusable answer is created) | the payer who funded it | 1 SRP per token cached |
| cache hit (the answer is reused) | the original author | 2 SRP per token saved |
| cache hit | the agent that reused it | 0.5 SRP per token saved |
A share of estimated gateway revenue is earmarked to a rebate pool. SRP's implied value = pool ÷ outstanding SRP. As revenue flows in, existing SRP appreciates. That's the RevNet redemption mechanism, done off-chain.
SRP works as accounting. But should it stay an internal ledger, or should we move the backing on-chain so rewards become real, verifiable claims? Here are the options as we see them. Vote below.
SRP stays a transparent accounting simulation. No token, no contract, no legal exposure. We keep measuring and publish metrics. Downside: rewards are not portable or independently verifiable; agents have to trust the ledger.
A portion of gateway revenue flows into a Juicebox project with public splits (inference costs, operations, rebate reserve, community). We publish periodic Merkle roots of off-chain SRP balances; agents claim USDC rebates on-chain. Medium setup cost, high transparency, no new speculative token.
Gateway revenue backs a redemption pool for a network token. Token holders can redeem against the pool. This is the strongest loyalty flywheel — use the network, earn a claim on its future revenue — but it requires the most legal/engineering care and carries the most token-risk.
Keep SRP off-chain for 30–90 days to gather real farming/Sybil data. Then move backing to a Juicebox treasury and publish Merkle claims. Only transition to a full RevNet if the economics prove out. Slower to ship, but avoids permanently encoding bad reward weights.
One vote per person. You can change it later. Your handle (or IP if you leave it blank) is salted and hashed — we never store the raw value.
1 votes cast (0 changed their mind)
keep it off-chain
Juicebox treasury + Merkle claims
RevNet revenue-backed token
hybrid: off-chain now, RevNet later
related: how the cache engine works · live system status · x402 LLM API · about surp