> For the complete documentation index, see [llms.txt](https://mozi-1.gitbook.io/mozi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mozi-1.gitbook.io/mozi/protocol/signal-creation.md).

# Signal Creation

Mozi introduces an innovative **Signal Creation** feature, enabling users to generate and share trade signals across various social media platforms. This feature empowers both traders and communities to engage in real-time trading insights while leveraging Mozi’s secure and integrated ecosystem. Users can share buy and sell signals, helping others make informed decisions while earning rewards through premium signals or subscriptions.

<figure><img src="/files/64QPLWHgo16sLwsvfXfK" alt=""><figcaption></figcaption></figure>

* Mozi enables users to generate and share buy or sell signals directly from their wallet.
* Signals can be shared across social platforms like Telegram, Google, and X, allowing for seamless community engagement.
* The system integrates with Mozi’s partner decentralized exchange (DEX) to execute trades directly from shared signals.
* Users can customize signal parameters, including asset selection, target price, stop loss, and trade duration.
* Signal creators can monetize their insights by setting subscription fees or premium access for followers.
* Followers can subscribe to signal providers and execute trades in one click via Mozi’s integrated trading feature.


---

# 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://mozi-1.gitbook.io/mozi/protocol/signal-creation.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.
