> For the complete documentation index, see [llms.txt](https://docs.campnetwork.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.campnetwork.xyz/introduction/l1-architecture.md).

# L1 Architecture

### **Tech Architecture: BaseCAMP and SideCAMPs**

Camp Network introduces a scalable architecture designed to overcome the high-latency challenges faced by dApps on traditional L1s. The system is built around two key components:

1. **BaseCAMP:** The primary Layer 1 blockchain optimized for IP management.
2. **SideCAMPs:** Application-specific chains that settle back to BaseCAMP, providing dedicated blockspace for each app.

<figure><img src="/files/qJ6VxTAVh0vglA1wImJM" alt=""><figcaption><p>BaseCAMP and SideCAMP architecture overview</p></figcaption></figure>

**Key Benefits**

* **Dedicated Blockspace:** Each app operates on its own SideCAMP, avoiding congestion and ensuring faster performance.
* **App-Specific Sequencing:**  Each Application controls app-native transaction flow and block production, enabling performance optimization and revenue capture.&#x20;
  * Sidecamps can use the camp node for sequencing with base sequencing to achieve lower latencies and align with the base layer.
* **Enhanced Security:** Interoperability between the CAMP ecosystem and external networks is secured by a Decentralized Verifier Network (DVN). This network monitors all transactions, votes on their validity, and achieves consensus through majority agreement. These verifiers derive economic security from the native token.
* **Developer-Friendly:** Sidecamps can support various runtime environments and submit state roots to the basecamp for settlement, creating opportunities for developers from different ecosystems to integrate with Camp. Runtimes such as the Solana Virtual Machine or Cosmos WASM can be settled on Camp using state roots, similar to optimistic rollups.&#x20;

This architecture ensures speed, scalability, and security while providing developers with tools to build high-performing, interoperable dApps.

### **Proof of Provenance Protocol: Origin + mAItrix**

Camp’s **Proof of Provenance Protocol** streamlines IP management and agent-driven workflows using two key frameworks:

* **Origin Framework:** Simplifies IP onboarding and remixing by abstracting complex onchain processes for a seamless user experience.
* **mAItrix Framework:** Enables the deployment and management of AI agents that can train on IP and generate new IP autonomously.


---

# 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:

```
GET https://docs.campnetwork.xyz/introduction/l1-architecture.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.
