Agent hosts

To make our service as efficient as possible and not suffer from the concurrency issue that would limit us to execute only 1 request per block (which is unacceptable for a decentralized exchange) we came with our own solution - Agents.

Agents are services that ensure strict ordering of swap requests and liquidity operations and their fulfilment. Agents also protect liquidity pools from unauthorized access. They aim to eliminate front running and allow higher throughput of the DEX by batching requests that interact with a single liquidity pool in a single block.

Agent hosts are entities running WingRiders' agent software on their machines making our solution as decentralized as possible. Currently, only a select number of closely monitored hosts are allowed to run the agent software to ensure optimal performance. WingRiders uses the collected data to evaluate our scaling solution and to improve our solution further.

Last updated