Skip to content

Conversation

@0xMBro
Copy link
Contributor

@0xMBro 0xMBro commented Nov 25, 2025

NOTE

Please enable "Allow edits by maintainers" while putting up the PR.


  • If you would like to add a volume/fees/revenue adapter please submit the PR here.
  • If you would like to add a liquidations adapter, please refer to this readme document for details.
  1. Once your adapter has been merged, it takes time to show on the UI. If more than 24 hours have passed, please let us know in Discord.
  2. Sorry, We no longer accept fetch adapter for new projects, we prefer the tvl to computed from blockchain data, if you have trouble with creating a the adapter, please hop onto our discord, we are happy to assist you.
  3. Please fill the form below only if the PR is for listing a new protocol else it can be ignored/replaced with reason/details about the PR
  4. For updating listing info It is a different repo, you can find your listing in this file: https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data2.ts, you can edit it there and put up a PR
  5. Do not edit/push package-lock.json file as part of your changes, we use lockfileVersion 2, and most use v1 and using that messes up our CI
  6. No need to go to our discord and announce that you've created a PR, we monitor all PRs and will review it asap

Name (to be shown on DefiLlama): Cybro LP
Twitter Link: https://x.com/Cybro_io
List of audit links if any: https://github.com/cybro-io/dapp-contracts-audits
Website Link: https://app.cybro.io/
Logo (High resolution, will be shown with rounded borders): https://cybro.io/images/token_dark.png
Current TVL: $455,279
Treasury Addresses (if the protocol has treasury)
Chain: Arbitrum, Base, Unichain
Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed): (https://api.coingecko.com/api/v3/coins/list) cybro
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) cybro
Short Description (to be shown on DefiLlama): Smart Hub for Liquidity Providers
Token address and ticker if any: 0x963eec23618BbC8e1766661d5f263f18094Ae4d5, CYBRO
Category (full list at https://defillama.com/categories) *Please choose only one: 25 Liquidity manager
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): represents the total value of all active liquidity positions that were managed through Cybro’s LPManager smart contract within the last 30 days
Github org/user (Optional, if your code is open source, we can track activity):

@llamabutler
Copy link

The adapter at projects/cybro-lpmanager exports TVL:

arbitrum                  0.00
base                      0.00
unichain                  0.00

total                    0.00 

try {
const chainId = chainIdMap[chain];
const response = await axios.get(API_ENDPOINT, { params: { chain_id: chainId } });
return response.data.aum_usd || 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

please count token balances on chain rather than returning a USD value from an API

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can't calculate this metric on-chain, cause our LPManager contract doesn't hold any state

Copy link
Collaborator

Choose a reason for hiding this comment

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

Where are the tokens that are AUM?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

AUM represents the total value of all active liquidity positions that were managed through Cybro’s LPManager smart contract, so the tokens are in uniswap liquidity pools

@waynebruce0x
Copy link
Collaborator

Please dont rename any files

@waynebruce0x waynebruce0x self-assigned this Nov 25, 2025
@llamabutler
Copy link

The adapter at projects/cybro-lpmanager exports TVL:

arbitrum                  0.00
unichain                  0.00
base                      0.00

total                    0.00 

@g1nt0ki
Copy link
Member

g1nt0ki commented Nov 25, 2025

hmm, when a user creates a position, they hold the LP NFT? https://arbiscan.io/tx/0xd0bf20c802ba66eda95b95a5c33314dcbf200a7c2723a4978ee9e762c7e99300

what is counted as tvl here?

@0xMBro
Copy link
Contributor Author

0xMBro commented Nov 28, 2025

hmm, when a user creates a position, they hold the LP NFT? https://arbiscan.io/tx/0xd0bf20c802ba66eda95b95a5c33314dcbf200a7c2723a4978ee9e762c7e99300

what is counted as tvl here?

AUM. It represents the total value of all active liquidity positions that were managed through Cybro’s LPManager smart contract. Yes, users hold the LP NFT

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