Skip to content

Commit

Permalink
GITBOOK-75: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Solayer authored and gitbook-bot committed May 15, 2024
1 parent 8f19ebf commit 5da8968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions restaking/restaking-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The restaking pool manager oversees the flow of assets into the protocol. When u

Once delegation to SVNs and node operators is live, users will construct their restaking portfolio by selecting the node operators to delegate to and SVNs to secure. They will then be issued a non-fungible token. This token is non-fungible due to the idiosyncratic risks associated with the selected node operators and the SVNs.

Rewards accounting is calculated offline. Solayer has implemented a state watcher to keep track of deposits and withdrawals. Together with the invite relationship data, the additional rewards will be applied to user accounts in real-time.

The `Restake` method on Solayer is permissioned and requires an additional signature from the server. This is to allow us to enforce deposit limits in the first few epochs. The `Unstake` method does not require an additional signature from Solayer.



**Native SOL restaking**
Expand Down

0 comments on commit 5da8968

Please sign in to comment.