Execution Infrastructure

Non-Custodial
Intent-Based Execution

Etadex is an execution-layer protocol for algorithmic and professional actors. No custody. No liquidity pools. No price discovery.

Protocol Architecture

1. Off-Chain Intent

Users sign an EIP-712 structured intent defining asset, amount and deadline. No gas is spent. Funds remain in user custody until execution.

2. Vault Validation

The Vault validates signature, nonce and deadline, applies protocol usage fee and escrows funds deterministically.

3. Decision Core

DecisionCore evaluates execution policy. Direct execution is disabled in v1. TWAP is enforced for market safety.

4. TWAP Engine

TWAPEngine schedules deterministic slices over time. It does NOT discover prices and does NOT interact with DEX routers.

Etadex deliberately excludes oracle systems, liquidity pools and routing logic. Execution quality and pricing are handled externally by professional actors.

Deployed Smart Contracts (BSC)

EtadexVault
0x76CC996fE7972D57Ee16576bCa30311eBb519829
TWAPEngine
0x307e70b9894aA3b7F91cD92920A32Ec02635559c
DecisionCore
0x262DB4f5a2DD0F0c7C3fC67c973F187D2D22C616
FeeEngine
0x3068f3fe3646C658a0D3d73A9FEBE4161323e336

All contracts are immutable and verified. Each chain deployment operates independently.

Execution Terminal (Conceptual)

This interface demonstrates how professional integrators interact with Etadex. It is not designed for retail usage and does not abstract protocol complexity.

$ signIntent --token ETG --amount 50000 --strategy TWAP
$ submitToVault --network BSC
Execution scheduled: 10 slices / 24h