> For the complete documentation index, see [llms.txt](https://docs.metopia.app/metopia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metopia.app/metopia.app/creating-a-contract/deposit-external-wallet.md).

# Deposit: External Wallet

1\) There are many ways to navigate the Dashboard in order to create contract. You can create the contract straight from the **"Overview" page** or **click on "Deposit"** section of the Dashboard Menu.

Creating contract from the "Overview" page:

<figure><img src="/files/0TCHBBjsH1b0Ri1BUig1" alt=""><figcaption></figcaption></figure>

Creating contract from the "Deposit" page:

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

2\) **Select the cryptocurrency** you prefer and **enter the amount** to fund the new contract. Make sure that the entered amount meets the minimum deposit requirements. Minimum deposit amount can be found below the "Amount" bracket.

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

3\) After being redirected to the payment page, **copy the receiving address and the amount** from the payment page and **enter the required information** into your external wallet **"Send" page**. (For this tutorial, we are using Exodus wallet)

Deposit amount entry:

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

Receiving address entry:

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

4\) **Double-check the information** entered before clicking "Send" to avoid any accidental miscopies.

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

5\) After a successful transaction, the transaction ID will apear in the payments page. You can click on the transaction ID to track the deposit on the blockchain explorer. There has to be **atleast one blockchain confirmation** for funds to be deposited in your contract.

Transaction ID:

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

Bockchain explorer:

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

6\) When the transaction is confirmed atleast once, the user will be redirected to the "Contracts" page as soon as the Contract becomes active.

<figure><img src="/files/b0HoIQdmgwFSzgTQykrW" 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.metopia.app/metopia.app/creating-a-contract/deposit-external-wallet.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.
