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