Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#major); liquid-collective; add subgraph #2593

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -11650,5 +11650,39 @@
}
}
}
},
"liquid-collective": {
"schema": "generic",
"base": "liquid-collective",
"protocol": "liquid-collective",
"project": "liquid-collective",
"deployments": {
"liquid-collective-ethereum": {
"network": "ethereum",
"status": "prod",
"versions": {
"schema": "2.1.1",
"subgraph": "1.0.0",
"methodology": "1.0.0"
},
"files": {
"template": "liquid.collective.template.yaml"
},
"options": {
"prepare:yaml": true,
"prepare:constants": true
},
"services": {
"hosted-service": {
"slug": "liquid-collective-ethereum",
"query-id": "liquid-collective-ethereum"
},
"decentralized-network": {
"slug": "liquid-collective-ethereum",
"query-id": "todo"
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions subgraphs/liquid-collective/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
configure.ts
docs/
package-lock.json
30 changes: 30 additions & 0 deletions subgraphs/liquid-collective/README.md
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
Loading
Loading