{"id":"edgex","title":"edgeX","content":"**edgeX** is a decentralized trading and settlement system designed for high-performance derivatives trading. It operates on a dedicated [Layer 2](https://iq.wiki/wiki/layer-2) infrastructure, the EDGE Chain, combining off-chain execution with on-chain settlement on [Ethereum](https://iq.wiki/wiki/ethereum) to address scalability, latency, and verifiability limitations in [decentralized finance (DeFi)](https://iq.wiki/wiki/defi). The platform's architecture is built as an application-specific execution layer, separating high-frequency trading functions from general-purpose [blockchain](https://iq.wiki/wiki/blockchain) activities to optimize performance for products like perpetual futures. [\\[1\\]](#cite-id-Q0hdddZo8zgKZBoF) \n\n## Overview\n\nedgeX is a [blockchain](https://iq.wiki/wiki/blockchain)-based execution framework for [decentralized finance (DeFi)](https://iq.wiki/wiki/defi) that focuses on improving the performance of on-chain trading systems, such as perpetual futures. It addresses common limitations in existing [DeFi](https://iq.wiki/wiki/defi) infrastructure, including slow transaction processing, limited scalability, and reliance on sequential execution models that create bottlenecks. The system is built as a modular, application-specific execution layer that separates trading functionality from general-purpose blockchain logic. It uses multiple virtual machine environments: one handles high-performance trading operations (such as order matching, [liquidation](https://iq.wiki/wiki/liquidation), and risk management), while the other supports standard [DeFi](https://iq.wiki/wiki/defi) activities, such as asset issuance and governance. This modular design allows additional components to be added without disrupting the overall system.\n\nA central feature is deterministic parallel transaction execution, which allows non-conflicting transactions to be processed simultaneously rather than sequentially. Transactions are grouped by market or function and executed independently when possible, while maintaining a consistent and verifiable final state. This approach improves throughput and reduces latency while preserving the ability to reproduce and verify results. The system also introduces a prioritization mechanism that separates time-sensitive actions (such as order placement and cancellation) from less urgent operations (such as withdrawals). This helps maintain consistent performance for trading-related activity even during periods of high network usage.\n\nAll transaction results are combined into a single state commitment that can be verified and settled on a [rollup](https://iq.wiki/wiki/rollup) layer, inheriting the security guarantees of the [Ethereum](https://iq.wiki/wiki/ethereum) network. This ensures that, despite the use of parallel execution and modular components, the system remains transparent, deterministic, and externally verifiable. [\\[3\\]](#cite-id-sVjlbBvSmQt8LKg7) [\\[7\\]](#cite-id-5aMzGtTDfGlkTRZB) \n\n### V1\n\nedgeX V1 is the initial release of edgeX, implemented as an order–book–based [decentralized exchange](https://iq.wiki/wiki/decentralized-exchange) for perpetual futures trading. It operates on a [Layer 2](https://iq.wiki/wiki/layer-2) infrastructure built with StarkEx, where transactions are processed off-chain and later settled on [Ethereum](https://iq.wiki/wiki/ethereum). Trades are grouped and verified using [zero-knowledge proofs](https://iq.wiki/wiki/zero-knowledge-proofs-zkps), enabling validation on the base layer while maintaining data integrity and reducing on-chain congestion. The system uses a self-custody model, meaning users retain control of their funds and can withdraw assets without relying on the platform. Pricing data is sourced from external [oracles](https://iq.wiki/wiki/oracle) to reduce manipulation risk and support consistent valuation for positions and [liquidations](https://iq.wiki/wiki/liquidation).\n\nThe platform includes a high-performance matching engine designed to reduce latency and increase throughput compared to typical [decentralized exchanges](https://iq.wiki/wiki/decentralized-exchange), with scalability supported through workload segmentation. It provides trading features, including sub-accounts for managing multiple strategies and positions. Additional functionality includes account abstraction tools, such as MPC-based wallets, to simplify onboarding, as well as support for cross-chain deposits and withdrawals. The interface is designed to resemble conventional trading platforms, and a mobile version is planned but not included in the initial release. [\\[8\\]](#cite-id-f7m7eCE7li5pbnej) [\\[9\\]](#cite-id-ciDoJGYi5dxrxT2X) \n\n### V2\n\nedgeX V2 is an updated architecture that transitions edgeX from an application-specific trading platform into a broader financial settlement chain built on [Ethereum](https://iq.wiki/wiki/ethereum) [Layer 2](https://iq.wiki/wiki/layer-2) infrastructure. It separates core functions into distinct layers, including a settlement layer where transactions are batched and finalized on-chain, ensuring verifiability and asset self-custody. By aggregating transaction data before submission, the system reduces costs while maintaining the security guarantees of the underlying [blockchain](https://iq.wiki/wiki/blockchain).\n\nThe architecture also includes a high-performance matching engine for order execution and a liquidity layer that enables interaction across multiple [blockchain](https://iq.wiki/wiki/blockchain) networks through cross-chain messaging and bridging. This allows assets to move between networks while remaining under user control. The system is designed to support additional financial products and markets beyond perpetual trading, with modular components that can be deployed and customized. A unified interface integrates these functions, simplifying access to [decentralized finance](https://iq.wiki/wiki/defi) tools and enabling interaction with multiple protocols and networks from a single environment. [\\[10\\]](#cite-id-k9O5Gy2dbgzTnnGT) \n\n## Features\n\n### Self-Custody\n\nedgeX uses a non-custodial architecture in which user assets are held in [smart contracts](https://iq.wiki/wiki/smart-contract) on [Ethereum](https://iq.wiki/wiki/ethereum) rather than by the platform itself. Its trading and settlement system is built on StarkEx, a [Layer 2](https://iq.wiki/wiki/layer-2) solution developed by StarkWare that uses [zero-knowledge rollups](https://iq.wiki/wiki/zk-rollup) to process transactions off-chain and verify them on-chain. Transactions are batched and validated using cryptographic proofs before being submitted to the [Ethereum](https://iq.wiki/wiki/ethereum) network, reducing network load while maintaining verifiability. This model allows higher throughput and lower costs without altering the underlying security guarantees of the base layer.\n\nOperationally, trades executed on the platform are aggregated, proven through a shared proving system, and then verified on-chain before the updated state is accepted. Users retain control of their assets through private keys, and all account actions require user authorization. Because funds are held in [smart contracts](https://iq.wiki/wiki/smart-contract), users can withdraw independently of the platform, including through forced withdrawal mechanisms if the operator fails to process requests. This structure ensures that asset ownership remains with users at all times, while transaction records and balances remain transparent and externally verifiable. [\\[11\\]](#cite-id-y5kZ1te8S3vKAP7L) [\\[12\\]](#cite-id-wQNPa9wKxy7UtULX) \n\n### Decentralized Oracle Pricing\n\nedgeX uses external price feeds from the decentralized [oracle](https://iq.wiki/wiki/oracle) provider Stork to determine key trading parameters such as margin requirements and [liquidation](https://iq.wiki/wiki/liquidation) thresholds. These oracle prices are derived from aggregated market data and trigger [liquidations](https://iq.wiki/wiki/liquidation) when positions fall below required [collateral](https://iq.wiki/wiki/collateral) levels. By relying on independently sourced pricing rather than internal exchange data, the system reduces the risk of inaccurate or manipulated price signals affecting user positions.\n\nThe oracle system operates by collecting data from multiple exchanges and validating it through a distributed network of [nodes](https://iq.wiki/wiki/node), which filter out anomalies and reach consensus on a final price feed. This approach improves reliability over single-source pricing models while maintaining data transparency and auditability. The [oracle](https://iq.wiki/wiki/oracle) infrastructure includes off-chain components for high-frequency data updates and on-chain verification mechanisms that confirm the validity and origin of submitted prices. These design choices aim to ensure consistent, verifiable pricing and reduce the likelihood of abnormal price movements triggering unintended [liquidations](https://iq.wiki/wiki/liquidation). [\\[13\\]](#cite-id-WOH5GPGThU2Xv6qX) \n\n### eStrategy\n\neStrategy is a liquidity-provisioning and strategy-execution framework within the edgeX ecosystem. It functions as both a liquidity engine and a protocol for structured trading strategies, supplying market depth while enabling users to allocate capital to predefined or managed strategies. In its initial implementation, it supports an [automated market maker (AMM)](https://iq.wiki/wiki/automated-market-maker) model, where deposited funds are used to take the opposite side of trades on the platform. This allows the system to provide continuous liquidity, with participants effectively sharing exposure to trading activity. Returns are generated from sources such as market-making spreads, [liquidation](https://iq.wiki/wiki/liquidation) fees, and a portion of [trading fees](https://iq.wiki/wiki/trading-fee).\n\nThe system includes mechanisms for managing deposits, withdrawals, and risk. Withdrawals are subject to a short lock-up period to allow associated trading positions to be adjusted or closed. When funds are withdrawn, positions may either remain open or be partially reduced in proportion to the withdrawing share, depending on margin requirements and configuration. Future versions are intended to support customizable strategy pools managed by individuals or institutions, allowing users to select allocations based on performance and risk characteristics. Participation exposes users to market, liquidity, and operational risks, and returns vary depending on trading outcomes and market conditions. [\\[14\\]](#cite-id-OzvJtWuBm2roe9y1) [\\[15\\]](#cite-id-ZkBF2IiPXwUWX6yB) \n\n## EDGE\n\nEDGE is the native [cryptocurrency](https://iq.wiki/wiki/cryptocurrency) of the edgeX ecosystem and functions as both a [governance](https://iq.wiki/wiki/governance-tokens) and [utility](https://iq.wiki/wiki/utility-token) asset. It allows holders to participate in protocol governance by voting on proposals related to system parameters, such as fees, asset listings, technical upgrades, and security changes. This governance mechanism is intended to guide the platform's development and operation over time. The token is also used for [staking](https://iq.wiki/wiki/staking) in a delegated validation system, where holders assign tokens to validators responsible for transaction validation and maintaining system integrity, in exchange for a share of protocol-generated rewards. In addition, EDGE supports ecosystem incentives, including developer funding, user adoption programs, and liquidity provision. Tokens subject to lock-up restrictions are not eligible for [staking](https://iq.wiki/wiki/staking) during the lock-up period. [\\[16\\]](#cite-id-XD4nhYeQgz0m5QI7) \n\n### Tokenomics\n\nEDGE has a total supply of 1B tokens and has the following distribution: [\\[16\\]](#cite-id-XD4nhYeQgz0m5QI7) \n\n* **Early Users**: 30%\n* **Future Reserve**: 30%\n* **Core Contributors**: 25%\n* **Foundation**: 5%\n* **Liquidity**: 5%\n* **Ecosystem & Community**: 5%  \n\n## MARU\n\nMARU is a conceptual brand and cultural identity associated with retail-focused [cryptocurrency](https://iq.wiki/wiki/cryptocurrency) trading. It represents individual traders who operate outside traditional financial institutions, emphasizing accessibility, mobile participation, and continuous engagement in trading. The concept frames trading as an everyday activity enabled by [blockchain](https://iq.wiki/wiki/blockchain) infrastructure, rather than one limited to professional environments. Within the edgeX ecosystem, MARU functions as a symbolic narrative rather than a technical component. It is used to describe a target user base of independent traders and to position trading as a social and cultural activity, emphasizing habitual participation and competitive formats. It does not refer to a protocol, token, or system function; instead, it serves as a thematic element tied to user identity and engagement. [\\[17\\]](#cite-id-aW5oNsiBsF1aZwCa) \n\n### Tokenomics\n\nMARU has a total supply of 10B tokens and has the following distribution: [\\[17\\]](#cite-id-aW5oNsiBsF1aZwCa) \n\n* **Airdrop, Ecosystem Incentives**: 70%\n* **Liquidity**: 20%\n* **Core Contributors**: 10%\n\n## Partnerships\n\n* Elliptic\n* [Privy](https://iq.wiki/wiki/privy)\n* [Chainlink](https://iq.wiki/wiki/chainlink)\n* [Arbitrum](https://iq.wiki/wiki/arbitrum)\n* [Circle](https://iq.wiki/wiki/circle)","summary":"edgeX is a decentralized derivatives exchange using Layer 2 infrastructure like StarkEx to offer high-performance trading. It combines off-chain execution with on-chain settlement on Ethereum to improve scalability, latency, and verifiability.","images":[{"id":"QmVZuY64vqqCC97kLSd5yNVS7pBk7NNQVPZJ8tGszR7MrV","type":"image/jpeg, image/png"}],"categories":[{"id":"exchanges","title":"exchanges"}],"tags":[{"id":"DEXes"},{"id":"Protocols"},{"id":"Ethereum"},{"id":"Blockchains"}],"media":[],"metadata":[{"id":"references","value":"[{\"id\":\"Q0hdddZo8zgKZBoF\",\"url\":\"https://pro.edgex.exchange/en-US/home\",\"description\":\"edgeX homepage\",\"timestamp\":1775824623511},{\"id\":\"2kSDYp3axu7hsGSq\",\"url\":\"https://atomicwallet.io/academy/articles/what-is-edgex\",\"description\":\"What is edgeX? article\",\"timestamp\":1775824623511},{\"id\":\"sVjlbBvSmQt8LKg7\",\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation\",\"description\":\"edgeX documentation\",\"timestamp\":1775824623511},{\"id\":\"onD5fXGBcwo72Hgz\",\"url\":\"https://coinmarketcap.com/currencies/edgex/\",\"description\":\"edgeX on CoinMarketCap\",\"timestamp\":1775824623511},{\"id\":\"PsWhf7IP2euDO7RT\",\"url\":\"https://discord.gg/edgeX\",\"description\":\"edgeX Discord community\",\"timestamp\":1775824623511},{\"id\":\"BaTMzJxKCBisI3Bv\",\"url\":\"https://t.me/edgeX\\\\_exchange\",\"description\":\"edgeX Telegram channel\",\"timestamp\":1775824623511},{\"id\":\"5aMzGtTDfGlkTRZB\",\"description\":\"edgeX | Medium\",\"timestamp\":1775849868713,\"url\":\"https://medium.com/@edgexexchange/edgex-revolutionizing-financial-systems-with-high-performance-modularity-54517971c86c?source=user_profile_page---------9-------------03f79b282925----------------------\"},{\"id\":\"f7m7eCE7li5pbnej\",\"description\":\"edgeX V1 | egdeX Docs\",\"timestamp\":1775849896411,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/edgex-v1\"},{\"id\":\"ciDoJGYi5dxrxT2X\",\"description\":\"edgeX V1 | Medium\",\"timestamp\":1775849908332,\"url\":\"https://medium.com/@edgexexchange/edgex-v1-the-high-performance-orderbook-based-perpetual-dex-with-native-trading-experience-2f034a4e20fc?source=user_profile_page---------8-------------03f79b282925----------------------\"},{\"id\":\"k9O5Gy2dbgzTnnGT\",\"description\":\"edgeX V2 | Medium\",\"timestamp\":1775849921473,\"url\":\"https://medium.com/@edgexexchange/edgex-v2-financial-settlement-chain-2d1a2518c507\"},{\"id\":\"y5kZ1te8S3vKAP7L\",\"description\":\"Self-Custody | edgeX Docs\",\"timestamp\":1775849962158,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/edgex-v1/self-custody\"},{\"id\":\"wQNPa9wKxy7UtULX\",\"description\":\"Self-Custody | Medium\",\"timestamp\":1775849975586,\"url\":\"https://medium.com/@edgexexchange/edgex-asset-self-custody-and-anti-censorship-with-starkex-integration-c4c64f3d1386?source=user_profile_page---------6-------------03f79b282925----------------------\"},{\"id\":\"WOH5GPGThU2Xv6qX\",\"description\":\"Decentralized Oracle Pricing | edgeX Docs\",\"timestamp\":1775849992701,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/edgex-v1/decentralized-oracle-pricing\"},{\"id\":\"OzvJtWuBm2roe9y1\",\"description\":\"eStrategy | edgeX Docs\",\"timestamp\":1775850031784,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/estrategy\"},{\"id\":\"ZkBF2IiPXwUWX6yB\",\"description\":\"eStrategy | Medium\",\"timestamp\":1775850044947,\"url\":\"https://medium.com/@edgexexchange/edgex-vault-estrategy-3f322ebc6382?source=user_profile_page---------0-------------03f79b282925----------------------\"},{\"id\":\"XD4nhYeQgz0m5QI7\",\"description\":\"EDGE | edgeX Docs\",\"timestamp\":1775850058524,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/community/edge\"},{\"id\":\"aW5oNsiBsF1aZwCa\",\"description\":\"MARU | edgeX Docs\",\"timestamp\":1775850070103,\"url\":\"https://edgex-1.gitbook.io/edgeX-documentation/community/maru\"}]"},{"id":"website","value":"https://pro.edgex.exchange/en-US/home"},{"id":"twitter_profile","value":"https://x.com/edgeX_exchange"},{"id":"discord_profile","value":"https://discord.gg/edgeX"},{"id":"telegram_profile","value":"https://t.me/edgeX_exchange"},{"id":"medium_profile","value":"https://medium.com/@edgexexchange"},{"id":"coingecko_profile","value":"https://www.coingecko.com/en/coins/edgex"},{"id":"coinmarketcap_url","value":"https://coinmarketcap.com/currencies/edgex/"},{"id":"etherscan","value":"https://etherscan.io/token/0xB0076DE78Dc50581770BBa1D211dDc0aD4F2a241"},{"id":"nansen","value":"https://app.nansen.ai/token-god-mode?chain=ethereum&tab=transactions&tokenAddress=0xB0076DE78Dc50581770BBa1D211dDc0aD4F2a241"},{"id":"commit-message","value":"\"Added edgeX wiki page\""}],"events":[{"id":"4327fd74-1a3c-4201-829b-b9129f02d209","date":"2026-03","title":"EDGE Token Generation Event (TGE)","type":"DEFAULT","description":"The Token Generation Event for the native EDGE token was planned for on or before March 31, 2026, marking the platform's transition to the full EDGE Chain.","link":"https://atomicwallet.io/academy/articles/what-is-edgex","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"6fc7f834-7018-40e6-9ce1-517f03598089","date":"2026-04","title":"EDGE Token Reaches All-Time High","type":"DEFAULT","description":"The EDGE token reached its all-time high price of $1.17 on April 3, 2026, shortly after its TGE.","link":"https://coinmarketcap.com/currencies/edgex/","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"date":"2026-04-10","title":"edgeX Founded","type":"CREATED","description":"edgeX was founded and officially launched.","id":"d954344e-a39f-4a7b-8128-0f5b5853d66b"}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"operator":{"id":"0xacb6c5AD52b8f605299B0d774CE97F26e3DB80c2"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","arbitrum"],"founders":[],"speakers":[]}}