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

# Retina Wallet: Intelligent Trade Execution Without Custody

> Retina Wallet bridges RetinaOS intelligence to your trades — non-custodial and policy-driven, with every trade requiring your explicit confirmation.

Retina Wallet is the execution layer of the RetinaOS stack. It connects the intelligence from Retina Terminal and Cortex scores directly to your trading decisions — surfacing high-signal opportunities based on your policy, and routing confirmed trades through your own connected wallet. RetinaOS never holds or custodies your funds at any point.

## How It Works

<Steps>
  <Step title="Connect your wallet">
    Connect via WalletConnect or MetaMask — the connection is read-only initially.
  </Step>

  <Step title="Set a simple policy">
    Define your budget, risk threshold, and minimum Cortex score to filter the signals that matter to you.
  </Step>

  <Step title="Receive a targeted notification">
    When a token matches your policy, Retina Wallet sends you a push notification with a one-line reason explaining why it matched.
  </Step>

  <Step title="Review the reasoning">
    Read the AI summary and see exactly which reputation signals triggered the alert before you decide anything.
  </Step>

  <Step title="Tap 'Confirm' to execute">
    Retina constructs the transaction, and your wallet signs and executes it. Nothing happens on-chain until you approve.
  </Step>
</Steps>

<Note>
  Every transaction requires your explicit confirmation. There is no autonomous execution in v1.
</Note>

## The Design Philosophy

Retina Wallet is designed as an **assisted, not autonomous** execution bridge. Rather than acting as a black box that quietly moves your funds, it shows its reasoning transparently at every step — so you understand why a signal fired before you decide whether to act on it.

When a policy match occurs, you see the AI summary, the Cortex scores of the wallets involved, and the specific conditions that triggered the alert. Trust is built by legibility, not by convenience. Autonomy can expand over time as the policy engine earns that trust — but in v1, you are always the final decision-maker.

## What Retina Wallet Does NOT Do

<CardGroup cols={2}>
  <Card title="No key custody" icon="key">
    Retina Wallet never holds your private keys. Your keys stay in your own wallet app at all times.
  </Card>

  <Card title="No silent execution" icon="ban">
    Retina Wallet never executes a transaction without your explicit on-screen confirmation.
  </Card>

  <Card title="No autonomous decisions" icon="robot">
    There is no autonomous execution mode in v1. Every trade alert requires your manual approval.
  </Card>

  <Card title="No fund custody" icon="vault">
    RetinaOS never holds or custodies your funds at any point in the flow.
  </Card>
</CardGroup>

## Entry Point

Retina Wallet is accessed from within **Retina Terminal** — not as a separate product or acquisition funnel. After you explore tokens and follow wallets in the Terminal, you will see a natural prompt to **'Act on this intelligence'** via the wallet companion. The transition from research to execution is designed to feel seamless, because the intelligence powering both is the same.

## Supported Wallets

<CardGroup cols={3}>
  <Card title="MetaMask" icon="circle-check">
    Supported via browser extension and MetaMask mobile.
  </Card>

  <Card title="WalletConnect-compatible" icon="circle-check">
    Includes Rainbow, Coinbase Wallet, Trust Wallet, and any other WalletConnect v2 wallet.
  </Card>

  <Card title="EVM-compatible wallets" icon="circle-check">
    Any EVM-compatible wallet configured for Robinhood Chain will work with Retina Wallet.
  </Card>
</CardGroup>
