# System Model

WaveSwaps operates as a **single system** exposed through **two independent execution terminals**.

### Conceptual structure

* **Lobby**\
  A neutral entry point that presents available terminals and historical proof views.
* **Terminal A — Teleport**\
  A cross-chain execution interface for inventory-backed token movement.
* **Terminal B — Recycle**\
  A processing interface for permanently removing tokens from circulation and recording participation state.

Each terminal:

* operates independently,
* has its own execution rules,
* does not share balances or guarantees with the other.

Shared branding does not imply shared mechanics.

### Key constraints

* Execution is explicit and user-initiated.
* State is recorded, not owed.
* No terminal implies value preservation or recovery.
* Outcomes are bounded by on-chain rules only.

This model exists to prevent misuse, misinterpretation, and assumption of financial guarantees.


---

# 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.waveswaps.com/system-model.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.
