# Welcome to Sedona

Sedona is a privacy-first DeFi app on the Seismic network. Trade, earn, and (soon) spend without leaking your wallet, your trade size, or your timing to the rest of the chain.

These docs are for people **using** the app. If you're building on the protocol, you're in the wrong place.

#### Start here

* New to Sedona? Read [What is Sedona?](https://docs.sedona.fi/welcome-to-sedona/welcome)&#x20;
* Ready to use it? Head to [Getting started](https://docs.sedona.fi/getting-started/getting-started)
* Want to understand the privacy model? See [How privacy works](https://docs.sedona.fi/privacy/how-privacy-works)
* Stuck on something? Check [Troubleshooting](https://docs.sedona.fi/reference/troubleshooting)

#### Heads up: this is testnet

Sedona is currently live on **Seismic testnet**. That means:

* Tokens have **no real-world value.** They're for testing only.
* Things may break or change without notice.
* Bugs and bug reports are welcome. See [Troubleshooting](https://docs.sedona.fi/reference/troubleshooting)

When Sedona launches on mainnet, you'll be able to migrate using the same wallet.


---

# 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.sedona.fi/welcome-to-sedona/users.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.
