# Trading via Mobile

Trade from anywhere with Pacifica’s intuitive mobile app, optimized for a seamless trading experience.

{% stepper %}
{% step %}

#### Download the Pacifica Mobile App

* Go to the App Store (iOS) or Google Play Store (Android).
* Search for "Pacifica DEX" and download the official app.
  {% endstep %}

{% step %}

#### Connect Your Mobile Wallet

* Open the Pacifica app.
* Tap “Connect Wallet” and select your wallet (e.g., Phantom, Solflare, or any WalletConnect-compatible wallet).
* Approve the connection in your mobile wallet app.

SCREENSHOT HERE: (Mobile wallet connection prompt)
{% endstep %}

{% step %}

#### Select Market & Order Type

* Choose your trading pair (e.g., BTC-USD)
* Select your order type (Market, Limit, Conditional)
* Seet your desired trade amount and leverage

SCREENSHOT HERE: (Mobile market and order-type selection screen)
{% endstep %}

{% step %}

#### Confirm & Execute Your Trade

* Review your trade details carefully.
* Submit the order and confirm the transaction within your wallet.

SCREENSHOT HERE: (Mobile trade confirmation screen)
{% endstep %}

{% step %}

#### Track & Manage Positions

* Check your open positions, monitor performance, and manage risk from the mobile app.

SCREENSHOT HERE: (Mobile positions overview screen)
{% endstep %}
{% endstepper %}


---

# 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://pacifica.gitbook.io/docs/testnet/how-to-start-trading/trading-via-mobile.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.
