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

# Quickstart

#### **Goal:** Connect a wallet, deposit into a vault, receive an ERC-4626 receipt share, and request redemption according to the vault's epoch rules.

{% hint style="success" %}
Read Risks & Disclosures and the selected vault's terms before depositing.
{% endhint %}

***

{% stepper %}
{% step %}

### 1 · Prepare

* Use a self-custodial wallet.
* Hold the supported deposit asset and enough native gas for the network shown in the app.
  {% endstep %}

{% step %}

### 2 · Connect

1. Open [RFY.FINANCE](https://rfy.finance/).
2. Click **Connect Wallet** and approve the connection.
   {% endstep %}

{% step %}

### 3 · Choose a vault

Review the deposit asset, strategy, current epoch, risk profile, fees, caps, and withdrawal rules shown on the vault page.

Blackbox is RFY's higher-conviction vault tier and currently uses USDT.
{% endstep %}

{% step %}

### 4 · Deposit

Select **Deposit**, approve the token allowance, and confirm the transaction. The vault issues an ERC-4626 receipt share representing your proportional ownership at the current NAV.
{% endstep %}

{% step %}

### 5 · Hold and monitor

Receipt shares track the vault's NAV as strategy results and any applicable onchain yield are realized. Availability of transfers or secondary liquidity depends on the specific vault.
{% endstep %}

{% step %}

### 6 · Request withdrawal

Submit a withdrawal request during the period shown on the vault page. Rolling vaults may queue requests until the applicable redemption window or settlement.
{% endstep %}
{% endstepper %}

***

### Quick troubleshooting

* **No receipt shown?** Add the receipt-token contract displayed by the official vault page to your wallet.
* **Deposit pending?** Check the transaction in the network explorer linked by your wallet.
* **Withdrawal not immediate?** Check the current epoch and redemption schedule; requests may be queued.


---

# 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.rfy.finance/rfy/readme/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.
