LogoLogo
back to urani.trade
  • Welcome
  • URANI App
    • The Urani App
    • MEV Projects
  • URANI SWAP
    • Swap tl; dr
    • Technicals
      • MEV tl; dr
      • Urani's Intents
      • Intent Transaction Flow
      • Batch Auctions
      • Urani's Intent Specs
      • Order Types
  • URANI PROTOCOL
    • Protocol tl; dr
    • Technicals
      • Optimization Problems
      • Raking the Agents' Solution
      • Batch Auction Specs
      • Ring (DAG) Trades
      • Order Execution
      • Multidimensional Price Free Market
        • On Solana
          • Solana Fees Overview
          • Solana Transactions Overview
          • Understanding Slippage
        • Urani's Dynamic Fees
      • Oracle Market Data Proxy
      • Security Considerations
      • Intent Gossip Layer Specs
      • Settlement Specs
  • URANI ARENA
    • Arena tl; dr
    • Technicals
      • The PvP Competition
      • Incentives for Operators
      • Reputation Dashboard
      • The Competition Seasons
  • MEV AGENTS
    • Agents tl; dr
    • Technicals
      • Urani's In-house Agents
        • MEV Agent Aleph
        • MEV Agent Bet
      • The Onboarding Process
      • Economic Incentives
      • MEV Agent Specs
      • Setting up an Agent's Graph
      • Building an initial AMM Strategy
      • Liquidity Strategies
        • On Solana
          • Raydium
          • Phoenix
          • Orca
          • Meteora
          • Jupiter
      • Performance and Reputation
      • Solving Cryptomarkets
        • Quantitative Theories and AI-Centric Agents
        • DeFi Glossary
        • In Honor of Jim Simons (1938-2024)
Powered by GitBook
  1. URANI SWAP
  2. Technicals

Order Types

PreviousUrani's Intent SpecsNextProtocol tl; dr

Last updated 8 months ago

Market Order

Urani Swap offers a fallback mechanism that fills the order at the spot price.

It's widely known that regular retail traders without private information about prices should favor limit orders over market orders. In addition, market orders are not protected against toxic-MEV.


Limit Orders

Limit orders are buy or sell orders automatically placed once an asset hits a specific price. These orders can generate a surplus, and the user receives the price determined at execution time. By design, limit orders have little or no slippage, so they can bypass certain toxic-MEV attacks.

In its simplest form, work similarly to limit orders, guaranteeing that the settlement solution is at least as good as the on-chain value that could be found directly from any AMM or aggregator.

Limit orders on Urani can be set with a diverse expiration value of 5 minutes to a month.


Trading vs. Swapping

There is little difference between a swap and a trade on DeFi platforms, besides the user experience.

While trading platforms are designed with charts, indicators, and tools to time entry and exit from the markets, swaps are used by users who just want to move funds in their wallets. The former benefits the most from Urani Swap.


Other Order Types

Other order types will be implemented sequentially in the protocol, such as DCA, stop-loss orders, and TWAP.

Additional order possibilities can evolve from the ecosystem, such as conditional intents (allowing an action when one or more conditions are met), multi-step intents (where one intent is solved, starting one or more new intents), programmatic orders, and more.

Urani's intents