General

MuchFi is the native superdapp of DogeOS - a comprehensive DeFi platform where tokens launch, prices form in real-time, and trading happens through efficient market design with clear execution, strong liquidity, and built-in self-custody. It offers token launchpad, AMM, CLOB, perpetuals trading, and trade aggregation.
MuchFi is built natively on DogeOS, providing fast transaction finality and low fees for traders.
Yes, MuchFi smart contracts have undergone security audits. Visit our Audits page for detailed audit reports and findings.
Yes, MuchFi is fully non-custodial. Users maintain control of their assets at all times through self-custody wallets.

Trading

MuchFi offers multiple trading venues:
  • AMM: Automated Market Maker for passive liquidity and new tokens
  • CLOB: Central Limit Order Book for institutional-grade spot trading
  • Perpetuals: Leveraged trading with minimal latency
  • Aggregator: Smart routing across all venues for best prices
AMM (Automated Market Maker): Uses liquidity pools with constant product formula. Best for new tokens and passive liquidity provision.CLOB (Central Limit Order Book): Traditional order book with limit and market orders. Offers tighter spreads and better execution for mature tokens with high volume.
The MuchFi CLOB uses price-time priority matching. Orders are sorted by price (best price first), and at the same price level, earlier orders are filled first. Matching happens off-chain for speed, with settlement on-chain for security.
MuchFi supports:
  • Market orders
  • Limit orders
  • Take profit orders
  • Stop loss orders
  • Self-trade prevention options
Fee structures vary by trading venue (AMM, CLOB, Perpetuals). Each venue has its own maker/taker fee schedule. Check the specific trading documentation for current fee rates.

Token Launchpad

Use the MuchFi Launchpad to create a token with just a few clicks. The permissionless launcher automatically bootstraps initial liquidity, allowing your token to start trading immediately after creation.
Token graduation is when a token launched on the Launchpad accumulates enough liquidity and trading activity to move from the AMM to the CLOB. This provides access to institutional-grade liquidity and better execution.
Check the Launchpad documentation for current fee structures and requirements for token creation.

API & Integration

The MuchFi API is available at:
  • REST API: https://integrated-api.testnet.muchfi.xyz
  • WebSocket: wss://ws.integrated-api.testnet.muchfi.xyz
Most read endpoints are public. Trading endpoints require authentication with API credentials.
Yes, MuchFi provides an official Rust SDK for programmatic integration. It includes type-safe API clients, WebSocket management, and order signing utilities.
The API provides:
  • Market data (prices, volumes, order books)
  • Token information and metadata
  • Trading endpoints for order management
  • Portfolio and balance queries
  • Analytics and historical data
Yes, API requests are subject to rate limiting. If you exceed the limit, you’ll receive a 429 (Too Many Requests) response. Implement exponential backoff for retries.

Perpetuals

Perpetual trading allows you to take leveraged long or short positions on assets without expiration dates. MuchFi perpetuals offer flexible leverage, tight spreads, and minimal latency.
Leverage limits vary by asset and are determined by margin tiers. Check the Margin Tiers documentation for specific limits.
Positions are liquidated when the margin ratio falls below the maintenance margin requirement. MuchFi uses a tiered liquidation system to minimize market impact. See Liquidations for details.
Funding rates are periodic payments between long and short traders to keep perpetual prices aligned with spot prices. See Funding for the calculation methodology.

Support

For support, you can:
Report issues and feature requests on our GitHub repository.