# Getting started

### Before you start

| Item                        | Why you need it                           |
| --------------------------- | ----------------------------------------- |
| A Base-compatible wallet    | You sign every transaction.               |
| ETH on Base                 | Gas for swaps, LP actions, and approvals. |
| Assets to deploy (optional) | USDC, AERO, ETH, etc.                     |

### Setup

{% stepper %}
{% step %}

### Join the waitlist

Go to <a href="https://aeronavigator.xyz" class="button primary">aeronavigator.xyz</a>.

Submit the waitlist form.
{% endstep %}

{% step %}

### Prepare your wallet

* Use a Base-compatible wallet.
* Bridge ETH to Base for gas.
* Hold the assets you want to use (optional).
  {% endstep %}

{% step %}

### Open AeroNavigator

When you have access:

* Open the Base app and search for AeroNavigator.
* Or open the Farcaster Mini App.
* Sign in with Farcaster or Base ID.
  {% endstep %}

{% step %}

### Connect your wallet

* Click **Connect Wallet**.
* Select your wallet.
* Approve read access for portfolio analysis (no fund access).
  {% endstep %}

{% step %}

### Try an intent

Use one of these:

* “Analyze AERO performance and key pools.”
* “Create a medium-risk LP strategy using 500 USDC.”
* “Show me the most efficient bribe opportunities.”
* “Alert me when APR on my AERO LP drops below 10%.”
  {% endstep %}

{% step %}

### Execute

* Review the analysis and the exact actions.
* Approve the atomic transaction.
* Sign with your wallet.
  {% endstep %}

{% step %}

### Automation (optional)

* Configure conditional triggers.
* Set recurring tasks.
* Keep approvals tight. Start with alerts first.
  {% endstep %}
  {% endstepper %}

### Next steps

* Learn the product surface in [Season 0 features](https://aeronavigator.gitbook.io/aeronavigator-by-netmind/product/season-0-features).
* Understand the guardrails in [Security](https://aeronavigator.gitbook.io/aeronavigator-by-netmind/trust/security).
* Hit issues? Use [Support & community](https://aeronavigator.gitbook.io/aeronavigator-by-netmind/resources/support-and-community).


---

# Agent Instructions: 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:

```
GET https://aeronavigator.gitbook.io/aeronavigator-by-netmind/start-here/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
