# Connecting to EVAA

* [Metamask](https://metamask.io/download)
* [Tally](https://tally.cash/)
* [Coinbase Wallet](https://www.coinbase.com/wallet)
* [Ledger](https://www.ledger.com/start)
* [Wallet Connect](https://walletconnect.com/)

Once you have your wallet set up, head over to our site and click **ENTER APP** at the top right of the page.

**Minimum Requirements**

Users can interact with Evaa by having a supported wallet, compatible asset(s), and sufficient funds for transaction fees.

**Accessing the decentralized App**

Visit our site to access the decentralized App, which includes the market dashboard displaying available markets.

**Supplying Tokens**

To supply assets to a market, click on the desired asset, confirm the contract's ability to deposit assets, and use the supply panel to enter the amount of assets to deposit. Click the "Supply" button to complete the process.

**Collateralizing Tokens**

After depositing into a market, enable supplied assets as collateral by toggling the radio button on the supply pane of the market dashboard. Confirm the decision to use supplied assets as collateral, allowing them to be used for borrowing.

**Borrowing Tokens**

To borrow assets, select the desired asset in the borrowing panel, input the desired amount, and click the "Borrow" button to complete the borrowing process.

**Repaying Borrowed Tokens**

Repay some or all of an outstanding borrow balance by selecting the asset in the borrowing pane, choosing "Repay," entering the desired repayment amount, and clicking the "Repay" button. The displayed borrow balance will be updated after processing.

<br>

<br>


---

# Agent Instructions: 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:

```
GET https://evaa-1.gitbook.io/evaa-documentation/user-guide/connecting-to-evaa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
