Arbitrum Buildathon 2026

24/7 AI support that reads the wallet of your users.

Open-source SDK that deploys an agent in your Discord or Telegram. It answers from your docs (RAG) and reads each user's real on-chain positions on Hyperliquid and Aave V3 over Arbitrum. Not textbook examples — their wallet.

Try the live bot
View on GitHubMIT · Python 3.12+1 API key only

Demo

Watch it answer with real numbers from a wallet.

Demo in production

The video will be available here very soon.

The problem

A protocol's support scales with its success.

A protocol with 100K Discord members faces 300–500 repeat questions a day. Vireo Vigía handles them for a fraction of the cost.

What you pay today

With Vireo Vigía

$5K–15K/mo on human support
AI resolves 80% of repetitive tickets
Slow, inconsistent answers
Instant, accurate and wallet-aware
Users get liquidated and churn
/monitor warns before liquidation
Support in English only
Multilingual — Spanish, English, Portuguese

How it works

When a user asks, it answers with their numbers.

Am I at risk of liquidation?
Vireo VigíaYour health factor is 1.42. WETH collateral $8,200, USDC debt $4,100. If ETH drops 22% you hit liquidation. Cut ~$800 of debt to reach a safe 1.7.

RAG over your docs

Ingest whitepapers and guides into a vector store. Answers grounded in your real documentation — zero hallucinations.

Live on-chain context

Reads Hyperliquid positions, Aave health factor and liquidation prices in real time, per wallet.

Proactive alerts

The /monitor command DMs the user before liquidation, not after. It reduces churn.

Arbitrum integration

Read straight from Aave V3 on Arbitrum mainnet.

The OnchainReader protocol makes each new integration a 2–4 hour build. GMX and Vertex are next.

Aave V3

Arbitrum mainnet

Hyperliquid L1

Positions + funding

GMX V2

roadmap · Arbitrum

Vertex

roadmap · Arbitrum

aave_reader.py
# Pool: 0x794a61358D6845594F94dc1DB02A252b5b4814aD  (Arbitrum)
async with AaveV3Reader() as reader:
    balance = await reader.get_user_balance("0xWALLET")
    # -> health_factor: 1.42, collateral: $8,200, debt: $4,100

    positions = await reader.get_user_positions("0xWALLET")
    # -> [{"asset": "WETH", "type": "supply", "apy": 0.024}]

    market = await reader.get_market_info("USDC")
    # -> variable_borrow_apy: 8.3%, utilization: 0.84

Install

From zero to a running agent.

Published on PyPI — anyone installs it with one command, no cloning. All you need is an Anthropic API key.

01

Install the SDK

$ pip install "vireo-vigia[discord]"

A single dependency. Local embeddings, free.

02

Ingest your docs

$ vireo-vigia ingest https://docs.tuprotocolo.io

RAG over your real documentation.

03

Launch the agent

$ vireo-vigia chat 0xWALLET

Or start the Discord / Telegram bot.

Quality

Not a hackathon demo. A maintained SDK.

mypy strict · ruff 0 violations · bandit 0 security issues · CI on every push.

211

unit tests

no API keys

E2E

against mainnet

real Qdrant + Hyperliquid

1

API key

Anthropic only

<1h

to deploy

docs → live bot

Business model

Services-first, then SaaS.

Setup and integration per protocol, with a monthly retainer. Self-serve SaaS from Q4 2026. ~90% gross margin.

Setup

$10K–15K

one-off

Retainer

$2K–3K

per month

SaaS · Q4 2026

$299+

per month

LATAM angle

The first AI-DeFi tooling company for the Spanish-speaking market.

Vireo · Bucaramanga, Colombia. Colombia, Mexico, Argentina and Ecuador together hold millions of DeFi users underserved by English-only tools.

Give your community an agent that genuinely knows their wallet.

Try the live bot
View the code on GitHub