> For the complete documentation index, see [llms.txt](https://switch-protocol-1.gitbook.io/switch-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://switch-protocol-1.gitbook.io/switch-protocol-docs/01-abstract.md).

# 1. Abstract

Token holders today face a binary choice: hold a reward token that pays in more of itself, or hold a productive asset and forfeit any claim on protocol revenue. Reward tokens denominated in their own supply are reflexive by construction — the yield is funded by the next buyer, and it evaporates the moment inflows stop. The alternative, a discretionary treasury that acquires real assets on holders' behalf, replaces one problem with another: it requires a manager, a mandate, and a set of privileged keys that can be turned against the people they were built for.

Separately, reward distribution is almost universally claim-gated. Holders must submit a transaction, pay gas, and remember to do it. Claims that cost more than they return are never made, and the unclaimed remainder accrues to whoever is large or sophisticated enough to bother. A mechanism advertised as passive is, in practice, a tax on inattention.

Switch addresses both as a single autonomous system on Robinhood Chain:

1. **The Switchboard** — a deterministic selection engine that scores every eligible tokenized equity once per hour against a fixed, public formula and commits the round's entire purchase budget to the single highest-scoring instrument. No manager, no mandate, no discretion.
2. **Push settlement** — a Merkle-committed distribution path that delivers the purchased equity directly into holder balances, with gas paid by the protocol. There is nothing to claim, stake, or lock; holding is the entire action.

The thesis is simple: **rewards should be denominated in assets the protocol does not issue, and selection should be arithmetic anyone can reproduce.** This document specifies the mechanism design, the mathematics governing scoring and settlement, and the risk model underlying both systems.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://switch-protocol-1.gitbook.io/switch-protocol-docs/01-abstract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
