From f1af321fec8d75f2829f393c84c8e605e14eb6e2 Mon Sep 17 00:00:00 2001 From: Vegaklaus <62546834+Vegaklaus@users.noreply.github.com> Date: Wed, 15 May 2024 01:52:07 -0700 Subject: [PATCH] Update 0071-STAK-erc20_governance_token_staking.md --- protocol/0071-STAK-erc20_governance_token_staking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/0071-STAK-erc20_governance_token_staking.md b/protocol/0071-STAK-erc20_governance_token_staking.md index 836b8caa6..218b207da 100644 --- a/protocol/0071-STAK-erc20_governance_token_staking.md +++ b/protocol/0071-STAK-erc20_governance_token_staking.md @@ -17,7 +17,7 @@ Unlike the ERC-20 or ETH bridges however, the Staking Bridge does not rely on an ### Vega network -Staked assets will appear in a user's [staking account](./../protocol/0013-ACCT-accounts.md) once the Vega network sees the relevant `Stake_Deposited` event(s) with enough confirmations (defined by a network parameter). As the staked tokens will be used for [governance](./../protocol/0028-GOVE-governance.md), the governance will weight votes based on the staking account balance instead of the general account balance. Delegation functionality will also use the staking account balance as the source of truth for the maximum number of delegated tokens. +Staked assets will appear in a user's [staking account](./../protocol/0013-ACCT-accounts.md) once the Vega network sees the relevant `Stake_Deposited` event(s) with assurance of Ethereum finality. As the staked tokens will be used for [governance](./../protocol/0028-GOVE-governance.md), the governance will weight votes based on the staking account balance instead of the general account balance. Delegation functionality will also use the staking account balance as the source of truth for the maximum number of delegated tokens. - Vega will have a new `stake account` account type to track the balance of staked tokens for each public key - Vega will listen for `Stake_Deposited` events from the staking bridge and ERC-20 vesting contracts (see below) and increase the balance in the appropriate party's stake account by the amount deposited each time new stake is deposited