General
What is MuchFi?
What is MuchFi?
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.
What blockchain does MuchFi run on?
What blockchain does MuchFi run on?
MuchFi is built natively on DogeOS, providing fast transaction finality and low fees for traders.
Is MuchFi audited?
Is MuchFi audited?
Yes, MuchFi smart contracts have undergone security audits. Visit our Audits page for detailed audit reports and findings.
Is MuchFi non-custodial?
Is MuchFi non-custodial?
Yes, MuchFi is fully non-custodial. Users maintain control of their assets at all times through self-custody wallets.
Trading
What trading options are available on MuchFi?
What trading options are available on MuchFi?
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
What is the difference between AMM and CLOB?
What is the difference between AMM and CLOB?
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.
How does the CLOB matching engine work?
How does the CLOB matching engine work?
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.
What order types does MuchFi support?
What order types does MuchFi support?
MuchFi supports:
- Market orders
- Limit orders
- Take profit orders
- Stop loss orders
- Self-trade prevention options
What are the trading fees?
What are the trading fees?
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
How do I launch a token on MuchFi?
How do I launch a token on MuchFi?
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.
What is token graduation?
What is token graduation?
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.
Are there any fees for launching a token?
Are there any fees for launching a token?
Check the Launchpad documentation for current fee structures and requirements for token creation.
API & Integration
How do I access the MuchFi API?
How do I access the MuchFi API?
The MuchFi API is available at:
- REST API:
https://integrated-api.testnet.muchfi.xyz - WebSocket:
wss://ws.integrated-api.testnet.muchfi.xyz
Is there an SDK available?
Is there an SDK available?
Yes, MuchFi provides an official Rust SDK for programmatic integration. It includes type-safe API clients, WebSocket management, and order signing utilities.
What data is available via the API?
What data is available via the API?
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
Are there rate limits on the API?
Are there rate limits on the API?
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
What is perpetual trading?
What is perpetual trading?
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.
What is the maximum leverage available?
What is the maximum leverage available?
Leverage limits vary by asset and are determined by margin tiers. Check the Margin Tiers documentation for specific limits.
How does liquidation work?
How does liquidation work?
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.
What is funding rate?
What is funding rate?
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
How do I get help?
How do I get help?
For support, you can:
- Email: bruce@procyonlabs.io
- Twitter: @muchfi_xyz
- GitHub: muchfi-xyz
Where can I report bugs or request features?
Where can I report bugs or request features?
Report issues and feature requests on our GitHub repository.