📄
Autonomy Docs
  • Autonomy Network
    • Overview
    • Use Cases
    • System Components
      • Registry
      • Requests
      • Executors
      • StakeManager
    • Products
      • AutoSwap
        • How It Works
        • Integrating Limits/Stops Into Your DEX
        • Limits & Stops SDK
      • AutoHedge
        • How to Use AutoHedge
        • Return/Profit Analysis
        • How It Works
        • How It Works (detailed)
          • Derivations
        • Links
      • AutoStation
        • Tutorial 1: Create A Condition And Upload It
          • Part 1: non-recurring
          • Part 2: recurring
          • Part 3: uploading to AutoStation
          • Part 4: bonus - how to call manually
        • Tutorial 2: Example automation using AutoStation
  • Developers
    • How to create a Request
    • Deployed Contracts
Powered by GitBook
On this page

Was this helpful?

  1. Autonomy Network

Use Cases

Autonomy can be used to do things in the future under a/some condition(s). They could be one-time actions, or recurring actions:

  • trading on AMMs like Uniswap

    • limit orders - executing a trade once the price has gone above/below a specific value

    • stop losses - market buy/sell once the price has gone above/below a specific value

    • exit liquidity positions to avoid impermanent loss when it becomes too great

  • sending a payment(s) that's recurring for a salary/subscription in a way that doesn't require you to deposit everything upfront, but rather gets taken out your wallet directly every month

  • automatically repaying/self-liquidating borrowed/leveraged positions to avoid high (12%+) liquidation fees on platforms like MakerDAO/Compound/Kashi etc. when you get close to the liquidation threshold

  • automatically moving liquidity between yield farms/lending platforms every time the yield becomes better elsewhere

  • make a contract fully autonomous, with legal rights and the ability to enact those rights off-chain, by setting it up with funds in a single transaction such that it can create its own transactions in the future, many times, based on its own decisions from arbitrary on-chain inputs

  • automatically manage a portfolio or a DAO's treasury funds

  • sending a transaction once the gas price is below some value

  • execute a given trading strategy, such as dollar cost averaging

  • execute a given LP strategy, such as being fully hedged like AutoHedge

PreviousOverviewNextSystem Components

Last updated 2 years ago

Was this helpful?