> For the complete documentation index, see [llms.txt](https://twister-finance.gitbook.io/twisterfinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twister-finance.gitbook.io/twisterfinance/getting-started/supply.md).

# Supply

**Step 1:** Connect your wallet to Twister Finance. We currently support Metamask and Wallet Connect. A message signature from your wallet is required to establish the connection, which does not incur any transaction fee.

**Step 2:** From the Portfolio/Markets page, select the asset for which you would like to supply liquidity. The figures displayed alongside each asset indicate the Total Supply (current liquidity provided for the asset), Total Borrowed (amount of the asset currently borrowed), Deposit APY (Annual Percentage Yield earned on deposited assets), and Borrow APY (Annual Percentage Yield paid on borrowed assets).

**Step 3:** If necessary, enable the asset in your wallet to allow the platform to access and utilize your wallet balance. This requires a transaction signature and payment of a gas fee through your wallet.

**Step 4:** In the pop-up window, enter the amount of the asset you wish to provide liquidity for, and click "Deposit". Please note that "Collateral" is always enabled, meaning that when you supply an asset to the platform, it will automatically be made available as collateral for borrowing against another asset. Your borrow limit will be updated to reflect the new amount you will be able to borrow after depositing the entered value of the asset. Once you are ready, hit the Deposit button and confirm the transactions, paying the necessary gas fees through your wallet to complete the deposit of capital.


---

# 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://twister-finance.gitbook.io/twisterfinance/getting-started/supply.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.
