> For the complete documentation index, see [llms.txt](https://docs.liquidus.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidus.finance/liquidus-wallet-app.md).

# Liquidus Wallet App

- [Download Now](https://docs.liquidus.finance/liquidus-wallet-app/download-now.md): Be the first to get the Liquidus app installed on your phone
- [Create & Import A Wallet or Account](https://docs.liquidus.finance/liquidus-wallet-app/create-and-import-a-wallet-or-account.md)
- [How to create a wallet in Liquidus](https://docs.liquidus.finance/liquidus-wallet-app/create-and-import-a-wallet-or-account/how-to-create-a-wallet-in-liquidus.md)
- [Import an existing wallet with Liquidus](https://docs.liquidus.finance/liquidus-wallet-app/create-and-import-a-wallet-or-account/import-an-existing-wallet-with-liquidus.md)
- [Adding a new account, importing or switching accounts](https://docs.liquidus.finance/liquidus-wallet-app/create-and-import-a-wallet-or-account/adding-a-new-account-importing-or-switching-accounts.md)
- [Change the account name or color](https://docs.liquidus.finance/liquidus-wallet-app/create-and-import-a-wallet-or-account/change-the-account-name-or-color.md)
- [Wallet Basics](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics.md)
- [Receive tokens or find out your address](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/receive-tokens-or-find-out-your-address.md)
- [Send Tokens](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/send-tokens.md)
- [Check your transaction history](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/check-your-transaction-history.md)
- [The side menu and what to do there](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/the-side-menu-and-what-to-do-there.md)
- [Import a custom network](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/the-side-menu-and-what-to-do-there/import-a-custom-network.md)
- [Import a custom token](https://docs.liquidus.finance/liquidus-wallet-app/wallet-basics/the-side-menu-and-what-to-do-there/import-a-custom-token.md)
- [Track Your Holdings & Pools](https://docs.liquidus.finance/liquidus-wallet-app/track-your-holdings-and-pools.md)
- [Track the value of your crypto portfolio](https://docs.liquidus.finance/liquidus-wallet-app/track-your-holdings-and-pools/track-the-value-of-your-crypto-portfolio.md)
- [Farm and pool details](https://docs.liquidus.finance/liquidus-wallet-app/track-your-holdings-and-pools/farm-and-pool-details.md)
- [Swap Tokens](https://docs.liquidus.finance/liquidus-wallet-app/swap-tokens.md)
- [Swapping tokens using the best exchange rates](https://docs.liquidus.finance/liquidus-wallet-app/swap-tokens/swapping-tokens-using-the-best-exchange-rates.md)
- [Swap Settings](https://docs.liquidus.finance/liquidus-wallet-app/swap-tokens/swap-settings.md)
- [Manage Pools & Farms](https://docs.liquidus.finance/liquidus-wallet-app/manage-pools-and-farms.md)
- [Top Up a Farm or Pool](https://docs.liquidus.finance/liquidus-wallet-app/manage-pools-and-farms/top-up-a-farm-or-pool.md)
- [Check out the Liquidus Security Rating](https://docs.liquidus.finance/liquidus-wallet-app/manage-pools-and-farms/check-out-the-liquidus-security-rating.md)
- [Withdraw tokens from a farm or pool](https://docs.liquidus.finance/liquidus-wallet-app/manage-pools-and-farms/withdraw-tokens-from-a-farm-or-pool.md)
- [Harvesting farms](https://docs.liquidus.finance/liquidus-wallet-app/manage-pools-and-farms/harvesting-farms.md)
- [Find the highest interest-paying farms](https://docs.liquidus.finance/liquidus-wallet-app/find-the-highest-interest-paying-farms.md)
- [Have problems or need to get help?](https://docs.liquidus.finance/liquidus-wallet-app/have-problems-or-need-to-get-help.md)


---

# 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.liquidus.finance/liquidus-wallet-app.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.
