← kascov.io

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.

The lane is not switched on right now. That is a fact, not an error page: the anonymous tier keeps working, the site does not gate on the lane, and when it comes back this page will mint again.

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.

curl -X POST -H 'X-Kascov-Lane: <lane token>' \ -H 'content-type: application/json' -d '{…}' \ 'https://kascov.io/data/mainnet/preflight'

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.