Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 viaPoolCreated
(factory scan withfromBlock
).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’sbalanceOf(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:
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