Frequently Asked Questions

1. General Overview

What exactly is Bugglo?

Bugglo is a conversational, agentic AI terminal specifically designed for the Robinhood Chain ecosystem. Think of it as a highly specialized financial analyst that lives directly on the blockchain. Instead of manually combing through block explorers, DEX screeners, and contract source codes, you can simply ask Bugglo a question in plain language.

The underlying RobinX engine utilizes a state-of-the-art frontier reasoning model heavily integrated with the Model Context Protocol (MCP). This allows the AI to autonomously query live on-chain data — such as liquidity pools, token holder distributions, deployer wallet histories, and rug-pull risk factors — and synthesize them into structured, easy-to-read widgets.

What does "agentic AI" actually mean, and why does Bugglo call itself one?

A conventional chatbot answers from what it memorised during training. An agentic AI does something different: given a goal, it plans the steps, decides which tools it needs, calls them, reads the results, and keeps going until it can answer. The "agentic" part is the autonomy — you state an outcome, not a procedure.

Bugglo is agentic in exactly that sense. Ask it "is this token safe?" and the agent decides on its own to resolve the contract address, pull the holder distribution, fetch the deployer's history, and check the liquidity — then reasons over what came back. It is not retrieving a pre-written answer, and it is not guessing from training data: every step is a live tool call against Robinhood Chain, and the evidence is shown to you alongside the conclusion.

Who is this platform built for?

Bugglo is built for traders, researchers, auditors, and everyday crypto enthusiasts who need fast, actionable, and evidence-based intelligence on the Robinhood Chain. Whether you are trying to verify if a newly launched meme token is a honeypot, tracking the portfolio of a specific whale wallet, or gauging the overall market sentiment, Bugglo dramatically reduces your research time.

Do I need an account to use the app?

You do not strictly need an account. We offer a Guest Mode ("Continue without account") that allows you to explore the application and interact with the AI immediately.

However, we highly recommend connecting via Google or your Web3 Wallet (like MetaMask). Authenticated users gain access to persistent chat histories across devices, customized AI system instructions, and higher rate limits for complex on-chain queries.

2. Privacy & Data Handling

What is Incognito Mode and how does it work?

Incognito Mode is for chats you do not want saved to this browser's stored history. When you toggle Incognito Mode (via the ghost icon in the sidebar), the app keeps that chat in active memory and excludes it from LocalStorage.

Incognito requests still go to the backend and configured engine so the app can answer. It is best understood as "not saved on this device", not as "not seen by anyone". The moment you refresh the page or close the tab, the local incognito conversation is gone.

Are my wallet credentials safe?

Absolutely. When you authenticate using a Web3 wallet, Bugglo utilizes the EIP-1193 standard. We only ask you to cryptographically sign a simple text message to prove ownership of the address. We never ask for your private keys, seed phrases, or transaction approval permissions during the login process.

3. Technical Capabilities & Accuracy

Where does Bugglo get its data?

The AI does not rely on static training data for its financial analysis. Instead, it utilizes the RobinX Model Context Protocol (MCP). This protocol provides the AI agent with a suite of highly-optimized, real-time RPC tools. When you ask a question, the AI writes a plan, executes live queries against Robinhood Chain nodes and indexers, and then parses the raw blockchain data to formulate your answer.

Is the AI's financial analysis guaranteed to be accurate?

No. While Bugglo is a powerful intelligence tool, it is not infallible. On-chain signals are inherently probabilistic. For example, a token contract might pass all standard "rug check" heuristics (like burned liquidity and renounced ownership), but the developer could still dump a massive un-tracked token supply held in a secondary wallet.

Conversely, a flagged contract is not definitively fraudulent — it may just employ unconventional tokenomics. You must always use Bugglo as a starting point for your research, not as definitive financial advice.

What are Slash Commands?

Slash commands are shortcuts designed for power users to bypass the AI's natural language parsing and directly trigger specific on-chain tools. Currently supported commands include /market (for broader macroeconomic trends on the chain), /wallet [address] (to immediately pull the holdings and transaction history of a specific address), and /contract [address] (to force a deep-dive security audit of a smart contract).

Can I run a rug check from my terminal, without the web app?

Yes. The chain-reading engine is published on npm as bugglo, and it runs with no account, no API key, and no backend — it reads Robinhood Chain directly from your own machine:

npx bugglo 0x2103faA9D1762e27a716C61718b3aCf3Ec1F9bf1

It prints a full rug-check report — contract existence, ownership, upgradeable-proxy status, privileged powers, and DEX liquidity — together with the checks it could not run, because a check that did not run is never a check that passed. For AI agents, the companion package bugglo-mcp exposes the same engine as an MCP server for Claude Desktop, Claude Code, Cursor, or your own agent. Both are MIT, and the full CLI documentation is on the Bugglo CLI docs page.

4. Troubleshooting & Settings

Why does the app say the engine is unavailable?

The chat endpoint only answers when the live RobinX engine is configured and reachable. If credentials are missing, the engine is down, or the request times out, the app returns an unavailable state instead of fabricated market data. If you are running the app locally, check the developer documentation to configure your .env file.

How do I change the language or UI theme?

Open Settings from the gear icon in the sidebar header, or from the user menu at the bottom (⇧⌘,). Under General you can switch the visual theme (Dark/Light) and pick your interface language — English, 中文, Español, 日本語, or 한국어. Language can also be changed straight from the user menu. The entire interface updates instantly.