> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/using-blink/upgrading-from-a-trial-account-to-level-1.md).

# Upgrading a legacy Trial account

Trial accounts are no longer offered. If you have an existing Trial account, you can upgrade it to a level 1 account to keep using it.

A Trial account has low transaction limits and cannot send or receive on-chain. Upgrading to level 1 comes with benefits:

* Increased transaction limits (your current limits are shown in the Blink App)
* Ability to recover the account using your registered phone number (SMS / WhatsApp) or email
* Functions like on-chain send and receive, setting a username, a Lightning address, the Point of Sale (PoS or Cash Register) webpage, and a static Paycode

To upgrade your Trial account (level 0) to level 1, verify a phone number:

1. In the Blink Wallet, open the menu at the top right and tap `Account`
2. Select `Backup/upgrade account`
3. Complete the account setup with a phone number

We recommend adding an email address as well, so you can also recover your account with email:

1. Open the menu at the top right and tap `Account`
2. Select `Email (for login)`
3. Enter an email address and complete the verification to enable login with email

Note: Trial, level 1, and level 2 accounts are Custodial Mode accounts, and their availability depends on your status and country of residence. You can also move to a Non-Custodial Mode account, where you hold your own keys — a guided step-by-step migration is being rolled out in the app, or you can create a non-custodial account yourself and transfer your funds. If you received an in-app notice that custodial services are ending in your jurisdiction, you can still upgrade your existing Trial account — upgrading helps you recover, move, or withdraw your funds — but the dates and instructions in your notice apply. For the full explanation, options, and timeline, see: Important Changes to Custodial Accounts in Your Region.


---

# 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://faq.blink.sv/using-blink/upgrading-from-a-trial-account-to-level-1.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.
