# Setting Up a Wallet

Before you start using the Butane dApp, make sure you have a Cardano wallet. Here is a list of few available options:

**Desktop**

1. [Lace](https://www.lace.io/)
2. [Eternl](https://eternl.io)
3. Begin
4. Flint
5. Gero

**Mobile**

1. [Tokeo](https://tokeo.io/)
2. Vespr

Once you have a wallet installed and backed up you need ADA to be able to submit transactions on the Cardano blockchain. You can acquire ADA in a number of ways such as CEX's and bridges.

**Delegation**

To enhance network security and decentralization, consider delegating your ADA to a stake pool. This not only bolsters the network but also earns you rewards. For guidance, see this example on [staking ADA using Eternl](https://medium.com/tap-in-with-taptools/cardano-staking-a-comprehensive-guide-c20fd24eecaf).


---

# 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://docs.butane.dev/how-to-use-butane/getting-started/setting-up-a-wallet.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.
