> For the complete documentation index, see [llms.txt](https://docs.blockai.dev/bai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockai.dev/bai/on-chain-dapps/waves.md).

# Waves

To request a task on chain on the Waves network, smart contract have to send their request to the following contract:<br>

**TESTNET**

```properties
3N9tKixzqTYWnEXQxrDQ5pBTGvQd6sFsvmV
```

**See on explorer:** [3N9tKixzqTYWnEXQxrDQ5pBTGvQd6sFsvmV](https://testnet.wavesexplorer.com/address/3N9tKixzqTYWnEXQxrDQ5pBTGvQd6sFsvmV)<br>

**MAINNET**\
Soon...

***

### METHOD AND PARAMETERS

Smart Contract need to send their request to the **registerTaskCallback (**&#x64;escription: string, type:string, callback: strin&#x67;**)** method.

**Description:** \
The prompt or URL (for the video summarizer)

**Type:** \
The AI type (see available type list)

**Callback:** \
The name of the method to call back once the task is resolved. \
The callback have to be on the task initiating contract and it have to accept one parameter as string.

***

### AVAILABLE TASK TYPES

**Simple Text Request:**\
chatgpt, orca, gemini, llama3

**Image Generation:**\
dalle, stable-diffusion

**Video Summarize:**\
youtube

**Discussion:**\
discussion

**Brainstorming:**\
brainstorm

***

### TASK PRICE

Text & Chat

| Model              | Price      |
| ------------------ | ---------- |
| OpenAI ChatGPT 4.0 | 0.07 $BAI  |
| Orca 2.0           | 0.01 $BAI  |
| Google Gemini 1.5  | 0.005 $BAI |
| Llama 3.1          | 0.003 $BAI |

Image Generation

| Model              | Price     |
| ------------------ | --------- |
| OpenAI Dall-E 3    | 0.12 $BAI |
| Stable Diffusion 3 | 0.3 $BAI  |

Video Summarizer

| Model   | Price     |
| ------- | --------- |
| Youtube | 0.07 $BAI |

Discussion

| Model      | Price    |
| ---------- | -------- |
| Discussion | 0.1 $BAI |

Brainstorm

| Model      | Price    |
| ---------- | -------- |
| Brainstorm | 0.1 $BAI |

***

### BAI TOKEN DETAILS

**TESTNET**

```properties
AssetId: AxGKQRxKo4F2EbhrRq6N2tdLsxtMnpzQsS4QemV6V1W1
Decimal: 8
Name: BAI.
```

**See on explorer:** [AxGKQRxKo4F2EbhrRq6N2tdLsxtMnpzQsS4QemV6V1W1](https://testnet.wavesexplorer.com/assets/AxGKQRxKo4F2EbhrRq6N2tdLsxtMnpzQsS4QemV6V1W1)<br>

**MAINNET**

```properties
AssetId: 2fdzyHvXGCqaz1XA8m9fodemmP9giVBcpe4Jq9F63oFL
Decimal: 8
Name: BAI.
```

**See on explorer:** [2fdzyHvXGCqaz1XA8m9fodemmP9giVBcpe4Jq9F63oFL](https://wavesexplorer.com/assets/2fdzyHvXGCqaz1XA8m9fodemmP9giVBcpe4Jq9F63oFL)


---

# 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://docs.blockai.dev/bai/on-chain-dapps/waves.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.
