> 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/features.md).

# Features

Let's walk through all the awesome things SuperSonic can do. We've packed it with features to make your DeFi experience smooth, smart, and enjoyable!

### Core Features

* **Natural Language Processing** 💬\
  Just chat naturally with our agents - no need to learn complex commands!
* **RAG (Retrieval-Augmented Generation)** 🔍\
  Our knowledge base helps agents give you accurate, context-aware responses.
* **Multi-Agent System (MAS)** 🤖\
  We've got 18 specialized agents working together to handle everything from market analysis to transactions.
* **Integrated Web Experience** 🌐\
  Access everything through our sleek web app, whether you're on desktop or mobile.
* **Connectors Galore** 🔌\
  Stay connected through Discord, Twitter, Telegram, and more!
* **Model Agnostic** 🧠\
  Works with all major models - Llama, Grok, OpenAI, Anthropic, you name it.
* **Document Ingestion & Memory** 📚\
  Upload docs and let our agents learn from them. They'll remember context so you don't have to repeat yourself.
* **Real-Time Data Feeds** 📊
  * Live price updates via CoinGecko
  * TVL tracking with DefiLlama
  * Pool data monitoring through GeckoTerminal
* **Multimedia & Visualization** 🎨\
  From text analysis to image creation, speech synthesis, and data visualization.
* **Web Browsing** 🌐\
  Our agents can search and fetch the latest info to keep you updated.
* **Extensibility** 🛠️\
  Create your own actions and clients to make SuperSonic work exactly how you want.

### Sonic-Specific Features

* **Wallet Management** 👛\
  Keep track of your Sonic wallet, balances, and transactions.
* **Token Operations** 💸
  * Send S tokens and other tokens
  * Swap tokens on Beets DEX
  * Track all your transactions
* **DeFi Operations** 💰
  * Lending & borrowing on Silo Finance
  * Bridge tokens with deBridge
  * Liquid staking with Beets LST
  * Yield farming coming soon!

### Web App Features

* **Modern Interface** 🎨
  * Clean, responsive landing page
  * Easy-to-browse agent directory
  * Dark/light mode support
* **Interactive Features** 🤖
  * Chat with our agent swarm
  * Connect your Sonic wallet
  * Portfolio & analytics dashboard (coming soon!)

Want to see these features in action? Check out our [User Guide](/supersonic-documentation/getting-started/user-guide.md) to get started!


---

# 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/features.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.
