> For the complete documentation index, see [llms.txt](https://supersonic-ai.gitbook.io/supersonic-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supersonic-ai.gitbook.io/supersonic-documentation/getting-started/quickstart.md).

# Overview

## Overview

Let's talk about SuperSonic – your friendly AI-powered companion for navigating the Sonic DeFi world. We've built an open-source platform that takes the complexity out of DeFi operations, so you can focus on what matters most: growing your portfolio.

### What Makes SuperSonic Special?

* **Smart AI Helpers Working Together**\
  Think of it as having 18 specialized AI assistants in your pocket. They handle everything from trading and token transfers to market analysis, and even help keep your community engaged. Pretty neat, right?
* **DeFi Made Easy**\
  No more juggling multiple tools or getting lost in complex operations. Whether you're swapping tokens on Beets DEX or checking out lending options on Silo Finance, we've got you covered. And hey, we're cooking up some cool stuff with liquid staking too!
* **Stay in the Loop**\
  Keep your finger on the pulse with live market updates. We pull in real-time data from DefiLlama and CoinGecko, so you're always making moves based on the latest info.
* **Built for Everyone**\
  Whether you're a coding wizard or just getting started, we've made SuperSonic super approachable. Run it on your own setup, tweak it to your liking, and if you ever get stuck, our community's here to help.

### In a Nutshell

SuperSonic isn't just another DeFi tool – think of it as your smart companion that handles the heavy lifting while you focus on strategy. Want to dive deeper? Check out our [README ](https://github.com/nicoware-dev/supersonic/blob/main/README.md)for all the nitty-gritty details.

Ready to jump in? Let's explore what SuperSonic can do for you!


---

# 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://supersonic-ai.gitbook.io/supersonic-documentation/getting-started/quickstart.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.
