> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/getting-started/generate-a-new-wallet.md).

# Generate a New Wallet

{% hint style="success" %}
When you first sign up, XTrade will prompt you to either generate a new Solana wallet or import an existing one to start trading.
{% endhint %}

{% stepper %}
{% step %}

### Click Generate Wallet

<mark style="color:$info;">This creates a brand new Solana wallet for your account</mark>

<div align="left"><figure><img src="/files/Lsd577K6ov48gk45Wlxu" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### **Show Seed Phrase**

<mark style="color:$info;">Tap</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Show Seed Phrase**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to reveal your 12 recovery words</mark>

<div align="left"><figure><img src="/files/6bnMZHIkAfDxQKa2nbv9" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="danger" %}
Write down the words in order, and securely store it offline. This is the only way to recover your wallet. **NEVER SHARE IT.**
{% endhint %}
{% endstep %}
{% endstepper %}

***

## <mark style="color:green;">Creating More Wallets</mark>

{% stepper %}
{% step %}

### Go to Wallets

<mark style="color:$info;">Click the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**account icon**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">in the top-right corner and select</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Wallets**</mark>

<div align="left"><figure><img src="/files/a8LjpSZPAnXESS8UCdCd" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Create a New Wallet

<mark style="color:$info;">Click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Create Wallet**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to generate up to 100 new wallets</mark>

<div align="left"><figure><img src="/files/QWxMORohMMaoynQOibKl" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### <a href="https://xtrade.xyz/explore" class="button primary" data-icon="hand-horns">One More Wallet Won’t Hurt</a>

{% endstep %}
{% endstepper %}


---

# 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://xtrade.gitbook.io/docs/getting-started/generate-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.
