diff --git a/docs/governance-token.md b/docs/governance-token.md index 2687002..3b6ad04 100644 --- a/docs/governance-token.md +++ b/docs/governance-token.md @@ -65,7 +65,7 @@ The following parameters are the initial vePUFFER parameters. They can be change | Exit Queue | Cooldown | Cooldown is the period between the user entering the exit queue and being able to withdraw the underlying tokens. They do not have voting power at this time as their NFT is held in the staking contract. | 1 month | | Exit Queue | Min Lock | Min amount of time a staker must hold before they can begin the exit process. | 1 Month | | Exit Queue | Exit Fee Percent | Tax paid in the underlying token on exit. | 0% | -| Escrow | Minimum Deposit | Number of PUFFER tokens a user must deposit as a minimum. | 100 PUFFER | +| Escrow | Minimum Deposit | Number of PUFFER tokens a user must deposit as a minimum. | 70 PUFFER | ### PUFFER Allocations diff --git a/docs/governance-voting.md b/docs/governance-voting.md index 0f56484..391245d 100644 --- a/docs/governance-voting.md +++ b/docs/governance-voting.md @@ -15,7 +15,7 @@ To mint vePUFFER, first claim your PUFFER tokens from the official [claims page] Once you have claimed your tokens, you will need to approve the [vePUFFER contract](https://etherscan.io/address/0xA55eD5808aeCDF23AE3782C1443185f5D2363ce7) to spend your [PUFFER tokens](https://etherscan.io/address/0x4d1C297d39C5c1277964D0E3f8Aa901493664530). Your vePUFFER voting power will start proportional to the amount of PUFFER you stake and increase the longer you hold the NFT. :::note -The minimum stake amount is 100 PUFFER as outlined in the [vePUFFER parameters](governance-token.md#vepuffer-parameters). +The minimum stake amount is 70 PUFFER as outlined in the [vePUFFER parameters](governance-token.md#vepuffer-parameters). ::: ![alt text](/img/token-approve.png) @@ -46,4 +46,4 @@ The proposal passes unless rejections outnumber approvals after the voting perio :::note Initially the votes will be cast using Snapshot voting. In our next phase we will transition to fully on-chain voting. -::: \ No newline at end of file +:::