> For the complete documentation index, see [llms.txt](https://community-realt.gitbook.io/tuto-community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community-realt.gitbook.io/tuto-community/la-communaute-realt/swap.md).

# Sites d'échange (swap)

Les applications Web 3 (qui s'accèdent avec un wallet) sont généralement constituées de deux parties : les smart contrat (le coeur de l'application) et une interface (ou front-end, pour la présentation).\
\
Pour les échanges de RealTokens, il y a deux smart contrat :\
\- Swapcat (utilisé à l'origine de Realt),\
\- YAM (développé par la suite par RealT).

Coté Front-End :\
\- celui de Swapcat (très rudimentaire), avait été complété par la communauté d'un [dashboard](#lancien-dashboard-swapcat) (plus disponible).\
\- celui de YAM a été complété de par la communauté de plusieurs applications :

\- Les applications Web, qui affichent l'ensemble des offres avec des outils d'analyse (et basculent vers les deux smart contrat, pour l'exécution des transactions) : [Pit'Swap qui évolue vers Pit'BI](#pitswap-et-pitbi) et [rent tracker](#site-de-ehpst-realt-rent-tracker),\
\- Les "robots" Telegram qui affichent de façon chronologique les offres créées ou modifiée : RealT OTC (<https://t.me/RealTokenOTC> ) et RealT YAM Offers (<https://t.me/realtyamoffers> ),\
\- Une application qui permet de créer/ modifier une offre et d'agir à partir de son numéro d'offre : [YamByOfferID](#yambyofferid)\\

{% hint style="info" %}
Les sites ci-après, vérifient (via l'API RealT) que les tokens échangés ne sont pas de [faux token](https://realt.co/warning-malicious-activity-on-swap-cat-involving-fake-realtokens/)s.
{% endhint %}

## Pit'Swap et Pit's BI

<https://pitswap.netlify.app>

<figure><img src="/files/C8S3nQxOU270TzCVQqJ8" alt=""><figcaption></figcaption></figure>

<https://realt.pitsbi.io/>

<figure><img src="/files/Kxn0MP5cFnEa00edBiwP" alt=""><figcaption></figcaption></figure>

## Site de Ehpst (RealT rent tracker)

<https://ehpst.duckdns.org/realt_rent_tracker/top_market_by_yield>

<figure><img src="/files/qtrVxoKgMTcB8YayU8nf" alt=""><figcaption></figcaption></figure>

## YamByOfferID

<https://yambyofferid.netlify.app/>

<figure><img src="/files/EyMDOeS97D0v7MgQlLz9" alt="" width="317"><figcaption></figcaption></figure>

## L'ancien Dashboard Swapcat

<https://dashboard.realtoken.community/swapcat> (**plus disponible**)

<figure><img src="/files/WeZN1ltjKNPk39C0vJFz" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://community-realt.gitbook.io/tuto-community/la-communaute-realt/swap.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.
