-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#major): Add orbit-bridge subgraph (#1992)
Co-authored-by: tryouge <[email protected]>
- Loading branch information
Showing
88 changed files
with
27,529 additions
and
96 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 |
---|---|---|
|
@@ -84,6 +84,7 @@ enum Network { | |
HARMONY | ||
PALM | ||
CURIO | ||
XDAI | ||
UNKNOWN_NETWORK | ||
} | ||
|
||
|
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,38 @@ | ||
# Orbit Bridge | ||
|
||
Orbit Bridge is an interchain communication protocol that allows communication between heterogeneous blockchains. This is a simple bridge operating on the `LOCK_RELEASE` and `BURN_MINT` mechanism without any Liquidity Pools. | ||
|
||
## Usage Metrics | ||
|
||
`Active Users`, `Total Unique Users` & `Daily Transaction Count` | ||
|
||
Transactions of interest include: | ||
Cross-chain transfer of Tokens | ||
|
||
### Total Value Locked USD | ||
|
||
The TVL includes the funds locked in the tokenVault contract (canonical token bridge). | ||
|
||
TVL = `canonical token bridge TVL` | ||
|
||
## Total Revenue USD | ||
|
||
Total revenue is a measure of the fees paid by the traders over a specific period. Since there are no LPs involved, there is only protocol fees - which is .1% of transaction. | ||
|
||
Total Revenue = `ProtocolSideRevenue` | ||
|
||
## Pool-Level Metrics | ||
|
||
### Pool Total Value Locked USD | ||
|
||
Pool Total Value Locked = `Balance of Input Assets` \* `Price of Asset` | ||
|
||
## Links | ||
|
||
Links to the relevant sources to learn about this protocol. | ||
|
||
- Protocol: https://bridge.orbitchain.io/ | ||
- Analytics: https://bridge.orbitchain.io/dashboard/transaction | ||
- Docs: https://bridge-docs.orbitchain.io/ | ||
- Smart contracts: https://github.com/orbit-chain/bridge-contract | ||
- Deployed addresses: https://bridge-docs.orbitchain.io/faq/integration-guide/2.-contract-addresses |
Oops, something went wrong.