# Fieres SWAP AMM

This document provides an overview of the Fieres swap smart contracts.

**Understanding Fieres swap:**

**Key Components:**

* **Core Contracts:** These are the fundamental contracts that ensure security for users interacting with Fieres swap. They are minimal and designed for ease of reasoning and security. The core contracts include a factory for creating liquidity pools and individual pool contracts.
* **Periphery Contracts:** These contracts interact with the core contracts but are not essential components. They offer functionalities like facilitating swaps and integrations.

**Resources:**

The Fieres swap documentation offers various resources for further exploration, including guides, technical references, and API information. You can find these resources on the official Fieres swap Docs website.


---

# 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.dexapps.fieres.io/fieres-swap-amm.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.
