Skip to content
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

Feat: Infinex TVL adapter #13964

Merged
merged 0 commits into from
Mar 26, 2025
Merged

Feat: Infinex TVL adapter #13964

merged 0 commits into from
Mar 26, 2025

Conversation

treeoflife2
Copy link
Contributor

Name (to be shown on DefiLlama):

Infinex

Twitter Link:

https://x.com/infinex_app

List of audit links if any:

https://iosiro.com/audits/infinex-accounts-v4
https://iosiro.com/audits/infinex-apps-and-curvestableswap
https://iosiro.com/audits/infinex-accounts-smart-account-smart-contract-audit
https://0xmacro.com/library/audits/infinex-15
https://ottersec.notion.site/Sampled-Public-Audit-Reports-a296e98838aa4fdb8f3b192663400772?p=68e26cdbdc7848b7992b80d5b7005063&pm=s

Website Link:

https://infinex.xyz/

Logo (High resolution, will be shown with rounded borders):

Infinex_Logo_Cantaloupe

Current TVL:

34.62M

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):

Meet a new kind of crypto app, designed for humans. Your everyday crypto app.

Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:

wallets

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):

TVL is calculated by summing up the USD value of all assets held on the platform across different chains using their API. Removed their NFT TVL.(https://infinex.xyz/tvl)

Github org/user (Optional, if your code is open source, we can track activity):

@llamabutler
Copy link

The adapter at projects/infinex exports TVL:

ethereum                  12.56 M
solana                    6.39 M
optimism                  6.10 M
base                      4.64 M
arbitrum                  4.31 M
polygon                   292.68 k
bsc                       131.79 k
berachain                 70.66 k
unichain                  57.54 k
sonic                     37.16 k
blast                     16.20 k

total                    34.61 M 

if (balance.type !== 'token') return // Skip non-token assets
const chain = balance.chain
if (!chainBalances[chain]) chainBalances[chain] = 0
chainBalances[chain] += Number(balance.balanceUsd)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we please read token balances using our SDK (on chain)

@waynebruce0x waynebruce0x self-assigned this Mar 21, 2025
@llamabutler
Copy link

The adapter at projects/infinex exports TVL:

ethereum                  13.16 M
solana                    7.29 M
optimism                  6.07 M
base                      4.45 M
arbitrum                  3.95 M
bsc                       257.99 k
polygon                   228.09 k
sonic                     209.86 k
unichain                  82.59 k
berachain                 82.25 k
blast                     15.32 k

total                    35.80 M 

@waynebruce0x waynebruce0x merged commit c643999 into DefiLlama:main Mar 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants