Governance tokens enable protocol voting by turning token ownership or delegated token power into a rule-bound decision about a protocol’s code, parameters, or treasury. This is for someone deciding whether to acquire, lock, or use a token to influence a live proposal.
What the token actually does
The token is not the vote by itself. A voting system reads a wallet’s balance, delegation, or locked position at a defined snapshot, converts it into voting power, then applies quorum and approval rules. In an ERC-20 Votes design, historical checkpoints matter: tokens bought after the snapshot may have zero power on that proposal, and self-delegation may be required before a balance counts.
Symbiosis Finance shows the lock-based version. SIS holders lock tokens for veSIS; one veSIS equals voting power, and a longer lock creates more power that declines toward expiry. The cost is therefore liquidity as well as gas.
One vote, start to finish
For a live proposal, use this order:
- Read the proposed action and contract calls. Note the snapshot, quorum, pass rule, and whether the vote is binding.
- Check the voting strategy for the token, network, minimum balance, and delegation rule. If required, self-delegate before the snapshot.
- Put the position where the strategy can read it. The relevant network may be Manta Pacific, not the chain where you bought the token. Use the Manta Bridge route when moving it is the required step.
- Cast the ballot. Snapshot-style votes usually ask for a signature with no gas; an on-chain Governor vote is a transaction that needs network fees.
- After the deadline, check execution. A passing vote may enter a timelock before the approved calls change the protocol. The same distinction matters for proposals concerning a network such as Celestia Network.
What decides the choice
Choose by voting design, not ticker. Ask whether power is liquid or locked, whether delegation is available, when the snapshot occurs, what quorum protects the decision, and whether execution is automatic, timelocked, or social. That determines what the token makes possible and what it costs: a signature may be free, while locking can remove liquidity for the chosen period.
The fastest path is simple: verify the snapshot and execution path, acquire or delegate the right token before it, then vote on the system that will actually count it. The token opens the door; the governance rules decide whether your vote can change anything.