Skip to content

Conversation

mangosago99
Copy link

Name (to be shown on DefiLlama):

Xone Chain

Twitter Link:

https://x.com/xone_chain

List of audit links if any:

None

Website Link:

https://xone.org

Logo (High resolution, will be shown with rounded borders):

https://rose-petite-porcupine-710.mypinata.cloud/ipfs/bafkreia5wy75cre75qd4iostev2froldsxg5uk6quuhyapkbxdbjcjpazm

Current TVL:

None

Treasury Addresses (if the protocol has treasury)

None

Chain:

Xone Chain

Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed):

None

Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed):

None

Short Description (to be shown on DefiLlama):

Xone Chain is a modular Layer-1 blockchain platform built on the Ethereum protocol, and a leading Behavior Value Incentive (BVI) blockchain.

Token address and ticker if any:

https://docs.xone.org/developers/token

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

Dexs

Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.):

None

Implementation Details: Briefly describe how the oracle is integrated into your project:

None

Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:

None

forkedFrom (Does your project originate from another project):

Yes - Ethereum

methodology (what is being counted as tvl, how is tvl being calculated):
  • Scope: On-chain liquidity held by all SwapX AMM pools on the Xone chain — V2 pools discovered via factory.allPairs(*) and V3 pools discovered via PoolCreated (factory scan with fromBlock).

  • What’s counted: The underlying tokens sitting in each pool contract (not LP tokens). For every pool we read token0, token1, then sum each pool contract’s balanceOf(token) amounts.

  • Pricing: Tokens are priced via Coingecko IDs. Common assets on Xone (e.g., USDT/USDC/WXOC) are mapped in fixBalancesTokens to ensure correct pricing/decimals. Unknown tokens are excluded (treated as 0).

  • Aggregation:

    $$ \text{TVL} = \sum_{\text{pools}} \sum_{t \in {token0, token1}} \text{balance}_{pool}(t)\times \text{price}(t) $$

  • Exclusions: No staking, no farm rewards, no LP/derivative tokens, no off-chain balances. Only the raw liquidity in AMM pools is counted.

  • Anti double-counting: We never count LP tokens; we only count reserves held by pool contracts themselves.

Github org/user (Optional, if your code is open source, we can track activity):

https://github.com/hello-xone

@llamabutler
Copy link

The adapter at projects/swapx exports TVL:

xone                      5.21 M

total                    5.21 M 

@waynebruce0x
Copy link
Collaborator

for the v3 adapter: rpc error: code = Internal desc = invalid opcode: opcode 0x5e not defined

@waynebruce0x waynebruce0x self-assigned this Aug 29, 2025
@llamabutler
Copy link

The adapter at projects/swapx exports TVL:

xone                      4.61 M

total                    4.61 M 

1 similar comment
@llamabutler
Copy link

The adapter at projects/swapx exports TVL:

xone                      4.61 M

total                    4.61 M 

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