> ## Documentation Index
> Fetch the complete documentation index at: https://whitepaper.neurobro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Other Products

> Neurobro intelligence across ecosystems, communities, and protocols

Beyond [Neurodex](/technical/neurodex/index) and the [Mobile App](/technical/mobile/index), Neurobro's intelligence is available across a growing number of platforms and integrations - each adapted to its ecosystem.

## Mini-Apps

Lightweight versions of Neurodex designed for in-app usage within specific blockchain ecosystems. Same intelligence, optimized for the platform.

<CardGroup cols={3}>
  <Card title="Baseapp" icon="layer-group">
    Neurobro inside the Base ecosystem. Optimized for Base chain with simplified auth, fast loading, and mini-app UX.
  </Card>

  <Card title="World App" icon="globe">
    Neurobro inside the World chain ecosystem. Tailored for World App users with streamlined onboarding and focused crypto intelligence.
  </Card>

  <Card title="Farcaster" icon="tower-broadcast">
    Neurobro as a Farcaster frame. Native integration into the Farcaster social protocol with decentralized identity support.
  </Card>
</CardGroup>

***

## Community Integrations

<AccordionGroup>
  <Accordion icon="telegram" title="Telegram">
    The fast and lightweight version of Neurobro, live in the community chat. Real-time Q\&A, on-chain signal sharing, and market updates - 100% free and available 24/7.

    <Info>
      Due to Telegram's platform constraints, Neurobro's capabilities are more limited than on Neurodex. Best suited for quick questions and real-time alerts.
    </Info>

    <Card title="Join Community" icon="telegram" href="https://t.me/Neurobro_Official">
      Neurobro on Telegram
    </Card>
  </Accordion>

  <Accordion icon="discord" title="Discord (Kaizen Intern)">
    A custom Neurobro agent built for the Kaizen community - a trading group led by Brian Jung. Kaizen Intern shares Neurobro's intelligence directly inside the Discord server, tailored for the community's trading style and focus areas.
  </Accordion>

  <Accordion icon="book-open" title="Moltbook">
    Neurobro intelligence on <a href="https://www.moltbook.com/u/0xNeurobro">Moltbook</a> - an AI-native social network. Neurobro publishes analysis, market insights, and alpha directly on the platform.

    <Card title="View Profile" icon="user" href="https://www.moltbook.com/u/0xNeurobro">
      Neurobro on Moltbook
    </Card>
  </Accordion>
</AccordionGroup>

***

## Protocol Integrations

<AccordionGroup>
  <Accordion icon="handshake" title="Virtuals Protocol">
    Neurobro operates as an on-chain AI agent within the Virtuals ecosystem - a crypto-native agent-to-agent economy. Using **ACP (Agent Commerce Protocol)**, Neurobro can transact with other AI agents autonomously.

    <Info>
      **On-chain details (Base)**

      * **Agent Details**: [Virtuals Agent Details](https://app.virtuals.io/virtuals/14169)
      * **Contract Address (CA)**: `0xc796E499CC8f599A2a8280825d8BdA92F7a895e0`
      * **Token**: \$BRO
      * **Supply**: 1,000,000,000
      * **Launch**: December 8, 2024 (1:45 PM UTC)
      * **Tax**: 1% buy / 1% sell (implemented by Virtuals Protocol)

      **Key wallets**

      * **Dev Wallet**: `0x73e65B34C82731b61B0bB6FB1509CC251500F832`
      * **Revenue Wallet**: `0xE74AC5f52a27eEff2816942C88bCE03FF7781339`
    </Info>
  </Accordion>

  <Accordion icon="wallet" title="x402">
    Neurobro's full capabilities accessible via **x402** - a native crypto micropayment protocol by Coinbase. Send a single HTTP request with payment attached and get a response. No subscriptions, no API keys - just pay per request.

    Ideal for developers, traders, and AI builders who want to integrate Neurobro into their own applications.

    <Card title="Explore on x402scan" icon="magnifying-glass" href="https://www.x402scan.com/server/82853c72-23f7-4e94-98f5-98ef959e63e9">
      View Neurobro's x402 server
    </Card>
  </Accordion>
</AccordionGroup>

***

## Developer Tools

<Accordion icon="terminal" title="Neurobro Terminal (CLI)">
  Terminal-native financial research assistant for raw intelligence access. Built for power users who prefer the command line.

  * 60+ specialized tools and 10 analysis pipelines
  * SSE streaming for real-time responses
  * Session management with history

  ```bash theme={null}
  npm install -g neurobro
  neurobro setup
  ```

  <CardGroup cols={2}>
    <Card title="npm" icon="npm" href="https://www.npmjs.com/package/neurobro">
      Install from npm
    </Card>

    <Card title="GitHub" icon="github" href="https://github.com/axioma-ai-labs/neurobro-tui">
      View source
    </Card>
  </CardGroup>
</Accordion>
