Trade Router
Why the Router Matters
On Ethereum, the router is the primary point of control.
It determines:
who pays fees
where value flows
when and how protocol logic executes
While factories handle deployment, real economic enforcement happens at execution time. For this reason, Escape Velocity is router-first, not factory-first.
Router Responsibilities
The Escape Velocity Trade Router is responsible for all market execution.
Specifically, it:
executes all buy and sell trades
applies creator and protocol fees at execution time
dispatches fees to the Momentum Engine and Creator Vault
triggers momentum logic in a deterministic manner
All execution paths are:
fully deterministic
publicly auditable
enforced entirely on-chain
No discretionary routing or off-protocol execution is possible.
Last updated