Skip to content

Conversation

@eukadish
Copy link
Contributor

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):
Twitter Link:
List of audit links if any:
Website Link:
Logo (High resolution, will be shown with rounded borders):
Current TVL:
Treasury Addresses (if the protocol has treasury)
Chain:
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):
Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:
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):
Github org/user (Optional, if your code is open source, we can track activity):

@eukadish
Copy link
Contributor Author

Getting the following warnings:

plasma summing tokens 4
arbitrum summing tokens 3
ethereum summing tokens 13
Building prices get queries for 1 tokens
Balance table for [base] Unrecognized tokens
┌─────────┬─────────────────────────┬─────────────┬────────────┬───────────────────────────────────────────────────┬──────────┐
│ (index) │ name │ symbol │ balance │ label │ decimals │
├─────────┼─────────────────────────┼─────────────┼────────────┼───────────────────────────────────────────────────┼──────────┤
│ 0 │ 'Steakhouse Prime USDC' │ 'steakUSDC' │ '10906629' │ 'base:0xbeefe94c8ad530842bfe7d8b397938ffc1cb83b2' │ '18' │
└─────────┴─────────────────────────┴─────────────┴────────────┴───────────────────────────────────────────────────┴──────────┘
Building prices get queries for 2 tokens
Building prices get queries for 14 tokens
Balance table for [ethereum] Unrecognized tokens
┌─────────┬─────────────────────────────┬────────────────────────────────────────┬─────────┬───────────────────────────────────────────────────────┬──────────┐
│ (index) │ name │ symbol │ balance │ label │ decimals │
├─────────┼─────────────────────────────┼────────────────────────────────────────┼─────────┼───────────────────────────────────────────────────────┼──────────┤
│ 0 │ '✅ SHIBA VOUCHER' │ 'Swap your Voucher on bio.link/shibax' │ '1' │ 'ethereum:0x92c667bb74ef5fb5dd5d7a9d20a34b85f8bf049e' │ '0' │
│ 1 │ 'YFED.FINANCE' │ 'YFED' │ '0' │ 'ethereum:0x2dbd330bc9b7f3a822a9173ab52172bdddcace2a' │ '8' │
│ 2 │ 'Steakhouse Reservoir USDC' │ 'bbqUSDCreservoir' │ '0' │ 'ethereum:0xbeef346d7099865208ff331e4f648f4154ddaa05' │ '18' │
│ 3 │ 'Hyperithm USDC Degen' │ 'hyperUSDCd' │ '0' │ 'ethereum:0x777791c4d6dc2ce140d00d2828a7c93503c67777' │ '18' │
└─────────┴─────────────────────────────┴────────────────────────────────────────┴─────────┴───────────────────────────────────────────────────────┴──────────┘

@llamabutler
Copy link

The adapter at projects/reservoir-protocol exports TVL:

ethereum                  28.84 M
plasma                    1.00
arbitrum                  0.00
base                      0.00

total                    28.84 M 

@waynebruce0x
Copy link
Collaborator

Is 0 TVL for these chains expected?

@waynebruce0x waynebruce0x self-assigned this Dec 1, 2025
@eukadish
Copy link
Contributor Author

eukadish commented Dec 8, 2025

Is 0 TVL for these chains expected?

I think that is fine for now. We will have a subsequent PR coming shortly. Will resolve a bunch of things, but I'm trying to keep them small.

@waynebruce0x waynebruce0x merged commit 88ec800 into DefiLlama:main Dec 8, 2025
1 check passed
@eukadish eukadish deleted the reservoir-protocol branch December 8, 2025 21:38
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