# On-Chain Verification

<figure><img src="/files/qwoKpNUVuRhyjwYjNZF3" alt=""><figcaption></figcaption></figure>

### Complete Transparency

Every platform action creates an immutable blockchain record. Anyone can verify operations independently without trusting the platform.

**Verifiable Actions:**

* Repository creation and ownership
* Code commits and timestamps
* Payment transactions
* Governance decisions
* Permission changes

### Proof of Contribution

Contributions create permanent, verifiable proof of work. Each contribution links your wallet address to specific code changes with cryptographic proof.

**Verification Process:**

1. Find transaction hash in wallet
2. Look up on block explorer
3. See smart contract interaction
4. Verify Arweave storage ID
5. Retrieve actual code content

### Audit Trail

The combination of blockchain and Arweave creates comprehensive audit trails. This satisfies compliance requirements while providing complete transparency.

**Audit Capabilities:**

* Complete code history
* Payment records
* Permission changes
* Timestamp verification
* Regulatory compliance


---

# 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.os.codes/core-architecture/on-chain-verification.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.
