-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add Tea-Fi Adapter #13628
base: main
Are you sure you want to change the base?
Add Tea-Fi Adapter #13628
Conversation
The adapter at projects/tea-fi exports TVL:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
projects/helper/coreAssets.json
Outdated
@@ -62,7 +62,13 @@ | |||
"EIGEN": "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83", | |||
"LBTC": "0x8236a87084f8B84306f72007F36F2618A5634494", | |||
"cbBTC": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", | |||
"BTCN": "0x386E7A3a0c0919c9d53c3b04FF67E73Ff9e45Fb6" | |||
"BTCN": "0x386E7A3a0c0919c9d53c3b04FF67E73Ff9e45Fb6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module.exports = { | ||
methodology: "TVL represents the overall liquidity held across all synthetic asset staking pools on a given chain.", | ||
ethereum: { | ||
tvl: () => ({}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we prefer counting the tokens backing the synth token as tvl rather than staked synth under staking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, you misunderstood my request. I meant, track the balances of tokens backing the synth token. Where does the yield come from?
I tried looking at synth USDT on ethereum, 159k comes from bybit, synth USDT is minted and the money goes back into bybit?
The adapter at projects/tea-fi exports TVL:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
NOTE
Please enable "Allow edits by maintainers" while putting up the PR.
package-lock.json
file as part of your changes, we use lockfileVersion 2, and most use v1 and using that messes up our CIName (to be shown on DefiLlama):
Tea-Fi
Twitter Link:
https://x.com/TeaFi_Official
List of audit links if any:
https://github.com/Tea-Fi/audits
Website Link:
https://app.tea-fi.com/swap
Logo (High resolution, will be shown with rounded borders):
Current TVL:
Treasury Addresses (if the protocol has treasury):
Chain:
Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed): (https://api.coingecko.com/api/v3/coins/list)
Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed): (https://api.coinmarketcap.com/data-api/v3/map/all?listing_status=active,inactive,untracked&start=1&limit=10000)
Short Description (to be shown on DefiLlama):
Tea-Fi combines growth opportunities and seamless asset management, taking the hassle out of crypto.
With powerful yield tools and frictionless transactions, Tea-Fi lets users manage, trade, and grow assets effortlessly while keeping full custody—turning complexity into opportunity.
Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:
Yield
Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.):
Implementation Details: Briefly describe how the oracle is integrated into your project:
Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
forkedFrom (Does your project originate from another project):
methodology (what is being counted as tvl, how is tvl being calculated):
Github org/user (Optional, if your code is open source, we can track activity):