DeFi
Fenryx ships two native DeFi modules — no contract deploy needed.
DEX (AMM)
Constant-product AMM, deeply integrated with the bank module so swaps avoid the gas overhead of an EVM contract call.
| Path | Returns |
|---|---|
/dex/pools | all pools — reserves, weights, last price |
Pool tokens are minted as FCS v2 assets — see Token Registry below.
Token Registry (FCS v2)
The Fenryx Common Standard v2 (FCS v2) is a registry of native fungible assets. Every token has:
symbol(unique)denom(storage key)decimalstotal_supplymint_authority(optional)
| Path | Returns |
|---|---|
/token/list | every registered FCS v2 token |
FCS v2 tokens are first-class — they flow through bank transfers, DEX swaps, staking rewards, and the EVM via the X1-Contracts bridge.