> For the complete documentation index, see [llms.txt](https://docs.waveonsui.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waveonsui.com/product/defi/wave-trading-bot/first-steps.md).

# First Steps

### 1. Create and manage wallets

To get started type `/start` and navigate to the `Wallets` button on the menu pallet or using `/wallet` command

#### Creating New Wallets

To create a single Wallet, click `New Wallet`. If you want to create multiple Wallets at once (up to 5 Wallets), select `New X Wallet`.

<div align="left"><figure><img src="/files/5iS0gy28LlIKC8NSgEsW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ty3O0B0XHLzIgV0x0RjC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/W7fwscaMHsFpc1ROMQax" alt=""><figcaption></figcaption></figure></div>

#### Managing Your Wallet Credentials

After creating a new wallet, the bot will provide you with a fresh wallet address and a private key. Ensure you save these credentials securely and delete the message from the bot to keep your information private and secure.

#### Importing an Existing Wallet

If you already have a wallet, you can easily import it into the bot by clicking on `Import Wallet` and pasting your private key into the bot.

<div><figure><img src="/files/rYUAu4heMu0NCBfPm83D" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UKjYPebBqpUfUZN0BaPS" alt=""><figcaption></figcaption></figure></div>

#### Withdrawing Sui/tokens or Deleting a Wallet Address&#x20;

If you want to withdraw SUI/tokens, or delete your wallet, simply click on the desired wallet address and select the appropriate option. This will be explained in more detail later in the guide.&#x20;

<div><figure><img src="/files/LCMqvh4KI1FEFbzx0Bu5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KEf7M5Inxk1ZDLnx8fex" alt=""><figcaption></figcaption></figure></div>

### 2. Configuration Setting

You can customize the settings to better suit your strategies through the configuration options available in the main menu.

By pressing `Config` button or using `/config` command, the bot will open the settings panel, allowing you to customize your trading fees and slippage to enhance your trading experience.&#x20;

<div><figure><img src="/files/RqjCIYQW8HKLwvaVtjKd" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SdzC3tEoEA4kWENStxr5" alt=""><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.waveonsui.com/product/defi/wave-trading-bot/first-steps.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.
