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 a privacy-first feature designed for users who want to research sensitive tokens or wallets without leaving a trace. When you toggle Incognito Mode (via the ghost icon in the sidebar), the application enforces strict ephemeral data handling:

  • No Local Storage: Chats are kept in active memory and never written to your browser's IndexedDB or LocalStorage.
  • No Server Logs: The backend API strips logging mechanisms for these specific session requests.
  • No AI Training: Your prompts and the associated responses are explicitly flagged via API headers to opt out of any third-party model training pipelines.

The moment you refresh the page or close the tab, the entire conversation evaporates permanently.

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).

4. Troubleshooting & Settings

Why is my data showing as "DEMO DATA"?

If you see a "DEMO DATA" badge on the UI widgets, it means the application is currently running in Demo Mode. This occurs when the backend server is not configured with live API credentials (like the RobinX engine API key, or the RobinX MCP API keys). In this state, the app will return illustrative, mock data to demonstrate the UI capabilities without incurring live API costs. If you are running the app locally, check the developer documentation to learn how 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.