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

# Level 2 — + Outcomes

> Submit a real payment, release, or evaluation once for a flat XP bonus.

Level 2 uses the same MCP and the same connected folder as Level 1 — it just adds one more tool and one more scope, for the moments where something big actually happened in real life.

## Add the scope

Your key needs `rhp:outcome` in addition to whatever Level 1 scopes it already has. Add it from the [Key Console](/api-keys/rotating-and-revoking) if your existing key doesn't have it yet — no need to re-install anything.

## Submitting an outcome

Call `reality_harness_submit_outcome` with the outcome kind. Three flat V3 outcomes exist today:

| Outcome            | XP   |
| ------------------ | ---- |
| `proof.payment`    | 1000 |
| `proof.release`    | 750  |
| `proof.evaluation` | 500  |

The tool queues offline the same way `submit_progress` does if Conquoreum's backend is briefly unreachable — nothing is lost to a network blip. Whatever `serverNote` comes back is surfaced to you verbatim (for example, a duplicate submission is safely rejected rather than double-awarded).

<Note>
  Outcomes are meant for real, discrete events — a payment that landed, a release that shipped, an evaluation you passed — not for routine day-to-day work, which Level 1 already covers continuously.
</Note>
