Skip to content

Commit

Permalink
feat(#major); liquid-collective; add subgraph (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Jul 30, 2024
1 parent da6105f commit 1940d71
Show file tree
Hide file tree
Showing 82 changed files with 17,136 additions and 0 deletions.
34 changes: 34 additions & 0 deletions deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -11718,5 +11718,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

0 comments on commit 1940d71

Please sign in to comment.