> For the complete documentation index, see [llms.txt](https://docs.deltatrade.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltatrade.ai/activities/burrow-and-trade.md).

# Burrow & Trade

DeltaTrade and Burrow Finance are launching a deep collaboration. Users can stake tokens on Burrow and then borrow NEAR or USDC from Burrow at very low interest rates. Use NEAR or USDC to create Grid or DCA on DeltaTrade to earn returns far exceeding Burrow's interest rates. Eligible vaults can also receive generous mining rewards and DeltaPoints. DeltaPoints will be the basis for future airdrops by DeltaTrade.

## How to get involved

### Step 1  Supplying Assets

[Enter Burrow](https://app.burrow.finance/markets/). Supply assets to the protocol and immediately begin earning passive interest. Supported Assets：FRAX, USDC, USDt, ETH, LINEAR, STNEAR, USDC.e, USDT.e, DAI, NEAR, AURORA, WOO, WBTC

1. Connect your wallet

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

2. Choose the asset to supply

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

3. Designate the asset as collateral (optional)

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

4. Submit and sign the transaction

### Step 2  Borrow NEAR / USDC

1. On the Market page, select the asset to borrow
2. Enter the amount to borrow, keeping in mind the resulting Health Factor
3. Submit and sign the transaction
4. If desired, withdraw the assets from Burrow to be used elsewhere

<figure><img src="/files/3lbH0P0yuvl91qXOEsFi" alt=""><figcaption></figcaption></figure>

### Step 3 Trade on DeltaTrade

1. Create [grid vault](/introduction-to-deltatrade/features/trading-vault.md) or [swing vault ](/introduction-to-deltatrade/features/trading-vault/swing-vault.md)
2. Create DCA vault (coming soon)

### Step 4 Earn [DeltaPoints](/activities/delta-points.md)

### Step 5 Earn [Mining rewards](/activities/mining.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.deltatrade.ai/activities/burrow-and-trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
