# Warp

TEOS users can look for offers and execute the trades in order to get specific amount of sparks of desired asset in exchange to specific amount of sparks of offered asset using warp search and warp execution functionality. Warp is a chain of supplies that is automatically defined on-the-fly based on a mathematical optimization algorithm where the supplies, available in TEOS Platform at the moment, play the role of chain links.

Warp search is referred to a process of identifying possible chains of supplies based on the following criteria:

* unique asset id of offered asset
* unique asset id of desired asset
* amount of sparks of desired asset to get OR amount of sparks of offered asset to pay - you can define **only one** of these parameters

📘 [Learn more](/resources/using-the-teos-api/concepts/warp.md) about warps.


---

# 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://teos-docs.coreledger.net/guides/warp.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.
