# Ideas to Build

You can build anything from simple tools to advanced agents. Here’s a list to spark your imagination:

#### 🔍 Web3 Dashboards

* Wallet tracker with token balances & NFT holdings
* DAO treasury dashboard
* DEX price aggregator
* Gas fee visualizer
* Liquidation alert dashboard

#### 🤖 AI Agents

* Token sniping agent
* NFT floor price monitor
* Airdrop farming assistant
* Token launch analyzer
* Whale trade watcher bot

#### ⚙️ Automation & Utilities

* Claimable token scanner
* Contract execution scheduler
* Wallet automation (claim/send/interact)
* Tax report generator
* LP management tool

#### 📱 Telegram Bots

* New token listing notifier
* Memecoin volatility alert bot
* Trending contract detector
* DAO voting reminder bot
* Real-time feed of wallet transactions

#### 🧾 DeFi & Onchain Products

* Minimal DEX frontend
* Create-a-token flow (for meme creators)
* Lending/borrowing frontends
* Zaps: Batch onchain actions
* Create your own bond/vesting dashboard

#### 👤 Personal Agents

* AI agent that analyzes your portfolio daily
* Onchain reputation checker
* Web3 CV builder (wallet-based)
* Daily token digest generator

#### 🛠️ Dev Utilities

* Block explorer with chat interface
* ABI-to-function playground
* Contract summary app
* Prompt-powered testnet faucet
* Code snippet storage for contracts


---

# Agent Instructions: 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://docs.buildonhybrid.com/hybrid-overview/build-by-hybrid/ideas-to-build.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.
