MFX Network — Integration & Listing Guide
This page summarizes the technical parameters of the MFX Network mainnet for exchanges, wallets, explorers and other integrators. All values below refer to the current production network.
AT A GLANCE
Core network parameters
EVM-compatible mainnet with a single canonical RPC endpoint and explorer.
| Network name | MFX Network |
|---|---|
| Type | EVM-compatible mainnet |
| Chain ID | 2064 (0x810) |
| Native token | MFX (18 decimals) |
| RPC endpoint | https://rpc.mfx.network/rpc |
| Block explorer | https://explorer.mfx.network |
| Docs | https://docs.mfx.network |
| Wallet | https://wallet.mfx.network |
| GitHub | github.com/mfx-network |
FOR WALLETS
Standard EVM chain params
This is the configuration most wallets and dapps expect.
{
"chainId": "0x810", // 2064
"chainName": "MFX Network",
"nativeCurrency": {
"name": "MFX",
"symbol": "MFX",
"decimals": 18
},
"rpcUrls": [
"https://rpc.mfx.network/rpc"
],
"blockExplorerUrls": [
"https://explorer.mfx.network"
]
}
For chainlist.org or similar registries you can use the same values. If you need a signed JSON file or official confirmation, please contact us via email.
RPC & EXPLORER
Public RPC
The MFX Network exposes a single public RPC endpoint for integrators:
- RPC (HTTPS): https://rpc.mfx.network/rpc
The endpoint follows the Ethereum JSON-RPC specification
for standard methods (e.g. eth_getBlockByNumber,
eth_call, eth_getLogs, etc.).
Block explorer
- Explorer UI: https://explorer.mfx.network
- Address pages: /address.html?address=…
- Tx pages: /tx.html?hash=…
- Block pages: /block.html?height=…
HEALTH & MONITORING
Public health endpoints are available for basic uptime checks and integration with monitoring systems:
- API health: https://api.mfx.network/health
- Explorer health: https://explorer.mfx.network/health
- Wallet health: https://wallet.mfx.network/health
These endpoints are lightweight and suitable for periodic checks from exchanges or wallets that want to monitor connectivity to MFX infrastructure.
VALIDATORS & NODES
If you need to run your own full node or validator for deeper integration, please see:
- Validator onboarding guide (Markdown): MFX_VALIDATOR_ONBOARDING.md
- Node bootstrap repository: github.com/mfx-network/mfx-node-bootstrap
CONTACT & SUPPORT
For listing, integration support or technical questions, please contact:
- Email (technical / listing): dev@mfx.network
- GitHub (issues / PRs): https://github.com/mfx-network
When reaching out, it is helpful to include:
- Your platform type (CEX, DEX, wallet, explorer, analytics, etc.)
- Expected integration scope (deposits/withdrawals, swaps, portfolio, RPC-read only, …)
- Any specific requirements (RPC limits, confirmation rules, additional endpoints)
ADDITIONAL RESOURCES
- Listing kit (Markdown): https://docs.mfx.network/MFX_LISTING_KIT.md
- OTC Policy & Official Proof: https://docs.mfx.network/otc-policy
- Buy MFX (OTC): https://docs.mfx.network/buy-mfx