# Teleport — Current Version

This page documents the **current, deployed Teleport terminal**.I

It defines:

* all visible fields,
* all computed values,
* all execution constraints,
* and all state transitions.

This field map is **authoritative**.\
If a behavior is not described here, it is not part of the system.

Teleport characteristics:

* deterministic execution,
* inventory-backed destination fulfillment,
* quote validation with expiry,
* irreversible on-chain settlement.

Teleport is:

* not a bridge,
* not a liquidity pool,
* not a market maker,
* not a price-optimization system.

Quotes define **execution bounds only**.\
They do not predict outcomes.

{% hint style="info" %}

### Terminal A — Token Teleport (internal hall)

**What it is**

* A deterministic, inventory-backed cross-chain execution mechanism.
* Tokens are consumed on the source chain and released from pre-funded inventory on the destination chain.
* Pricing references are derived read-only from public routers to validate execution bounds.

**What it is not**

* Not a bridge, liquidity pool, or automated market maker.
* Not a price-optimization or arbitrage system.
* Not a promise of best price, liquidity depth, or outcome.

**Quote disclaimer (verbatim, locked)**

Quotes define execution bounds only. Reference prices are read-only indices and do not predict outcomes. WaveSwaps provides execution access, not pricing guarantees.

**Field meaning (Teleport hall)**

* **Source network:** Chain where the user pays/consumes the source-side asset or fee.
* **Target network:** Chain where inventory is released.
* **Source token:** Token paid/consumed on source.
* **Target token:** Token released from destination inventory.
* **Amount:** User-specified amount to execute.
* **Quote:** Bounded execution parameters with expiry.
* **Inventory funded:** A display-only indication of available destination inventory.

**Non-meaning (Teleport hall)**

* Not a guarantee of execution if state changes before confirmation.
* Not a promise of best price.
* Not a market-making or liquidity guarantee.

***

{% endhint %}


---

# 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/terminal-a-teleport/teleport-current-version.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.
