Skip to content

Conversation

@rostik1t
Copy link

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

Upscale

Twitter Link:

https://x.com/UpscaleTrade

List of audit links if any:
Website Link:

upscale.trade

Logo (High resolution, will be shown with rounded borders):
logo upscale
Current TVL:
Treasury Addresses (if the protocol has treasury)
Chain:

BNB Chain, 0G, Base

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

Upscale is a Web3 prop trading platform offering 2-phase, 1-phase, and instant funding accounts with no KYC. It supports crypto and forex trading, on-chain payments, and referral rewards. Available on both Web App and Telegram.

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

Derivatives

Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.): Pyth network, Stork
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:

https://docs.upscale.trade/trade-mechanics/oracles

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

@llamabutler
Copy link

The upscale adapter exports:

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

🦙 Running UPSCALE adapter 🦙
---------------------------------------------------
Start Date:	Tue, 11 Nov 2025 00:00:00 GMT
End Date:	Wed, 12 Nov 2025 00:00:00 GMT
---------------------------------------------------

chain     | Total volume | Start Time
---       | ---          | ---       
bsc       | 2.02 B       | 1/4/2025  
base      | 2.02 B       | 1/4/2025  
Aggregate | 4.04 B       |           

@noateden noateden self-assigned this Nov 12, 2025
@noateden
Copy link
Contributor

hi @rostik1t thanks for the PR. How does upscale work? Can you track volume from on-chain smart contracts?

@rostik1t
Copy link
Author

hi @rostik1t thanks for the PR. How does upscale work? Can you track volume from on-chain smart contracts?

Hi @noateden, thanks for reviewing.

How Upscale works: Upscale is a prop-trading platform. Users purchase evaluation “challenges” and trade on our internal (off-chain) engine across crypto/forex. After passing, they get a funded account with a profit split. No trading happens on-chain.

On-chain contracts: The contracts we listed on BNB / Base / 0G are payments-only (challenge purchases). They are not AMMs and do not reflect trading activity. So on-chain data cannot be used to derive trading volume.

Trading volume is off-chain. We can provide a public stats endpoint (daily totals in USD, with timestamps in UTC) for DefiLlama to ingest in an adapter.

@rostik1t
Copy link
Author

@noateden ping

@noateden
Copy link
Contributor

@rostik1t can you provide api for historical data?

@rostik1t
Copy link
Author

rostik1t commented Nov 14, 2025

@rostik1t can you provide api for historical data?

@noateden I can provide dailyVolume (fundedTradingVolumeLastDay) if needed instead totalVolume, our api provide this fields

https://api.upscale.trade/stats

I just need understand what I need to change in my PR now

@noateden
Copy link
Contributor

@rostik1t This api just return dailyVolume for current date, I need to get volume for historical days. Can you provide it? after that, no worry, I will update the adapter correctly

@llamabutler
Copy link

The upscale adapter exports:

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

🦙 Running UPSCALE adapter 🦙
---------------------------------------------------
Start Date:	Wed, 19 Nov 2025 00:00:00 GMT
End Date:	Thu, 20 Nov 2025 00:00:00 GMT
---------------------------------------------------

chain     | Total volume | Start Time
---       | ---          | ---       
bsc       | 2.09 B       | 1/4/2025  
base      | 2.09 B       | 1/4/2025  
Aggregate | 4.19 B       |           

@rostik1t
Copy link
Author

@rostik1t This api just return dailyVolume for current date, I need to get volume for historical days. Can you provide it? after that, no worry, I will update the adapter correctly

hello @noateden, I'm sorry for the late reply. We added the ability to provide timestamp in API to obtain statistics up to a specific day, what I need do yet?

@noateden
Copy link
Contributor

@rostik1t as I can see in data that UpScale made $2B in volume everyday recently?

@llamabutler
Copy link

The upscale adapter exports:

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

🦙 Running UPSCALE adapter 🦙
---------------------------------------------------
Start Date:	Wed, 19 Nov 2025 00:00:00 GMT
End Date:	Thu, 20 Nov 2025 00:00:00 GMT
---------------------------------------------------

chain     | Daily volume
---       | ---         
bsc       | 7.85 M      
base      | 7.85 M      
Aggregate | 15.70 M     

@rostik1t
Copy link
Author

@rostik1t as I can see in data that UpScale made $2B in volume everyday recently?

not quite right, but now I've updated the PR and it's better. I provide dailyVolume now

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