> For the complete documentation index, see [llms.txt](https://wiki.arcx.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arcx.money/application/supplying/supplying-and-withdrawing.md).

# Supplying and withdrawing

### Connect your wallet to the Polygon Network

ARCx Credit operates on the Polygon network, a scaling solution for Ethereum. Before interacting with the application, you will need to connect and use your Web3 wallet on the Polygon Network. We recommend using Metamask wallet as your Web3 wallet, though we support any wallet compatible with [Wallet Connect](https://walletconnect.com/).

* Log in to your wallet
* Go to<https://chainlist.org/> site
* In the search box insert ***polygon mainnet***
* Click the ***connect your wallet*** button on the top right
* Click ***add to Metamask*** button

### Connect your wallet to ARCx Credit

Visit <https://arcx.money> and click “connect wallet” on the top right corner. This will open up a prompt to select either Metamask or Wallet Connect. Clicking on either option will prompt your wallet to connect to the website. Once connected, the “connect wallet” button will be replaced by your connected wallet address. If you wish to disconnect your current wallet, you can do so by clicking on this button and selecting “disconnect”.

![Wallet connect from the arcx.money landing page](/files/AcDEQMyxq29eLp12W7zp)

### Managing supply pools

Once you have connected your wallet, head over to the Supply page. Here you will find supply pools A, B and C, which correspond with borrow vaults A, B and C, as well as a supply history table that shows a list of transactions into or out of the pool.

As a reminder, ARCx Credit has implemented a three-tiered vault design, with each collateral asset having three distinct vault options distinguished by the range of max LTVs offered, the minimum Score required to access the vault, and the maximum credit limit a borrower can access (regardless of their deposited collateral).

For example, by supplying USDC into Pool A, you are lending USDC to borrowers in WETH-A (and any other “A” vault subsequently launched).

![Supply page](/files/COng3GH6edOC5cv8ZnCG)

After selecting a supply pool, you will be able to supply or withdraw assets by (1) selecting the action type from the dropdown menu; (2) selecting the amount you wish to supply or withdraw; and then (3) clicking the primary action button.

![Supply action modal](/files/f8wRafsOpjFBKZODg8Ib)


---

# 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://wiki.arcx.money/application/supplying/supplying-and-withdrawing.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.
