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

# Bold

Welcome to Bold: banking for bitcoiners.

Bold is the personal finance platform designed for your needs as a bitcoin holder.

### Features

* [Bold Wallet](/bold-wallet/wallet-overview.md): Buy, sell, receive, send, and withdraw your bitcoin.
* [Checking Account](/checking-account/checking-account-overview.md): An FDIC-insured checking account that lets you easily convert dollars and bitcoin, pay bills, and spend.&#x20;
* [Bold Card](/checking-account/bold-card.md): A virtual Visa Debit card that lets you earn sats back with every swipe. The more bitcoin you purchase with Bold, the more rewards you earn.&#x20;
* [Bold Vault](/bold-vault/vault-overview.md): Your personal multisig wallet where you hold 2 keys and Bold holds one as a backup.

### Rewards

* [Bold Rewards](/rewards/bold-rewards.md): A dedicated page that tracks all of the rewards you earn within Bold. This section also includes [debit card rewards](/rewards/bold-rewards.md#debit-card-rewards) you may receive.&#x20;

### General Information

* [Account Settings](/general/account-settings.md): Manage account security and  information.&#x20;
* [Account Limits and Holds](/general/account-holds.md): View details about limits and holds on your cash and bitcoin.&#x20;
* [Tax reporting](/general/tax-reporting.md): Generate transaction files to upload directly to your tax preparation software.
* [Pricing and Fees](/general/pricing-and-custody-options.md): View pricing and fees to use Bold's features.

{% hint style="info" %}
Bold is accessible via web browser on mobile or desktop at <https://app.getbold.io>. iOS and Android apps are coming soon.
{% endhint %}


---

# 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.getbold.io/readme.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.
