Skip to content

add bumpin fee/volume#5625

Draft
jax-bumpin wants to merge 3 commits intoDefiLlama:masterfrom
bumpin-trade:master
Draft

add bumpin fee/volume#5625
jax-bumpin wants to merge 3 commits intoDefiLlama:masterfrom
bumpin-trade:master

Conversation

@jax-bumpin
Copy link
Copy Markdown

NOTE

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


  • If you would like to add a tvl adapter please submit the PR here.
  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. 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
  3. 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/data4.ts, you can edit it there and put up a PR
  4. Do not edit/push package.json/package-lock.json file as part of your changes
  5. No need to go to our discord/other channel 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):
Does this project have a referral program?

@llamabutler
Copy link
Copy Markdown

The bumpin adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts dexs bumpin

🦙 Running BUMPIN adapter 🦙
---------------------------------------------------
Start Date:	Tue, 13 Jan 2026 04:37:36 GMT
End Date:	Wed, 14 Jan 2026 04:37:36 GMT
---------------------------------------------------

SOLANA 👇
Backfill start time: 1/1/2025
Daily volume: 16.74 M
End timestamp: 1768365455 (2026-01-14T04:37:35.000Z)

@llamabutler
Copy link
Copy Markdown

The bumpin.ts adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees bumpin.ts

🦙 Running BUMPIN.TS adapter 🦙
---------------------------------------------------
Start Date:	Tue, 13 Jan 2026 04:37:39 GMT
End Date:	Wed, 14 Jan 2026 04:37:39 GMT
---------------------------------------------------

SOLANA 👇
Backfill start time: 1/1/2025
Daily fees: 5.02 k
Daily user fees: 5.02 k
Daily revenue: 5.02 k
Daily protocol revenue: 2.01 k
Daily supply side revenue: 3.01 k
End timestamp: 1768365458 (2026-01-14T04:37:38.000Z)

@noateden noateden self-assigned this Jan 20, 2026
Copy link
Copy Markdown
Contributor

@noateden noateden left a comment

Choose a reason for hiding this comment

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

thanks for the PR. Any chance we get data from Dune query?

@jax-bumpin
Copy link
Copy Markdown
Author

@noateden Thanks for the suggestion. Regarding Dune queries: Since we operate as a Unified Account derivative exchange on Solana, user positions (e.g., 10x BTC Long) and open orders are stored directly in program account data for performance reasons, rather than emitted as transaction logs/events for every state change.

While deposits/withdrawals are visible transactions, the internal trading state is opaque to standard Dune SQL queries without a custom decoder. Therefore, relying on our API/SDK is currently the only accurate way to track real-time open interest and volume. We are happy to walk you through the API endpoints if needed.

@noateden
Copy link
Copy Markdown
Contributor

hi @jax-bumpin the api isn't working. I will make this PR as draft while you're fixing it

@noateden noateden marked this pull request as draft February 28, 2026 16:18
@noateden
Copy link
Copy Markdown
Contributor

noateden commented Mar 4, 2026

hi @jax-bumpin Is there anywhere or contracts/transactions I can verify volume/fees numbers?

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