Core Contributors
IWANDO LLC
GX Exchange is built and maintained by IWANDO LLC, an independent software company focused on high-performance financial infrastructure.
Background
IWANDO LLC was founded with the mission to build institutional-grade decentralized trading infrastructure. The team brings deep experience in quantitative trading, systems programming, and blockchain protocol design.
Key areas of expertise:
- Quantitative trading — Designing and operating algorithmic trading strategies across crypto and traditional markets
- Systems engineering — Building low-latency, high-throughput systems in Rust and C++
- Protocol design — Architecting L1 blockchains, consensus mechanisms, and DeFi primitives
- Smart contract development — Solidity, EVM internals, and cross-chain bridge design
Self-Funded
GX Exchange is entirely self-funded by IWANDO LLC. There are no external venture capital investors influencing product direction. This independence allows the team to make long-term technical decisions without short-term fundraising pressure.
The self-funded model means:
- No token sale was required to fund development — The protocol was built before the token
- No investor lock-up games — Token allocation is transparent and published
- Long-term alignment — The team’s incentives are tied to protocol success, not fundraising milestones
What Has Been Built
The GX Exchange codebase represents a substantial engineering effort:
| Component | Description |
|---|---|
| GX Chain | Rust-native L1 with GXCore matching engine and GX BFT consensus |
| GX Chain | Sovereign Layer 1 blockchain with dual-engine architecture (GX Core + GX EVM) |
| GXVault | Bridge smart contract on Arbitrum One for USDC/USDT deposits and withdrawals |
| GX Token | ERC-20 token contract with burn and permit extensions |
| GX Frontend | React + TypeScript trading interface with multi-wallet support |
| GX AI Trader | Hybrid quant/LLM trading system with three risk tiers |
| P2P Network | libp2p-based gossip layer with peer scoring and Noise encryption |
| Test Suite | Comprehensive tests covering matching, risk, consensus, EVM, and more |
Engineering Philosophy
The team follows several core principles:
-
Build the exchange first, then the chain. GX Core was a fully functional matching engine before consensus, P2P, or EVM were added. This ensures the core product works before infrastructure complexity is introduced.
-
Single binary architecture. One Rust binary contains consensus, matching, settlement, API server, and indexer. This eliminates inter-process communication latency and drastically reduces operational complexity.
-
Test everything. With a comprehensive test suite covering every subsystem — from order matching to BFT consensus to EVM execution — the protocol is verifiable at every layer.
-
Performance is non-negotiable. Sub-microsecond match latency and industry-leading throughput are not aspirational targets — they are measured benchmarks from production infrastructure.
-
Self-custody always. Users retain custody of their assets at every stage. The protocol is designed so that no party — including the core team — can unilaterally access user funds.
Contact
For technical inquiries, partnership discussions, or validator onboarding:
- Website: gx.exchange
- Documentation: This GitBook