> For the complete documentation index, see [llms.txt](https://docs.renzofinance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renzofinance.com/quickstart.md).

# Quickstart

Deploy USDC into the BTC Basis Strategy in minutes.

This guide walks you through opening your first position, start to finish.

{% stepper %}
{% step %}

#### Fund your USDC Balance in a fresh wallet

The app will prompt you to fund your balance when you open a position. If your USDC sits on another network, you will be prompted to bridge it first, which usually takes under a minute. To get the best experience it is highly recommended to use a fresh wallet or a wallet with no prior Hyperliquid transactions.
{% endstep %}

{% step %}

#### Open the BTC Basis Strategy

Select the strategy and click Open Position. If no balance is detected, you will be prompted to fund it first.
{% endstep %}

{% step %}

#### Set your risk level

Choose Conservative (2x), Balanced (3x), or Aggressive (6x). Each preset is bound to a minimum trade amount. You can change this later without closing your position.
{% endstep %}

{% step %}

#### Sign and activate

Signing creates a trading key that lets the strategy manage your position: open, adjust, close, and rebalance the hedge. It cannot withdraw or transfer funds. The key is valid for 90 days and can be renewed at any time.
{% endstep %}

{% step %}

#### Automated, you stay in control

On default settings, Renzo Risk Guards watch your position for you. Withdraw partially or in full at any time from the portfolio page, or revoke the trading key from Settings to stop all automation.

{% endstep %}
{% endstepper %}

### What you just unlocked

A live position earning yield, running on automation you control. Same strategies the desks run, from your own wallet, no fund or broker in between.

### Keep exploring

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Trading Keys</td><td>Learn about the trading key scope, and how to renew or revoke it</td><td><a href="/products/trading-key.md">Trading Key</a></td></tr><tr><td>Architecture</td><td>See how the guards monitor and protect your position</td><td><a href="/products/architecture.md">Architecture</a></td></tr><tr><td>FAQ</td><td>Answers to the questions users ask most</td><td><a href="/faq.md">FAQ</a></td></tr></tbody></table>

{% hint style="info" %}
**Need any help?** Tap the chat bubble [in the app](https://app.renzoprotocol.com/explore) to reach our support team. We're happy to help.
{% endhint %}


---

# 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.renzofinance.com/quickstart.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.
