Otomato DeFi Assistant Integration Guide
DeFi Smart Assistant
Integrating the Otomato DeFi Assistant into your app is simple and requires just one step.
You only need to open the Telegram intent with the following link:
<https://t.me/otomatobot?start=agent_noti-hyperevm_w_$walletAddress>Example 1:
<https://t.me/otomatobot?start=agent_noti-hyperevm_w_0x9f5362c5ad18e5a3f9c06e9cf26d5ae0c5833f3f>Example 2:
Please note that you can also use $walletAddress=unknown in the cases where the user didn't connect its wallet yet. The telegram bot will prompt the user to provide the wallet address he wants to monitor.
<https://t.me/otomatobot?start=agent_noti-hyperevm_w_unknown>🎥 Demo
Here’s a short demo showing the integration in a sample app:
Feel free to test it on our sandbox app
⚙️ Requirements
The user is not forced to have their wallet connected before launching the bot
If he is connected you can use the link in #Example 1
If he is not connected you can use the link from #Example 2 - Our Assistant will ask for the address to monitor.
You can trigger the bot via any flow you prefer (e.g., button, modal, or settings page): it’s just a link!
Last updated