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

add LiquiX #9400

Closed
wants to merge 3 commits into from
Closed

add LiquiX #9400

wants to merge 3 commits into from

Conversation

danetteceola
Copy link
Contributor

twitter Link: https://twitter.com/liqui_x

List of audit links if any: https://github.com/LiquiX-Finance/Private-Pool-Vault/blob/main/SlowMist%20Audit%20Report%20-%20LiquiX.pdf

Website Link: https://liquix.finance/

Logo (High resolution, preferably in .svg and .png, for application on both white and black backgrounds. Will be shown with rounded borders):https://github.com/LiquiX-Finance/Private-Pool-Vault/tree/main/LiquiX%20Logo%20Pack

Current TVL: $5.98m

Chain: Arbitrum, Optimism, Blast,Polygon

Coingecko ID (so your TVL can appear on Coingecko): (https://api.coingecko.com/api/v3/coins/list): No Coingecko ID yet

Coinmarketcap ID (so your TVL can appear on Coinmarketcap): (https://api.coinmarketcap.com/data-api/v3/map/all?listing_status=active,inactive,untracked&start=1&limit=10000): No Coinmarketcap ID yet

Short Description (to be shown on DefiLlama): A protocol built as one-station LP infrastructure solution.LiquiX offers non-custodial,highly efficient and secure LP service to users via automated execution of algorithm strategies on various dapps and chains aggregated by the protocol.

Token address and ticker if any: Not Issued yet

Category (full list at https://defillama.com/categories) *Please choose only one: Liquidity manager

Oracle used (Chainlink/Band/API3/TWAP or any other that you are using):chainlink

forkedFrom (Does your project originate from another project):No

methodology (what is being counted as tvl, how is tvl being calculated):The funds deposited into the vault and those already invested in LP will be counted as the tvl of the protocol.

@llamatester
Copy link

The adapter at projects/liquix exports TVL:

arbitrum                  2.43 M

total                    2.43 M 

@llamatester
Copy link

The adapter at projects/liquix exports TVL:

arbitrum                  2.44 M

total                    2.44 M 

@waynebruce0x
Copy link
Collaborator

Can we read vault token balances instead of using totalUnderlying()?

@waynebruce0x waynebruce0x self-assigned this Mar 18, 2024
let tokens = []
for (let i = 0; i < owners.length; i++) {
const owner = owners[i];
let new_tokens = await covalentGetTokens(owner, api, { onlyWhitelisted: true, });
Copy link
Member

Choose a reason for hiding this comment

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

is there a better way to get token list? covalentGetTokens is expensive and we like to keep its usage to a minium

Copy link
Member

Choose a reason for hiding this comment

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

nevermind, this method is not even used

@g1nt0ki
Copy link
Member

g1nt0ki commented Mar 18, 2024

refactored and merged here: #9418

@g1nt0ki g1nt0ki closed this Mar 18, 2024
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.

4 participants