Token gate
Access
One rule decides whether SUBAI answers: does this wallet hold enough of the token to be its owner.
- 0.1% of supply
- ·Checked on the server
- ·Read at question time
Reading $SUBAI balance···
How the gate works
- 01
The threshold is a share, not a number
Access asks for 0.1% of the $SUBAI supply. The figure is computed from the token's total supply at the moment it is read, so it follows burns and mints instead of going stale.
- 02
The server decides, not the browser
The balance is read server side before SUBAI answers anything. A check made in the page could be edited by anyone, and behind this one sits a resource that costs money per answer.
- 03
Access follows the balance
Selling below the line closes it again on the next question. There is no grandfathering and nothing is remembered about a wallet between sessions.