KEK.PRO limit orders are one-shot, exact-input V3 swaps. Your input stays in
your wallet until a keeper submits a valid fill.
How they work
The order fixes the market, direction, input, minimum output, trigger, TWAP
window, recipient, nonce, and deadline. The keeper pays execution gas but
cannot change those terms.
The trigger uses the pool’s onchain TWAP, not the latest trade. A triggered
order can still fail if price moves before inclusion or the minimum output
cannot be met.
Permissions
- Permit2 approval: an onchain token allowance.
- Order signature: a one-use authorization for the exact signed terms.
Signing does not transfer the input. A successful fill consumes the order
nonce.
No guaranteed fill
An order can remain open or fail when:
- wallet balance or allowance is too low;
- the deadline expires;
- the nonce is cancelled;
- price moves through the minimum output;
- the keeper or chain is unavailable.
Cancelling the order invalidates its nonce. It does not revoke the separate
Permit2 token allowance.
Limit orders appear only when durable order storage and the keeper are ready.
If the surface is unavailable, use a market swap. Last modified on July 29, 2026