# Wallet Intelligence

Wallet Intelligence is your on-chain awareness surface. Track Solana wallets, watch their activity in real time, organise them into groups, set alert rules for the moves that matter, and turn on-chain events into ready-to-post content.

### What you'll see

The page opens on six tabs across the top. Counts on each tab badge tell you how much is in scope.

#### Tracked Wallets

Your watchlist of monitored Solana wallets. Each row shows the label, address, category, group, and a "Live" indicator if real-time monitoring is on.

* Search by label or address; filter by category, chain, or group
* **Add wallet** — paste an address, label it, assign a category, group, and notes
* Edit a wallet inline to change its label, category, group, or notes
* Toggle **Live monitoring** on a wallet to receive on-chain events for it
* Mark a wallet **Safe for content** when it's appropriate to reference in published posts
* Click a row to open the [Wallet Detail](#wallet-detail-page) page

#### On-Chain Feed

A live stream of transactions from your monitored wallets. Events are enriched with USD valuations and AI-generated summaries.

* Filter by event type or wallet
* Click an event to see the full transaction detail
* **Backfill 1000** pulls in the last 1,000 transactions for a wallet so you start with history rather than a blank feed
* **Send to Content Studio** turns an event into an intelligence note prefilled in [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
* The enrichment pipeline runs automatically — pending events get USD values and AI summaries on the next pass

#### Alert Rules

Define what counts as a notable move. Rules trigger alerts that surface in the bell icon at the top right of the page.

* Create a rule by picking a target wallet (or group), a condition (e.g. whale outflow over a threshold, competitor swap, treasury movement), and a severity
* Edit a rule to adjust threshold or scope
* Delete rules you no longer need
* Triggered alerts show severity, title, summary, and timestamp. Mark them read individually or all at once

#### Activity

A manual transaction log kept for legacy data. New work should use the On-Chain Feed; this tab is read-mostly and will be consolidated over time.

#### Groups

Organise wallets into named buckets — for example "Team Wallets", "Whale Watch", or "Treasury". Groups can be coloured and used as a filter throughout the page.

* Create a group with a name, optional category, colour, and visibility
* Edit colour or rename
* Delete a group (members are unassigned, not deleted)

#### Analysis

AI analysis reports generated on demand for a set of wallets or groups. Each report includes a written summary, a suggested X post, a thread outline, a newsletter angle, and a manual verification checklist.

* **Run Analysis** opens a modal. Pick the wallets or groups you want covered and generate
* Click a report to expand the full output
* **Send to Content Studio** drops the suggested post or thread into [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
* Delete reports you don't need

### Header controls

* **Refresh** reloads everything on the page
* **Run Analysis** kicks off a new AI analysis report
* The bell icon shows unread alerts; click to acknowledge
* The stat strip surfaces Total Wallets, Transactions, Inflows (USD), and Outflows (USD)

### Wallet Detail page

Click any tracked wallet to open its detail page. You get three tabs:

* **Overview** — total USD value, token count, tracked transactions, an adaptive net-flow figure (24h, 7d, or all-time depending on activity), and the top counterparties by volume
* **Wallet Chart** — a daily inflow vs outflow timeseries plus a counterparty graph
* **Forge Map** — a network graph of related wallets, counterparties, and DeFi protocols

Header actions:

* **Refresh Balances** pulls live SOL balance, token holdings, and USD valuations, and re-runs enrichment on past events
* **Backfill 1000** imports the last 1,000 transactions, then runs enrichment and alert evaluation
* The address has a copy button and a Solscan link

### Workflow

1. Add the wallets you care about and assign them to groups
2. Turn on **Live monitoring** for the ones you want real-time events from
3. Backfill history so the On-Chain Feed has context
4. Define a few Alert Rules for the moves that matter
5. When something interesting fires, run Analysis or send the event straight to [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)

### Tips

* Group wallets by intent (Treasury, Competitors, Whales) — it makes Alert Rules and Analysis much sharper
* Mark wallets **Safe for content** only when you're comfortable referencing them publicly
* Use Backfill 1000 the first time you add an important wallet so the feed isn't empty

### Related

* [Token Intelligence](/thecontentforge-docs/intelligence/token-intelligence.md) — track tokens alongside the wallets that hold them
* [DeFi Intelligence](/thecontentforge-docs/intelligence/defi-intelligence.md) — vault and lending positions for tracked wallets
* [Execution Intelligence](/thecontentforge-docs/intelligence/execution-intelligence.md) — quality-check swaps before posting about them
* [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md) — destination for events, alerts, and analysis reports
* [My Account](/thecontentforge-docs/feature-guides/my-account.md) — link a personal Solana wallet via Solflare

### Safety

Wallet Intelligence is read-only. TheContentForge does not custody funds, hold private keys, sign transactions, or move assets — and you never paste a private key anywhere on the platform. See [Web3 safety & guarantees](/thecontentforge-docs/reference/faq.md#web3-safety) for the full set of guarantees that apply across every Intelligence module.


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/intelligence/wallet-intelligence.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.
