> For the complete documentation index, see [llms.txt](https://timelessx.gitbook.io/timeless-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timelessx.gitbook.io/timeless-x/campaigns/linea-park-guide/create-a-new-wallet.md).

# Create a new wallet

Once you install Timeless X, tap '**Create new wallet**' and you will have a wallet in just seconds.

Choose a secure 6-digit PIN as an extra layer of security. Alternatively, you can choose Biometrics option by navigating to Settings. You can also turn 'App Lock' off at your own discretion.

{% embed url="<https://drive.google.com/file/d/1HLvscMYb55qNIgZQhSiVJ8UFW4H7EINs/view?usp=drive_link>" %}
Create a new wallet
{% endembed %}

{% hint style="info" %}
If you wish to import your wallet, you can follow [**this guide**](https://timelessx.gitbook.io/timeless-x/help-center/linea-park-guide/import-your-wallet).
{% endhint %}

## Back up your private key

When setting up a regular wallet , it's crucial to securely save and back up your private key. This precaution is vital; without it, regaining access to your wallet and any associated AA smart wallets in the future becomes impossible. We strongly emphasize the importance of this step to ensure the safety and recoverability of your digital assets.

<figure><img src="/files/Wbt3MNZDjXye89vkL49N" alt=""><figcaption><p>Back up private key for EOA wallet</p></figcaption></figure>

<figure><img src="/files/RvpPx4Juiq3NzETzQSWa" alt=""><figcaption><p>Save private key for EOA wallet </p></figcaption></figure>


---

# 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://timelessx.gitbook.io/timeless-x/campaigns/linea-park-guide/create-a-new-wallet.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.
