> 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/padre-registration.md).

# Padre Registration

{% stepper %}
{% step %}

### Go to the registration link

<https://trade.padre.gg/rk/swooppro>
{% endstep %}

{% step %}

### Click “Create Account”

<figure><img src="/files/27EbDi2mkM2ieyGovrjY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose your preferred registration method

In this case, registration via Telegram will be shown.

<figure><img src="/files/Nm41GNJ267Z7YkbCTPk6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click “Open Telegram” and go to the bot.

<figure><img src="/files/NPpCJWATruJR5tmfUKGP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Launch the Telegram bot

<figure><img src="/files/DnXvEyuv5QPMKy5tNJ2I" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Complete the registration by clicking the button

<figure><img src="/files/mvhr95RlhesIX9bFmO7y" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create a unique password and remember it

Important! If you lose your password, wallet data cannot be recovered.

<figure><img src="/files/7edcUQVqAd5UO3B89LzI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click “Start Trading”

{% endstep %}

{% step %}

### Import your Swoop Pro wallet.

To connect Swoop with Padre, import one of your wallets. Then go to “Portfolio.”

<figure><img src="/files/IfTjrcvh9UqRZ6md2Bph" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Go to the “Wallets” section, then click “Import”

<figure><img src="/files/6qOmHH2KrDfxC5WT8CKv" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the Solana network and click “Start Importing.”

<figure><img src="/files/t44J8eyTqRmCZ3RXikqS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### How to find your Swoop private key

Go to the Swoop Telegram bot: [t.me/swoop\_solana\_bot](https://t.me/swoop_solana_bot) In the main menu, select “Wallet.”

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

{% step %}

### Select one of the wallets and click “Export Key”

Paste the key into the Padre import window to link it with Swoop

<div align="left"><figure><img src="/files/9qW6zaLoHqEQqQl5u6Br" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Congratulations, you’ve successfully registered!

{% 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://docs.swoop.fun/swoop-pro/padre-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.
