Skip to content

Commit

Permalink
feat: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiajia-Cui committed Aug 22, 2024
1 parent 776bd56 commit 2fa6b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/0013-ACCT-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A party only has control over balances in the "general" and "LOCKED_FOR_STAKING" account for each asset.
[Parties](./0017-PART-party.md) are identified by Vega public keys. Each party that makes a deposit on one of the asset bridges, currently only [Ethereum ERC20 bridge](./0031-ETHB-ethereum_bridge_spec.md) will have a general account for the relevant [asset](./0040-ASSF-asset_framework.md) created.

Each party that has locked and vesting rewards will have an option to create a "LOCKED_FOR_STAKING" account for the relevant [asset], the rewards will be transfered to this account once created. Party can transfer the tokens in and out of this LOCKED_FOR_STAKING account. The balance in this account should count towards the tokens [associated](./0059-STKG-simple_staking_and_delegating.md) with the Vega key for staking purposes and can be staked to specific validators, earning staking rewards for that key.
When a party earns locked rewards (in governance token), they will have an option to create a "LOCKED_FOR_STAKING" account for the relevant [asset], the rewards will be transfered to this account once created. Party can transfer the tokens in and out of this LOCKED_FOR_STAKING account. The balance in this account should count towards the tokens [associated](./0059-STKG-simple_staking_and_delegating.md) with the Vega key for staking purposes and can be staked to specific validators, earning staking rewards for that key.

In order to submit [orders](./0014-ORDT-order_types.md) a non-zero general account balance is needed; Vega will transfer appropriate amount to the [margin account](./0011-MARA-check_order_allocate_margin.md) for the party and the market.

Expand Down

0 comments on commit 2fa6b04

Please sign in to comment.