> For the complete documentation index, see [llms.txt](https://davestaxcp.gitbook.io/freewallet.io-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq.md).

# Common Questions Using Freewallet (FAQ)

- [What if you make a mistake?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/what-if-you-make-a-mistake.md)
- [Where can I see my current version?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/where-can-i-see-my-current-version.md)
- [How do I check my Freewallet Server settings?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-i-check-my-freewallet-server-settings.md)
- [How do I use the Debug function on Freewallet?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-i-use-the-debug-function-on-freewallet.md)
- [Can I use the Counterparty/Bitcoin Testnet in Freewallet?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-i-use-the-counterparty-bitcoin-testnet-in-freewallet.md)
- [Can I burn BTC for XCP?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-i-burn-btc-for-xcp.md)
- [What’s a Stamp?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/whats-a-stamp.md)
- [What’s an Ordinal?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/whats-an-ordinal.md)
- [If Tokenscan is down for maintenance, can I still access my funds?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/if-tokenscan-is-down-for-maintenance-can-i-still-access-my-funds.md)
- [Why is there more than one input on my BTC transactions?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/why-is-there-more-than-one-input-on-my-btc-transactions.md)
- [Does Freewallet support two-factor authentication?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/does-freewallet-support-two-factor-authentication.md)
- [Can you lock a Token description?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-you-lock-a-token-description.md)
- [Can I run my own Counterparty server?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/can-i-run-my-own-counterparty-server.md)
- [How do I use Freewallet to mint an Emblem Curated Vault?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-i-use-freewallet-to-mint-an-emblem-curated-vault.md)
- [How do you create a Burn Address for use on Counterparty?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-you-create-a-burn-address-for-use-on-counterparty.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://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq.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.
