-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#major); liquid-collective; add subgraph (#2593)
- Loading branch information
1 parent
da6105f
commit 1940d71
Showing
82 changed files
with
17,136 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.DS_Store | ||
configure.ts | ||
docs/ | ||
package-lock.json |
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,30 @@ | ||
# Liquid Collective Subgraph | ||
|
||
## Methodology v1.0.0 | ||
|
||
Liquid Collective is the secure liquid staking standard: a protocol designed to meet the needs of institutions, built and run by a collective of leading web3 teams. | ||
The Liquid Collective protocol will ultimately provide multi-chain liquid staking capabilities, starting first with Ethereum support. | ||
|
||
When a user deposits to the Liquid Collective protocol, they receive an equivalent liquid staking token that evidences their legal and beneficial ownership of the underlaying staked asset as well as any network rewards that accrue, minus protocol service fees and network slashing penalties, if any. | ||
|
||
## Metrics | ||
|
||
### Usage and Transactions | ||
|
||
- Stake Eth for LsETH | ||
- Redeem LsETH for ETH | ||
|
||
### TVL | ||
|
||
- Total Eth staked with the protocol OR the total LsETH minted by the protocol | ||
|
||
### Revenue | ||
|
||
- Protocol Side: The Liquid Collective protocol charges a service fee set at 15.0% of network rewards. Liquid Collective’s service fee is split amongst Node Operators, Platforms, Wallet & Custody Providers, Service Providers, the protocol's Slashing Coverage Treasury, and the Liquid Collective DAO, which comprises a broad and dispersed community of protocol participants. | ||
- Supply Side: The remaining 85% of the network rewards are passed on to the stakers. | ||
|
||
## Useful Links | ||
|
||
- Landing Page: https://liquidcollective.io/ | ||
- Docs: https://docs.liquidcollective.io/v1 | ||
- Contracts: https://docs.liquidcollective.io/eth/technical-reference/deployments |
Oops, something went wrong.