# 3.1 Getting Started

#### Prerequisites

To interact with the Stratos Interface, you will need a compatible Web3 non-custodial wallet. Stratos supports major wallet providers within the ecosystem.

* **Supported Wallets:** Metamask, Phantom, Rainbow.
* **Network:** Ensure your wallet is connected to the Base Chain.
* **Gas Fees:** You will need a small amount of ETH in your wallet to pay for network transaction fees, regardless of the asset you are depositing.

#### Connecting Your Wallet

1. Navigate to the official Stratos App.
2. Click the **Connect Wallet** button in the top right corner.
3. Select your preferred wallet provider from the list.
4. Approve the connection request in your wallet pop-up.

Once connected, your wallet address will appear in the top right corner, and the Dashboard will load your personalized data.


---

# 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://docs.strtcoin.xyz/3-platform-guide/3.1-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.
