# DeFi Intelligence

DeFi Intelligence is Kamino-powered read-only DeFi context. Browse Kamino vaults across both Earn and Liquidity products, watchlist the ones you care about, monitor lending markets, query wallet positions for liquidation context, and turn findings into structured content angles. TheContentForge never holds funds and never makes deposits, withdrawals, or trades on your behalf.

### What you'll see

Six tabs. Use the ones that match how you work — vault watchers will live in Vault Explorer; positions-focused teams will spend more time in Wallet Positions.

#### Vault Explorer

Browse and discover Kamino vaults across both product types.

* Search by vault name, token name, or address
* **Product filter** — toggle between **All Products**, **Earn Vaults**, and **Liquidity Vaults**
* Strategy filter for finer slicing within a product type
* Sortable columns: TVL, APY, 7-day APY, fee APY
* Each row shows an **Earn** or **LP** badge so the product type is visible at a glance
* Click a row to expand the full vault profile — strategy type, status, share mint, total deposits, price range, current pool price, in-range status, cumulative P\&L, reward mints, and accepted collateral
* **Add to Watchlist** pins the vault for ongoing tracking
* **Open in Kamino** jumps to the corresponding vault on the Kamino app — Earn vaults open the Earn page, Liquidity vaults open the Liquidity page

#### Earn Vaults vs Liquidity Vaults

Kamino offers two distinct vault products. Vault Explorer surfaces both side-by-side so you can compare them without leaving the page.

* **Earn Vaults (kvaults)** — Single-asset deposit vaults that lend the underlying token across Kamino's lending markets. Useful when you want yield context on a single asset (e.g. SOL, USDC, JTO) without taking concentrated-liquidity risk. Per-vault metrics include rolling APY windows (24h / 7d / 30d / 90d / 180d / 365d), cumulative interest earned, and holder count.
* **Liquidity Vaults (LP)** — Two-asset concentrated-liquidity strategies on Orca, Raydium, and other Solana DEXes. Useful for traders, market-makers, and content angles about LP performance, fee APY, or in-range time.

#### My Watchlist

Your tracked vaults with at-a-glance trend data.

* Each card shows a 7-day APY sparkline alongside current TVL and APY
* **Save Snapshot** captures TVL and APY at click time, so you can compare moves later
* **Send to Content Studio** turns the vault into a prefilled angle note in [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
* Remove vaults from the watchlist when you're done with them

#### Lending Markets

Browse Kamino lending markets with supply, borrow, and utilisation context.

* Sortable table: supply APY, borrow APY, total supply, utilisation %
* Expand a row for market-level detail
* **Save Snapshot** caches the market state for later comparison

#### Wallet Positions

Query a wallet's DeFi footprint — vault shares (with P\&L) and lending deposits with collateral values.

* Wallets from your [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md) tracked list auto-populate
* Use the manual address box to inspect external wallets ad-hoc
* **Draft Liquidation Alert** creates a flagged angle note in Content Studio when you spot a position at risk — useful for breaking-news posts on cascading liquidations

#### Points & Airdrops

Token farming and points-earning opportunities tied to vaults you're watching.

* Each opportunity shows the relevant vault, the points programme, and the current angle worth covering
* **Send to Content Studio** prefills the angle in [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)

#### AI Analysis

Generate multi-vault analysis reports.

* Select vaults and click **Generate**
* Reports include summary, suggested angles, key metrics, liquidation risks, and arbitrage angles where applicable
* **Send to Content Studio** pushes the report into [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
* Delete reports when done

### Header controls

* **Refresh** reloads vault and lending market data
* The stat strip shows Watched Vaults, AI Reports, TVL-weighted APY, and total TVL across your watchlist

### Workflow

1. Use Vault Explorer to surface candidates — sort by APY or filter by strategy
2. Add anything interesting to your watchlist and snapshot it so you can prove the move later
3. Pull Wallet Positions for any tracked wallet that holds DeFi exposure — that's where liquidation-risk content comes from
4. Run AI Analysis across a small set of vaults to get a written angle, then push it to [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)

### Tips

* Snapshots only capture the moment you click them — snapshot regularly during volatile periods, not after the fact
* Liquidation-risk drafts are an excellent breaking-news input; combine them with [ForgeSays](/thecontentforge-docs/feature-guides/forge-says.md) for market context
* For Web3 Project orgs, send vault and yield analysis through Content Forge using **Summarize the project** when the vault is part of your own protocol

### Related

* [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md) — wallets whose DeFi positions you can query here
* [Token Intelligence](/thecontentforge-docs/intelligence/token-intelligence.md) — tokens behind the vaults and lending markets
* [Execution Intelligence](/thecontentforge-docs/intelligence/execution-intelligence.md) — execution quality checks for the swaps these positions imply
* [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md) — destination for vault angles, snapshots, and AI reports

### Safety

DeFi Intelligence is read-only. TheContentForge does not custody funds, hold private keys, execute transactions, or provide financial advice. 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/defi-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.
