-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Veda protocol addition #10350
Veda protocol addition #10350
Conversation
The adapter at projects/veda exports TVL:
|
|
||
const legacyVaults = [ | ||
{ | ||
id: "0xeA1A6307D9b18F8d1cbf1c3Dd6aad8416C06a221", |
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.
this is ether.fi liquid vault right? why are you counting it as your 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.
The Veda protocol is the infrastructure that is powering EtherFi Liquid
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.
can you explain bit more, how it works? who deployed/controls the contracts? we can count the tvl as part of only one dapp, not both
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.
veda isn't a dapp, it's the smart contract infrastructure that the etherfi liquid product is built on. The general idea of veda is a protocol that enables the creation of tokenized yield products. Liquid is the first instance of a tokenized yield product built on veda but there are more to come
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.
yes, but what does smart contract infrastructure mean?
Is any of the vaults in this PR deployed/controlled by your team?
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.
The smart contracts were deployed by our team however the question of “control” is a more involved one. High level Veda is a system that allows protocols to offer yield products which are optimized by off-chain strategists. The Veda smart contracts constraint the role of the strategist along with potential other service providers through a set of on-chain and off-chain checks and balances. The smart contracts have various roles that the protocol integrator (EtherFi in this case) can use to add security or custom controls, for example changing out the strategist.
In the case of EtherFi Liquid, the strategist is Seven Seas and EtherFi itself has an administration role in the contracts. The security model, roles, strategist rebalancing process, etc. are part of the Veda protocol.
An existing analogy for something that’s already integrated in DeFiLlama is the Swell Vault and DIVA Vault both built by Enzyme. Both Swell and DIVA are independently reporting these vaults in their TVL, and the TVL from both vaults are also included in Enzyme’s total 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.
Hi @g1nt0ki just following up. Let me know if this makes sense
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.
Hey @g1nt0ki just wanted to check in here again
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.
sorry, for the delay, we are still discussing how to handle this
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.
the issue remains that we cant count the tvl in same contract as part of two different projects, can you check with etherfi? we can maybe delist them and list this
closing this for now, till this issue is resolved: #10566 |
Name (to be shown on DefiLlama):
Veda
Twitter Link:
https://x.com/veda_labs
List of audit links if any:
https://github.com/Se7en-Seas/boring-vault/tree/main/audit
https://0xmacro.com/library/audits/sevenSeas-1.html
https://0xmacro.com/library/audits/sevenSeas-2.html
https://0xmacro.com/library/audits/sevenSeas-3.html
Website Link:
https://veda.tech/
Logo (High resolution, will be shown with rounded borders):
Current TVL:
~$721M
Treasury Addresses (if the protocol has treasury):
Chain:
Ethereum
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):
Veda is the first native yield layer. Veda tokenizes the most complex DeFi interactions, granting protocols the power to embed yield for a superior UX.
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):
No
methodology (what is being counted as tvl, how is tvl being calculated):
TVL is calculated as the sum of deposits invested into the strategy, deposits waiting to be invested, and yield waiting to be reinvested or redistributed across all vaults.
Github org/user (Optional, if your code is open source, we can track activity):
https://github.com/Veda-Labs