# Execution Intelligence

Execution Intelligence is your pre-publish sanity check for swap-related content and on-chain prediction-market context. Quote any token swap through DFlow to see what execution would actually look like, archive an analysis report you can turn into a post, and browse prediction markets for narrative and event signals. TheContentForge does not execute trades, place bets, custody funds, or hold private keys.

### What you'll see

Three tabs.

#### Quote Check

The drafting surface. Configure a swap and run it through DFlow to see what execution would actually look like — **without ever sending a transaction**.

* **Input token** dropdown — pick from common stables, or paste a mint
* **Output token** — paste the Solana token address
* **Amount** — enter in human-readable decimal units (e.g. `100` for 100 USDC); the page handles the lamport conversion for you
* **Slippage** — expressed as a percentage (e.g. `0.5` = 0.5%)

Three actions on the result:

* **Check execution** — returns a quality badge (Excellent / Good / Fair / Poor), expected output amount, price impact %, liquidity context (USD), token price, route hop count, and the venues that make up the route. Liquidity warnings appear inline when relevant.
* **Fetch raw quote** — exposes the underlying quote JSON in a collapsible panel for verification.
* **Generate AI report** — produces a stored execution report with summary, content angle, suggested social posts, and a manual verification checklist.

Quote Check is read-only. It is a quote API call — no signing, no approvals, no transactions.

#### Execution Reports

The archive of saved reports. Each card shows the title, quality badge, confidence tag, creation timestamp, summary, and content angle in italics.

Per-card actions:

* **Send** pushes the report and its suggested social posts into [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
* **Details** expands input mint, output mint, amount, slippage, suggested X post, suggested thread (numbered), newsletter blurb, and the manual verification checklist
* **Delete** removes the report

#### Prediction Markets

A discovery and analysis surface for on-chain prediction markets. Prediction Markets is for **research, context, and content angles only** — TheContentForge does not execute prediction-market trades, place bets, facilitate wagers, custody funds, or hold private keys. Availability and content may depend on provider support and your jurisdiction.

Five sub-tabs inside the Prediction Markets tab:

* **Discover** — Browse the cached market catalogue. Search by keyword, filter by category, tag, and status (active / closed / resolved). Each market card shows title, volume, end date, and a one-line summary you can pin or skip.
* **Watchlist** — Pin markets you want to track and attach a short editorial note to each. Watchlisted markets feed the Activity and Signals views.
* **Activity** — A read-only feed of recent prediction-market activity tied to your watchlist and your tracked wallets. Use it as context for news posts or thread setups, not as trading signal.
* **Wallets** — Surfaces prediction-market positions held by wallets you already track in [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md). Read-only — nothing is initiated from TheContentForge.
* **Signals** — Highlights moving averages, volume anomalies, and momentum changes across the broader market catalogue. Signals are observations to react to editorially, not financial recommendations.

Each market card has two content actions:

* **Send to Content Studio** — drops the market title, summary, and current state into Content Forge as a prefilled angle note.
* **Generate angle** — runs an AI pass to suggest content angles, a posting cadence, and supporting framing for the market. The output is informational, not advisory.

If you want to act on a market, you do so off-platform — use the provided deep link.

### Header controls

* **Refresh** reloads reports and prediction-market context

### Hand-off from Token Intelligence

When you arrive on this page from a Token Intelligence link with an output mint pre-attached, the page auto-switches to **Quote Check** and prefills the form. That's the canonical "I want to post about a swap — let me sanity-check execution first" flow.

### Workflow

1. Open Quote Check from [Token Intelligence](/thecontentforge-docs/intelligence/token-intelligence.md), or paste the output mint by hand
2. Run **Check execution** — read the quality badge and price impact before going further
3. If it looks good, **Generate AI report** to capture the analysis
4. From Execution Reports, **Send** the suggested post into [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md)
5. For event-driven posts, browse the Prediction Markets tab for narrative context and pin anything you want to track. Use **Send to Content Studio** or **Generate angle** to draft around it.

### Tips

* Take liquidity warnings seriously — a "Poor" quality badge means anyone copying your post will get a worse fill than the headline price suggests
* Always run **Check execution** before **Generate AI report**; the report uses the latest checked quote
* The manual verification checklist on each report exists for a reason — walk through it before publishing anything financial
* Prediction-market activity makes great editorial context, but it is not a trade signal — keep posts framed as observation, not recommendation

### Related

* [Token Intelligence](/thecontentforge-docs/intelligence/token-intelligence.md) — the natural source of output mints for Quote Check
* [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md) — context on who's actually doing these swaps on-chain
* [Content Forge](/thecontentforge-docs/feature-guides/content-studio.md) — where execution reports become posts

### Safety

Execution Intelligence is read-only. TheContentForge does not execute trades, place bets, facilitate wagers, custody funds, hold private keys, or provide financial advice — including in the Prediction Markets tab. 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/execution-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.
