> For the complete documentation index, see [llms.txt](https://docs.acre.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acre.fi/acre-dapp/how-to-deposit/deposit-with-unisat.md).

# Deposit with Unisat

#### **Here's how to get started:**

**Step 1:** Visit <https://v2.acre.fi/dashboard> and sign in with your Bitcoin wallet.

After your wallet is connected to the Dashboard, click the orange Deposit Button in the upper left hand corner of the dash, to begin the deposit.

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

**Step 2:** The Deposit button will open a deposit interface window.

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

**Step 3:** Enter the amount of BTC you would like to deposit in the box labelled “Amount.” Note: there is a minimum deposit amount of 0.015 Bitcoin.

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

**Step 4:** Press the deposit button to initiate the transaction.

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

**Step 5:** You will be asked to confirm the transaction in your Unisat browser extension.

Click “Sign & Pay”.

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

**Step 6:** You deposit is on it’s way!

The Acre Dapp will communicate the transaction with your OKX wallet. This can take up to a minute, the dialog box will close automatically.

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

**Step 7:** Your deposit has been received! The Dapp will continue to process your deposit transaction in the background. This can take up to 2 hours. You may close this window.

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

**Step 8:** Your deposit will be recorded in the transactions log, this can take up to 2 hours. You may exit the Dapp and return while this process completes.

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

**Step 9:** Your deposit is complete! The deposited amount, minus the deposit fee, will be reflected in the Account Summery tab.

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


---

# 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.acre.fi/acre-dapp/how-to-deposit/deposit-with-unisat.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.
