-
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
chore: mito tvl #9294
chore: mito tvl #9294
Conversation
The adapter at projects/mito exports TVL:
|
@shane-moore thanks for the PR |
The adapter at projects/mito exports TVL:
|
@g1nt0ki, thanks for approving PR! I'm also curious about how tvl could work for for the launchpad portion of mito Launchpad flow:
Questions:
Thanks! |
@shane-moore yeah, ideally sublisting/new adapter for the launchpad |
@g1nt0ki, gotcha, so something like a mito launchpad adapter, and we can count the locked up INJ for duration of launchpad some INJ will also go back to the users if the vault is over-subscribed. forgot to mention that above
-> The vault that gets created will:
jc how to handle TVL after launchpad is complete and the INJ goes to token creator + vault + some refund to users if oversubscribed |
@g1nt0ki, bumping this, incase fell off your radar 🙏 |
hi @shane-moore, so we can count the INJ in the launchpad, INJ and LPs in the vault as tvl. But not the INJ refunded to users as tvl since it is no longer in a contract cotrolled by you |
* chore: mito tvl * code refactor --------- Co-authored-by: g1nt0ki <[email protected]>
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):
Mito
Twitter Link:
https://twitter.com/MitoFinance
List of audit links if any:
https://github.com/SCV-Security/PublicReports/blob/9fb984896b44bc8518f77a4aa94cdb9186b94743/Mito%20Finance/Mito%20Finance%20-%20Mito%20Contracts%20-%20Audit%20Report%20v1.0.pdf
Website Link:
https://mito.fi/
Logo (High resolution, will be shown with rounded borders):
Current TVL:
$2350000 USD (at minimum, since missing some token metadata for some of denoms in vaults, can check
npm run tvl
to see missing denoms atm)Treasury Addresses (if the protocol has treasury)
N/A
Chain:
Injective
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):
Mito is a groundbreaking Web3 protocol that revolutionizes
automated trading, launchpads, RWAs and real yield generation.
Token address and ticker if any:
N/A
Category (full list at https://defillama.com/categories) *Please choose only one:
Yield, however the app is also a launchpad, do I make another PR for Mito Launchpad? would tvl for the mito launchpad be sum of all new tokens minted by the launchpad and given to subscribers?
Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.): Pyth
Implementation Details: Briefly describe how the oracle is integrated into your project: price feeds for perp vaults
Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
N/A
forkedFrom (Does your project originate from another project):
N/A
methodology (what is being counted as tvl, how is tvl being calculated):
Flow:
availableBalance
in the subaccount, which is the funds that stay locked up in the subaccount and are NOT in use as limit orders posted by the vault to the onchain orderbook. This ensures no double counting of TVL between the Injective apps Helix and Mito, since Helix is taking credit for TVL of limit orders on the onchain orderbook.Github org/user (Optional, if your code is open source, we can track activity):
N/A