> For the complete documentation index, see [llms.txt](https://super3-ai-whitepaper.gitbook.io/super3.ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://super3-ai-whitepaper.gitbook.io/super3.ai-docs/tutorial/super3-assistant-bot/converse-naturally.md).

# Converse Naturally

Powered by advanced large language models (LLMs), we have built a robust natural language interaction system for web3 investing.

> **Here are the details on conversing with our assistant:**
>
> * **New users get 10 free conversations when logging in.**
> * **receive 1 additional free conversation daily at 00:00 UTC.**
> * **Convert 1,000 super3.ai points into 1 conversation.**

Let's explore these conversation types in detail:

## 1. Understand Timelines with Event Timing

`●Event Timing: When will LTC reward halving occur?`

<figure><img src="/files/hUvlC2If2SI2G9iHb7q6" alt="" width="375"><figcaption></figcaption></figure>

Ask about schedules for major crypto events like halvings, upgrades, launches and more. Our assistant analyses your question to extract the event and provide the anticipated date.

"When is Ethereum's next upgrade happening?" "The Ethereum Shanghai upgrade is estimated to happen around Q1 2023, with an exact date still to be finalized."

***Stay updated on key market catalysts.***

## 2. Discover New Assets

`●New Coins: What are the recent new coins listed on the exchange?`

<figure><img src="/files/eq2ltD9FjvZXQFcIrONF" alt="" width="375"><figcaption></figcaption></figure>

Look up the latest coin listings on popular exchanges.

"What new tokens were just listed on Binance?" "Some recent notable listings on Binance include APT, CLV, and LBLOCK over the past week."

***Monitor new opportunities.***

## 3. Retrieve Info from Websites

`●Website Lookup: Where can I find information about a coin's trading volume and price?`

<figure><img src="/files/ItsKEOehavfihm5LYDCF" alt="" width="375"><figcaption></figcaption></figure>

Pull specific data points from relevant crypto sites simply by asking.

"Can you check CoinMarketCap for Dogecoin's trading volume today?" "According to CoinMarketCap, the 24-hour trading volume for Dogecoin today is around $301 million."

***No need to manually browse. Get stats quickly.***

## 4. Catch Up on News

`●News: What are the latest news about ETH?`

<figure><img src="/files/vKxciW7hDpP6uepaI4jI" alt="" width="375"><figcaption></figcaption></figure>

Summarize the top stories and developments for any coin or topic.

"What are some latest news about the Ethereum merge?" "Key updates are the Bellatrix upgrade locked in for September 6th, and the Merge mainnet completion estimated around September 15-20."

***Stay up-to-date effortlessly.***

## 5. Assess Technicals

`●Technical Analysis: From the technical analysis of ETH, can it still rise?`

<figure><img src="/files/I3X5NxsFkL28Zi6shFxQ" alt="" width="375"><figcaption></figcaption></figure>

Get insights from analyzing price trends and indicators.

"Does the 50 day moving average for BNB show more room to drop?" "The 50 day MA for BNB is currently around $285, below the current price of $295, indicating potential for further downside."

***Gauge market outlooks.***

### 6. Retrieve On-Chain Data

`●Data Analysis: What is the daily transaction number of ETH?`

<figure><img src="/files/g4o4KpGFplStaz10tHLU" alt="" width="375"><figcaption></figcaption></figure>

Extract live or historical blockchain data like transactions, fees, addresses and more.

"How many active Ethereum addresses were there yesterday?" "There were around 1.5 million active Ethereum addresses on September 5, 2022."

***Quantify ecosystem adoption.***

## 7. Discover Relevant Signals

`●Signal Search: What are the signals of Matic when the pnl >100% and the drawdown <40% ?`

<figure><img src="/files/3aHcbUagSooKCqGVd19Q" alt="" width="375"><figcaption></figcaption></figure>

Search for profitable signals based on customizable criteria.

"Show me MATIC signals with over 100% PNL and drawdown less than 40%." "Here are a couple relevant high performing signals for MATIC: Signal XYZ with 112% PNL and 30% drawdown, Signal ABC with 185% PNL..."

***Find best matches easily.***

***

In summary, Super3 Assistant allows you to engage in natural investigative dialogues to uncover the crypto insights you need - from events and assets, to analytics and signals. Ask away and let our AI enlighten 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:

```
GET https://super3-ai-whitepaper.gitbook.io/super3.ai-docs/tutorial/super3-assistant-bot/converse-naturally.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
