-
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
6e97aa3
commit 8dfce01
Showing
7 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
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 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 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Introducing sSOL | ||
|
||
After depositing SOL or Liquid Staked SOL into Solayer's restaking vault, restakers will receive "s-SOL" (Solayer-SOL) that is a native LRT. sSOL will be tradable and interoperable across DeFi applications.  |
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
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 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,11 +1,45 @@ | ||
# Restake Points | ||
|
||
### Restake Points  | ||
This page details the point calculation for Stage 1 of Solayer development.  | ||
|
||
**Token weighting** | ||
|
||
| Token | Weighting | | ||
| ------------------------ | --------- | | ||
| Native Restaking | 3 | | ||
| Marinade-SOL restaking | 2 | | ||
| Blaze-SOL restaking | 2 | | ||
| JITO-SOL restaking | 2 | | ||
| Other LSTs (coming soon) | 1 | | ||
|
||
### Penalty  | ||
\ | ||
**Epoch weighting**  | ||
|
||
| Epoch | Weighting | | ||
| ---------------- | --------- | | ||
| Genesis Epoch 0 | 3 | | ||
| Epoch 1 | 2 | | ||
| Epoch 2 | 1 | | ||
|
||
**Referred restaking**  | ||
|
||
### Points Redistribution  | ||
Every restaker has 5 invite codes to begin with. We calculate and add 15% of their invited restaker's contribution and their derived points into your cumulative points. | ||
|
||
|
||
|
||
**Points deduction**  | ||
|
||
Restaked assets that are withdrawn before the conclusion of Epoch 2 will be deducted based on few parameters:  | ||
|
||
1. Time of SOL entry into the protocol  | ||
2. Amount of SOL withdrawal  | ||
|
||
Total Point = Earned + Pending | ||
|
||
Up on the withdrawal of X tokens: | ||
|
||
* Earned = Earned + Pending points due to X / 2 | ||
* Pending = Pending - Pending points due to X / 2 | ||
|
||
\ | ||
\ |