# The ONCHAIN® Protocol Network (OPN)

OPN (pronounced “open”) is the deterministic execution layer beneath *ONCHAIN®* — fulfilling BuyIntents natively on each chain.

### Core Components

#### **1. BuyIntent**

A canonical, tamper-proof representation of a user’s request:

* Token
* Chain
* Amount
* Wallet
* Timestamp

#### **2. IntentRegistry**

An on-chain anchor guaranteeing:

* Transparency
* Non-repudiation
* Replay protection

#### **3. Deterministic Execution**

OPN uses:

* Prefunded USDC Solver Treasuries
* Local DEX routing
* Guaranteed settlement
* Predictable execution behavior

#### **4. Local, Native Settlement**

Tokens settle on their home chain.\
No bridging.\
No wrapping.\
No synthetic IOUs.

#### **5. Solver Treasuries**

Execution liquidity:

* Non-custodial
* USDC-denominated
* Fully withdrawable
* Rebalanced automatically

***

### Execution Flow

1. Gateway verifies payment
2. Gateway broadcasts BuyIntent
3. OPN swaps USDC → token
4. Token settles to the user wallet
5. Treasury rebalances as needed

***

OPN turns a link into confirmed ownership — deterministically and globally.


---

# 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://docs.onchain.money/getting-started/the-onchain-r-protocol-network-opn.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.
