the holder lane
Verified $KASCOV holders get extra capacity on kascov's metered tool endpoints: preflight, compile, zk-verify, publish and prove-holding. That is the whole feature: more room, for people who proved an address. Plain data reads are free for everyone, are not metered, and need no lane. Nothing else on this site knows or cares whether you hold anything.
- Additive only. The lane sits on top of the anonymous tier, never instead of it. The anonymous floor is published, and it can only rise — today the lane is 5× that floor, a number set by commit like everything else here.
- The token is stateless. It names your address and an expiry and is signed by kascov. The server verifies the signature on each request instead of looking you up, so there is no account, no row, and nothing to delete.
- Nothing is stored when you mint. The mint call checks your address and one message signature, answers with the token, and keeps no record of either. When the token expires you simply mint another.
Mint a lane token
Your wallet signs a one-time phrase of the form
kascov lane: <address> <nonce>. The signature
proves the address is yours; kascov checks the balance from chain and
answers with the token.
Looking for a wallet…
Use it
Send the token in the X-Kascov-Lane header on any of the
metered tool endpoints. Without the header the same request still
works — it just rides the anonymous tier. The header does
nothing on plain data reads, because those are never metered.
Signing a message is free and moves no funds. It cannot authorise a transaction. kascov will never ask for your seed phrase or private key, and this page never sees either. If anything asks you for one, it is not us.
Privacy: the mint call sees the address you chose to prove and one signature, verifies both, and drops them. The lane keeps no table of holders and no record of mints; a request carrying the header reveals the token, not your Discord and not your history. Your address and its balances were already public on chain before any of this.