# Acala Apps

## Acala Apps

- [Welcome](https://wiki-apps.acala.network/master.md)
- [Getting Started](https://wiki-apps.acala.network/general.md): Onboarding in to the world of Acala.
- [Wallet Setup](https://wiki-apps.acala.network/general/wallet-setup.md)
- [Talisman](https://wiki-apps.acala.network/general/wallet-setup/talisman.md): The Talisman browser extension allows you to safely store, send, receive, and harness your assets. The Talisman web app allows you to seamlessly manage your assets across relay chains and parachains.
- [Polkadot.js](https://wiki-apps.acala.network/general/wallet-setup/installing-polkadot.js.md): This is a guide for installing the Polkadot.js browser extension, the wallet used to interact with Acala Apps and any parachain on Polkadot, similar to MetaMask on Ethereum.
- [SubWallet](https://wiki-apps.acala.network/general/wallet-setup/subwallet.md): SubWallet is a user-friendly wallet for the Polkadot and Kusama ecosystem. They aim to provide users with a simple and secure way to connect to blockchain-based applications like DeFi and GameFi.
- [Address Binding](https://wiki-apps.acala.network/general/address-binding.md): What is address binding? Learn how to bind your Substrate account to your own EVM account.
- [Checking Your Balance](https://wiki-apps.acala.network/general/checking-your-balance.md): Information on how to check your token balances on Acala.
- [Accessing Crowdloan Rewards](https://wiki-apps.acala.network/general/accessing-crowdloan-rewards.md): Accessing your Crowdloan Rewards in Polkadot.js
- [Accessing Build Acala Tokens](https://wiki-apps.acala.network/general/accessing-build-acala-tokens.md)
- [General FAQ](https://wiki-apps.acala.network/general/general-faq.md): Frequently asked questions about connecting to Acala and performing transfers.
- [Token Transfers](https://wiki-apps.acala.network/general/bringing-tokens-to-karura.md): Information on how to send and receive tokens
- [DOT Transfers](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/dot-transfers.md): Information on how to transfer DOT to Acala
- [Sending & Receiving ACA](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/sending-and-receiving-aca.md): Information on how to transfer ACA
- [Sending lcDOT](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/sending-lcdot.md): Information on how to transfer lcDOT
- [Acala Wormhole Bridge](https://wiki-apps.acala.network/general/bringing-tokens-to-karura/acala-wormhole-bridge.md): Information for how to use the multi-chain Acala Wormhole Bridge
- [Claiming Vested ACA](https://wiki-apps.acala.network/general/claiming-vested-aca.md): Information on how to claim vested ACA from Build Acala 2 and the Acala Crowdloan.
- [lcDOT](https://wiki-apps.acala.network/lcdot.md): Information about lcDOT
- [Acala Swap](https://wiki-apps.acala.network/acala-swap.md): Information about trading and adding tokens on Acala Swap
- [Swapping Tokens](https://wiki-apps.acala.network/acala-swap/swapping-tokens.md): Information on how to trade tokens on Acala Swap
- [Bootstrapping Guide](https://wiki-apps.acala.network/acala-swap/bootstrapping-guide.md): Information about LPing during the Bootstrapping phase
- [LP Guide](https://wiki-apps.acala.network/acala-swap/lp-guide.md): Information about LPing
- [Tapio LP Guide](https://wiki-apps.acala.network/acala-swap/lp-guide/tapio-lp-guide.md): Information for providing liquidity stable pairs on Tapio
- [FAQ](https://wiki-apps.acala.network/acala-swap/faq.md): Frequently Asked Questions about Acala Swap
- [Mint](https://wiki-apps.acala.network/mint.md): Information about aUSD stablecoin minting
- [Vault Guide](https://wiki-apps.acala.network/mint/vault-guide.md): Information on opening, managing and closing Vaults
- [FAQ](https://wiki-apps.acala.network/mint/faq.md): Frequently Asked Questions about Vaults
- [Staking](https://wiki-apps.acala.network/staking.md): Information on staking various coins on Acala
- [LDOT Staking](https://wiki-apps.acala.network/staking/ldot-staking.md)
- [ACA Staking](https://wiki-apps.acala.network/staking/aca-staking.md): Information on ACA Staking Programs
- [ACA Staking via Ledger](https://wiki-apps.acala.network/staking/aca-staking-via-ledger.md)
- [⚠️ Common App Errors](https://wiki-apps.acala.network/common-errors.md): Information on how to troubleshoot common errors.
- [Translations](https://wiki-apps.acala.network/translations.md)
- [Español](https://wiki-apps.acala.network/translations/espanol.md): Tutoriales en Español
- [Français](https://wiki-apps.acala.network/translations/francais.md): Tutoriels en Français.
- [Tiếng Việt](https://wiki-apps.acala.network/translations/tieng-viet.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki-apps.acala.network/master.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.
