> For the complete documentation index, see [llms.txt](https://otomato-2.gitbook.io/otomato-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otomato-2.gitbook.io/otomato-docs/for-projects/defi-assistant-integration-guide.md).

# DeFi Assistant Integration Guide

### Overview

The Otomato DeFi Assistant integrates into applications through a single straightforward step using a Telegram link.

### Integration Method

To integrate the assistant, open a Telegram intent using this format:

```
https://t.me/otomatobot?start=agent_noti-hyperevm_w_$walletAddress
```

#### Example 1 (Connected Wallet)

```
https://t.me/otomatobot?start=agent_noti-hyperevm_w_0x9f5362c5ad18e5a3f9c06e9cf26d5ae0c5833f3f
```

#### Example 2 (Unconnected Wallet)

```
https://t.me/otomatobot?start=agent_noti-hyperevm_w_unknown
```

When using "unknown" as the wallet address, the Telegram bot prompts users to provide their desired wallet address for monitoring.

### Requirements

* Users are not required to have their wallet connected before launching the bot
* Connected users can use Example 1's format with their actual address
* Unconnected users can use Example 2's format; the assistant requests address details
* The bot can be triggered through any interface method (buttons, modals, settings pages)
