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

# How Cryfi works

Cryfi  offers tools that allow Signal Providers to get verified & discovered and Traders to benefit from Providers' trading skills securely.

> <mark style="color:blue;">V1.1 of Crify is a Telegram Mini Application (TMA). TMA works like an app that runs from Telegram Bot</mark>.

If you want to subscribe to Signals' channel and trade signals navigate to:&#x20;

{% content-ref url="/pages/AqEABCjdLLrLUDoIT6GR" %}
[For Traders: Subscribe & Trade signals](/cryfi/overview/how-cryfi-works/for-traders-subscribe-and-trade-signals.md)
{% endcontent-ref %}

If you want to share signal in you Free (Public) or Paid (Private) channel navigate to:

{% content-ref url="/pages/WEwRotioAg6uWVXk90x8" %}
[For Signal Providers: create and share signals](/cryfi/overview/how-cryfi-works/for-signal-providers-create-and-share-signals.md)
{% endcontent-ref %}


---

# 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://cryfi.gitbook.io/cryfi/overview/how-cryfi-works.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.
