> For the complete documentation index, see [llms.txt](https://docs.zilswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zilswap.io/more/help/general-faqs.md).

# General FAQs

## About ZilSwap

### What is ZilSwap and ZWAP?

Head over here to this article for a quick overview of what ZilSwap and ZWAP are:\
<https://medium.com/switcheo/introducing-zap-zilswaps-governance-token-4035f93ad2d3>

## Providing Liquidity

#### How do I provide liquidity?

You can provide liquidity by visiting the ZilSwap portal: <https://zilswap.io/pool>

#### Help I have issues loading pools! What do I do?

A simple fix will do the trick — delete "ZilSwap" under Zilpay's "Connections",  disconnect your ZilPay wallet on ZilSwap, and reconnect.

![](/files/-MXmuHudjANiH_Mfecf4)

![](/files/-MXmuAtRaisqowq_FDNx)

## Claiming Rewards

### How do I claim my ZWAP rewards?

Rewards are distributed weekly. To claim your rewards, you will first need to connect your ZilPay wallet and hit the "Claim Rewards" button. The amount of ZWAPs you are elligble to claim for that week will be listed under **"**&#x55;nclaimed Rewards".

{% hint style="warning" %}
If you do not see your ZWAP being credited to your ZilPay wallet, please allow for the transaction to process for a minute before refreshing the page.&#x20;
{% endhint %}

![](/files/-MZwuBBVvjh5Q9LBo7UC)

### How do I claim all my rewards if I have multiple epochs worth of rewards unclaimed?

Every epoch's reward claim is a separate transaction (one reward distribution per week, every Wednesday). If you have multiple claims to make, claim your first reward, hit refresh, and click on the ZWAP window again to claim your next epoch's reward.&#x20;

## Wallet

### Which wallets are supported on ZilSwap?

ZilSwap currently only supports ZilPay, but we are looking to support more wallets in the future.\
\
To learn more about how you can use your ZilPay wallet, read our tutorial [here](/more/help/use-zilpay-on-zilswap.md).

### How do I connect my wallet to ZilSwap?

Click on the "Unlock Wallet" button on the top-right corner of the ZilSwap page. You will be prompted to type in your password to connect to ZilSwap. Once you're done, hit "connect" to approve the connection and you're done!


---

# 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.zilswap.io/more/help/general-faqs.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.
