> For the complete documentation index, see [llms.txt](https://docs.filda.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filda.io/english/guides/filda-guide-for-rei.md).

# FilDA Guide for REI

### **· Wallet connection**&#x20;

1.Configure the REI network on MetaMask&#x20;

·Log in to MetaMask, click Network, and select "Add Network".

![](/files/uLveDI1IeOLWDGZk9dyM)

·Put the following parameters in the corresponding boxes:&#x20;

***Network Name: REI Network***&#x20;

\_\*\*RPC URL: <https://rpc.rei.network**_&#x20>;

***ChainID: 47805 Symbol:***&#x20;

***REI Decimals: 18***&#x20;

***Explorer: <https://scan.rei.network>***

![](/files/ucitZqfbBlrnBm4lA2W7)

2\. Keep some REI in your wallet. Do not swap all the REI in your wallet in any one transaction, as all transactions require REI for gas fees.&#x20;

### **·Deposits and loans**&#x20;

**1.Log in to the FilDA website**&#x20;

<https://filda.io&#x20>;

<https://filda.cc&#x20>;

<https://filda.cash&#x20>;

**2.Connect the REI wallet**&#x20;

Remember to switch your MetaMask to the REI main network.

![](/files/MzpIwfjPXmC4pT7dMy3J)

**3.Select assets**&#x20;

The supported assets include REI、USDT、USDC、BTC、ETH and BUSD.

![](/files/Mv9VoArvJCORsxp6HdHX)

**4.Deposit mining**&#x20;

Example: Deposit REI&#x20;

·Click "Deposit"&#x20;

·Select the amount to deposit&#x20;

·Click "Deposit"&#x20;

(The first time you deposit you will need to approve the contract for depositing each asset.)

![](/files/lhEN6hTiaSqWi962XbTn)

**5.Borrowing**&#x20;

Before borrowing, you need to deposit assets to FilDA. Please refer to the deposit procedure (Step 4).&#x20;

·After you finish depositing, click “SAVINGS”.&#x20;

·Click “COLLATERAL” to enable borrowing against your assets.

![](/files/ax0eteE5409ol5uPMA0u)

·Select assets you want to borrow and click the“Borrow“button.

Take REI as an example:

![](/files/kbTQai4IHLX7lpyTbbiE)

·Enter the amount you want to borrow. Before you click ‘Borrow’, please confirm the relevant information.

![](/files/Q102ROHCHKTd4d7o4Gxy)

6.When you have finished depositing and borrowing, you can see the data for your position here:

![](/files/UPOhwBrvugbHGD4gXaAN)


---

# 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.filda.io/english/guides/filda-guide-for-rei.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.
