> For the complete documentation index, see [llms.txt](https://parallel-game.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://parallel-game.gitbook.io/docs/agents/agent-system-clawparallel.md).

# Agent System — ClawParallel

## What Is ClawParallel

ClawParallel is a specialized agent created exclusively for PARALLEL.

It is **not a generic AI agent** and **not an autonomous player**.

Its role is to:

* Assist users in navigating the PARALLEL ecosystem
* Provide structured insights and guidance
* Act as an interaction layer for future automation

ClawParallel does not replace players — it augments understanding and interaction.

## Design Philosophy

ClawParallel follows three core principles:

* **Game-first**: all outputs are designed to improve player experience
* **Permission-first**: no implicit authority or custody
* **Transparency**: actions are explainable and auditable

The agent exists to reduce friction, not to abstract away ownership or decision-making.

## Core Capabilities

Initial capabilities of ClawParallel include:

* Explaining card mechanics and interactions
* Assisting with deck understanding and strategy suggestions
* Providing contextual information during gameplay
* Helping users understand progression and history

All suggestions are advisory and non-binding.

## Interaction Model

ClawParallel operates entirely off-chain.

{% stepper %}
{% step %}

### User request

User requests assistance or information.
{% endstep %}

{% step %}

### Off-chain processing

ClawParallel processes context off-chain.
{% endstep %}

{% step %}

### Structured response

Structured responses are returned to the user interface.
{% endstep %}
{% endstepper %}

ClawParallel cannot directly execute gameplay actions or alter game state.

## Permissions & Safety

ClawParallel does not hold private keys.

Safety guarantees:

* Read-only access by default
* Explicit permission required for any extended scope
* No direct on-chain write access

User sovereignty is always preserved.

## Integration with PARALLEL Architecture

ClawParallel integrates with:

* Off-chain game engine (read-only)
* Match history and metadata systems
* Deck and card metadata APIs

It acts as a **contextual intelligence layer**, not a control layer.

## Future Expansion

Potential future directions for ClawParallel:

* Advanced deck analysis tools
* Training and onboarding modes for new players
* Developer-facing debugging and simulation tools

Any expansion will maintain the same permission-first constraints.

## Tokenomics

This section defines the **tokenomics framework** for the ClawParallel ecosystem token. The design prioritizes clarity, sustainability, and strict separation from PARALLEL’s official economy.

### Token Purpose

The ClawParallel token exists to:

* Coordinate incentives around the **agent layer**
* Reward meaningful ecosystem contributions
* Gate *optional* advanced tooling

The token is **not** required for gameplay and has no impact on core PARALLEL mechanics.

### Non‑Affiliation Disclaimer

Key constraints:

* The token is **not issued by PARALLEL**
* It is **not an official PARALLEL asset**
* It does **not** grant ownership, rewards, or rights within PARALLEL

This ensures zero economic coupling with PARALLEL’s in‑game or on‑chain systems.

### Utility Categories

Token utility is strictly **opt‑in** and additive:

Agent Utilities

* Access to advanced analysis modes
* Priority or extended agent context windows
* Experimental agent features

Ecosystem Incentives

* Rewards for community contributions (docs, data, tooling)
* Bounties for developer integrations
* Long‑term contributor alignment

Governance Signals

* Non‑binding signaling on agent feature direction
* No protocol‑level control over PARALLEL systems

### Supply & Emission Philosophy

Design principles:

* Predictable and transparent supply
* No inflation tied to gameplay
* Emissions linked to *contribution*, not extraction

Token distribution favors long‑term builders and ecosystem participants rather than short‑term speculation.

### Value Flow

Value accrues through:

* Voluntary usage of premium agent features
* Ecosystem participation and contribution
* Demand for high‑quality tooling and insights

There are **no mandatory fees**, no pay‑to‑win mechanics, and no hidden sinks.

### Sustainability Guarantees

ClawParallel tokenomics explicitly avoids:

* Gameplay monetization pressure
* Player lock‑in
* Economic dependency on PARALLEL

The agent layer remains helpful even with **zero token usage**.

This model ensures long‑term trust, composability, and ecosystem health.


---

# 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://parallel-game.gitbook.io/docs/agents/agent-system-clawparallel.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.
