Proposals and Voting
How can I take part in governance?
You can take part in governance by just holding $FLAY token and heading over to Tally.xyz to vote on any existing or upcoming proposals. If you hold sufficient $FLAY token, you can also create proposals to be voted on.
Delegation and voting must be undertaken on the Ethereum Mainnet. If you need to bridge your $FLAY tokens from Base to Ethereum Mainnet, then we recommend using Superbridge. Please note that this takes 7 days.
How do I create a proposal?
Creating a proposal is relatively simple. We have outlined a 5 step flow to creating your proposal. You can also pick up some useful approaches by reviewing existing, successful proposals.
View the current Flayer proposals and click to create a new proposal.
Ensure that at least 1 million $FLAY is delegated to your address in order to submit a proposal, or find a delegate who has enough delegated $FLAY to meet the proposal threshold to propose on your behalf.
Create your proposal. The Tally interface can help to create a series of structured calls to be executed. If writing the calldata yourself, please review the logic with a qualified community member prior to posting the proposal. We would also recommend ensuring that
ProtocolFeeRecipient.claim
is the first call in your proposal to ensure that the full amount of ETH is available to execute with.Once the proposal has been submitted a two day voting delay will start. After the voting delay is finished, a six day voting period begins.
If the proposal passes successfully (with a 40 million vote quorum) then a two day timelock will follow before the proposed code is executed.
What does the proposal need to include?
Your proposal should include:
The reasoning behind your proposal
The expectation and justification of cost, or outgoing tokens, from your transaction(s)
The expected benefits to the $FLAY community
You may also want to include your personal background and experience in your proposal
What should the proposal be?
As a $FLAY holder, it would be our recommendation that any proposal should have the intention of benefitting the Flayer ecosystem in the longterm. Any proposals that don't align with this have a high likelihood of being voted down.
How long does a proposal last?
When a proposal threshold is reached, the voting period will start. This will allow for a total of 6 days to vote on the proposal. If the proposal reaches a quorum and passes, then there will be a 2 day grace window until the proposal can be executed.
Proposal Threshold
1 million
Quorum Needed
40 million
Proposal Delay
2 days
Voting Period
6 days
What happens when a proposal is executed?
Proposals and votes are made on Ethereum Mainnet through delegation of $FLAY token.
If proposal passes, the
TimelockController
on Ethereum Mainnet stores the executable calldata set by the proposal.After the timelock of 2 days has passed, the execution can be called on the Ethereum Mainnet
TimelockController
. This executes the proposal arbritrary calldata against theL2Owner
contract on Base Mainnet.
How are fees raised for proposals?
Fees are earned from an optional protocol fee switch. More information about how this works, and how it can be enabled, can be found in the resource below.
Last updated
Was this helpful?