-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f704cc8
commit 3b44db5
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Restaking  | ||
|
||
Restaking means to take the existing staked assets and re-use them to provide security to additional networks such as L1 chains which are bootstrapping their token and liquidity, this means that they can use the staked assets to bootstrap the security of their network. We achieve this by having the smart contracts on solana which allows a user to deposit the supported asset to get a 1:1 representation of LRT back. The LRT token is different per asset deposited into Solayer to ensure it stays correlated with the underlying asset. This means that if a user deposits j-sol they get s-j-sol back one to one with the deposited asset. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Native Staked SOL Restaking | ||
|
||
The majority of the staked sol currently comes from direct staking instead of the LSTs, this means that users who have directly staked are a big market for solayer and their yields can be increased with delegating to an AVS operator in solayer. This is achieved via working with existing validators to support a one click restaking option where the user can send a transaction to solayers contracts which allows the validator to use their stake for re-staking as well earning the user additional rewards. | ||
|
||
<figure><img src="../.gitbook/assets/image (8).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|