LogoLogo
  • Overview
    • WingRiders introduction
  • Liquidity pools
    • Constant Product
    • Stableswap
  • Actions
    • Creating a request
    • Swapping
      • Halting mechanism
    • Creating a liquidity pool
    • Adding liquidity
    • Removing liquidity
    • Reclaiming requests
  • Staking
    • Voting for Stake pools
    • How to vote
  • Entities
    • Swap user
    • Liquidity provider
    • Agent hosts
  • Boosting Vault
  • DAO Rules
    • Overview
    • Membership of WingRiders DAO
    • Proposals
    • Voting
  • Glossary
  • Portfolio
    • Profit and Loss
  • Launchpad
    • WRT Holders Tier
  • Battle of Pools
    • How Does It Work?
    • Rules and Process
    • Rewards and Fees
    • Strategy and Analysis
    • Technical Questions
    • Security and Transparency
    • Advanced Questions
    • Block-by-Block Tracking
Powered by GitBook
On this page
  1. Entities

Agent hosts

PreviousLiquidity providerNextBoosting Vault

Last updated 9 months ago

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 ) we came up with a solution - .

Agents are services that ensure strict ordering of swap requests and liquidity operations and their fulfillment. Agents also protect 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.

Note that misbehaving agents can't steal any user funds nor can they block a pool indefinitely.

decentralized exchange
Agents
liquidity pools