> 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/extra-resources/services.md).

# Services

Let's talk about what SuperSonic offers. First things first - we're proud to be 100% open source! You can grab our code and self-host everything from DeFi operations to real-time analytics, completely free.

### Current Status 🎯

Right now, we're all about the DIY approach - you can download, deploy, and customize SuperSonic on your own infrastructure. While we don't have a hosted service yet, all our powerful features are available for you to use and modify as you see fit.

Need something custom? Have specific requirements? We're here to chat about it! Just reach out if you need help beyond the standard self-hosted setup.

### What's Cooking? 🚀

We've got some exciting plans in the works! Here's what we're thinking about for future releases:

#### DeFi Trader Package 📈

Perfect for serious traders:

* Your own private agents
* Advanced analytics tools
* Custom trading features

#### Social Influencer Package 🎯

Built for content creators:

* Content strategy tools
* Performance tracking
* Social media optimization

#### Developer Package 💻

For the builders out there:

* Token deployment toolkit
* Technical support channels
* Enhanced security features

#### Enterprise Package 🏢

For organizations needing more:

* Custom agent deployments
* White-label solutions
* Advanced security features
* SLA-backed support

### Need Something Special? 🛠️

While SuperSonic is free to self-host, we understand some projects need extra support. If you're looking for:

* Custom development work
* Professional setup assessment
* Tailored business solutions

...we're here to help! Our team can work with you to create exactly what you need.

### Get in Touch 📬

Want to discuss a custom project or need more info? Here's how to reach us:

* **Email:**  <nicoware.dev@gmail.com>
* **Discord:** [Join our community](https://discord.gg/dCtktdkt6J)

Thanks for choosing SuperSonic! We're excited to help you revolutionize your DeFi experience! 🚀


---

# 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/extra-resources/services.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.
