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

# Axiom Registration

#### **Preparing for Swoop Pro — installing Axiom and connecting your wallet**

1. Go to: [**https://axiom.trade/@swooppro**](https://axiom.trade/@swooppro)
2. Click **“Start Trading”** in the center of the screen or **“Sign Up”** at the top.

<div data-with-frame="true"><figure><img src="/files/y0NILccSpd1qgPyptiV9" alt=""><figcaption></figcaption></figure></div>

3. **Then complete the registration process.**

You can sign up using your **Google account** by clicking the corresponding button, or you may enter **any valid email address** and continue manually.

<div align="left" data-with-frame="true"><figure><img src="/files/VsDTFFujwPd6xplcXju3" alt="" width="315"><figcaption></figcaption></figure></div>

4. Also make sure that the second input field contains `swooppro`, exactly as shown in the screenshot.

<div align="left" data-with-frame="true"><figure><img src="/files/arGZRYfb2KUaA4XHglX1" alt="" width="315"><figcaption></figcaption></figure></div>

5. If you are registering without Google, you will receive a verification code after entering your email. Enter the code, then create a password to complete the process.

<div align="left" data-with-frame="true"><figure><img src="/files/en3o04J5hYMLqLJEfKER" alt="" width="310"><figcaption></figcaption></figure></div>

6\. After successful registration, Axiom will automatically create a wallet for you — make sure to save your Seed phrase immediately!

<div align="left" data-with-frame="true"><figure><img src="/files/BiXDibXzd12VcQanR4UT" alt="" width="307"><figcaption></figcaption></figure></div>


---

# 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.swoop.fun/swoop-pro/axiom-registration.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.
