Skip to main content

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.

PathReturns
/dex/poolsall 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)
  • decimals
  • total_supply
  • mint_authority (optional)
PathReturns
/token/listevery 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.