# Use Cases of AutoFi

AutoFi represents the real-world application layer of Supra’s Automation Network. With native automation built into the chain, developers can create financial systems that are responsive, intelligent, and user-friendly without sacrificing decentralization.<br>

Here are some high-impact use cases categorized by function.

### Trading and Investment

#### Time-Based Limit Orders

*“Buy ETH at $1,900 after 6 PM UTC.”*

The order executes only when both the price and time condition are met.

#### Dollar-Cost Averaging (DCA)

*“Buy 100 USDC worth of BTC every Monday.”*

A scheduled task executes the buy every week without external bots.

#### Cross-Chain Arbitrage Execution

*“If price spread between DEX A and DEX B is above 2%, perform arbitrage.”*

The task can compare prices and execute swaps across chains once SupraNova goes live.

### Risk Management and Loans

#### Auto Loan Repayment

*“Use yield to repay loans when LTV exceeds 70%.”*

Tasks monitor vault metrics and trigger repayments automatically.

#### Liquidation Defense

*“Repay stablecoins from reserve if vault health drops.”*

Protect users from unexpected liquidations in volatile markets.

### DAOs and Treasury Management

#### KPI-Triggered Payroll

*“Pay team if 100 GitHub commits are reached.”*

Oracles monitor off-chain metrics. Payment executes on-chain when the KPI is hit.

#### DAO Treasury Rebalancing

*“Maintain a 60-40 allocation between USDC and ETH.”*

Tasks run block-by-block rebalancing strategies with no human input.

### User Experience Automation

#### Auto Wallet Top-Up

*“If wallet drops below 10 SUPRA, refill from treasury.”*

Improves UX for games, dApps, and recurring users.

#### Scheduled Payments (Subscriptions)

*“Send 5 USDC to creator wallet monthly.”*

Subscriptions run without relying on Web2 intermediaries or custodial services.

### DeFi Infrastructure

#### On-Chain DEX Order Matching

*Orders from users are matched directly on-chain when conditions align.*

No need for off-chain bots or liquidity managers. Tasks perform real-time matching.

#### Real-Time Yield Optimization

*“Move funds to the highest APY protocol every 12 hours.”*

Capital allocation becomes a living process managed on-chain.<br>

Below you can find the AutoFi use case map.

<figure><img src="/files/vWFqgnuHWjGX50DrTO49" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supraoracles.gitbook.io/supra/automation/use-cases-of-autofi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
