> For the complete documentation index, see [llms.txt](https://farmdoc.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farmdoc.acala.network/how-to-guides.md).

# How-to Guides

- [Setup Wallet](https://farmdoc.acala.network/how-to-guides/setup-wallet.md)
- [Check Unified Account Status](https://farmdoc.acala.network/how-to-guides/setup-wallet/do-i-have-an-unified-account.md): Use Euphrates or Polkadot{.js} to see if an account is bound.
- [Create a MetaMask Wallet](https://farmdoc.acala.network/how-to-guides/setup-wallet/create-a-metamask-wallet.md)
- [Funding Your Unified Account](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-unified-account.md): Below are the simplified instructions for transferring funds from Polkadot an exchange to your Unified Account.
- [Via Polkadot Visual Guide](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-unified-account/via-polkadot-visual-guide.md)
- [Via Exchange Visual Guide](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-unified-account/via-exchange-visual-guide.md)
- [Funding Your EVM Wallet](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-evm-wallet.md): How to send DOT and other tokens to your EVM wallet
- [Via Polkadot Visual Guide](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-evm-wallet/via-polkadot-visual-guide.md): Sending funds to your EVM wallet via Polkadot Network
- [Via Acala Network Visual Guide](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-evm-wallet/via-acala-network-visual-guide.md): Sending funds to your EVM wallet via Acala Network
- [Via Centralized Exchange Visual Guide](https://farmdoc.acala.network/how-to-guides/setup-wallet/funding-your-evm-wallet/via-centralized-exchange-visual-guide.md): Sending funds to your EVM wallet via a Centralized Exchange
- [Use Euphrates](https://farmdoc.acala.network/how-to-guides/use-euphrates.md)
- [Connect to Euphrates](https://farmdoc.acala.network/how-to-guides/use-euphrates/connect-to-euphrates.md): Choose the method to connected to Euphrates.
- [Metamask/Wallet Connect Visual Guide](https://farmdoc.acala.network/how-to-guides/use-euphrates/connect-to-euphrates/metamask-wallet-connect-visual-guide.md)
- [Binance Wallet Only Visual Guide](https://farmdoc.acala.network/how-to-guides/use-euphrates/connect-to-euphrates/binance-wallet-only-visual-guide.md)
- [Unified Account Visual Guide](https://farmdoc.acala.network/how-to-guides/use-euphrates/connect-to-euphrates/unified-account-visual-guide.md): How to create a Unified Account through Euphrates
- [Stake LCDOT](https://farmdoc.acala.network/how-to-guides/use-euphrates/stake-lcdot.md)
- [Stake DOT](https://farmdoc.acala.network/how-to-guides/use-euphrates/stake-dot.md)
- [Stake JitoSOL](https://farmdoc.acala.network/how-to-guides/use-euphrates/stake-jitosol.md)
- [Stake JitoSOL-LDOT LP](https://farmdoc.acala.network/how-to-guides/use-euphrates/stake-jitosol-ldot-lp.md): A step by step video guide and visual guide to staking JitoSOL-LDOT LP on Euphrates
- [Bootstrapping LP](https://farmdoc.acala.network/how-to-guides/use-euphrates/bootstrapping-lp.md): A description of the features and buttons when bootstrapping LP on Euphrates + FAQ
- [Withdraw DOT & Stake](https://farmdoc.acala.network/how-to-guides/use-euphrates/withdraw-dot.md): WithdrawDOT
- [Claim Rewards](https://farmdoc.acala.network/how-to-guides/use-euphrates/claim-rewards.md)
- [Unstake](https://farmdoc.acala.network/how-to-guides/use-euphrates/unstake.md): Unstaking your assets on Euphrates
- [Withdraw DOT from LCDOT](https://farmdoc.acala.network/how-to-guides/use-euphrates/withdraw-lcdot.md): LCDOT
- [Get LCDOT/ACA](https://farmdoc.acala.network/how-to-guides/where-to-get-lcdot-aca.md)
- [Integration](https://farmdoc.acala.network/how-to-guides/integration.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://farmdoc.acala.network/how-to-guides.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.
