> For the complete documentation index, see [llms.txt](https://how.smashfi.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://how.smashfi.me/custody-safe/how-to-set-up-and-use-custody-safe.md).

# How to Set Up and Use Custody Safe

### 1. **Download the SmashFi Custody Safe App** (iOS / Android).

<figure><img src="/files/VF8ve4hBNfbL6uWdZJiM" alt=""><figcaption></figcaption></figure>

### 2. **Log into your account on** [**smashfi.me**](https://smashfi.me/auth/login)  (web).

## (App ↓)

### 3. Upon launching the app, you’ll first be asked to set up security using biometrics or passcode. Then, you’ll be guided through creating and backing up your wallet step by step.

### 4. **Scan the QR code** displayed on the Custody Safe page to link your wallet.

<figure><img src="/files/tebFgHOW46YS2XI3R6Ag" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/k0FSaRDEkEa2BQAjIMnH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/o6xYLTKDur9UvB0wCJYP" alt=""><figcaption></figcaption></figure></div>

### 5. Follow the app instructions to complete setup step by step

* Private keys are generated securely on your device using MPC
* The app will guide you through creating your wallet and backing it up.

> <mark style="color:$danger;">**⚠️ Don’t forget to back up your wallet when prompted. It’s the only way to recover access if your device is lost.**</mark>

### **6.** Seamlessly transfer BTC earned through Auto-Buy, Boost, or Swap to Custody Safe — with zero blockchain fees (if eligible).

### 7. **To withdraw BTC later**: you can move Bitcoin from Custody Safe to any external wallet at any time.<br>


---

# 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://how.smashfi.me/custody-safe/how-to-set-up-and-use-custody-safe.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.
