# Public Swap Pool

## **How it works:**&#x20;

* To pick up a Poser from the pool - you need to add your Poser to the pool
* You can add more than one Poser at a time. When adding a Poser you will get a counter of your tokens in the pool
* You can always take a Poser back if someone didn't take one before you, or you can take any other Poser.

{% hint style="info" %}
Inside the pool, all Posers are equal, but we will still display rarities there.
{% endhint %}

## Interface overview

<figure><img src="/files/MvaIwS0SRsTZJWesJxV4" alt=""><figcaption><p>Main interface of Posers Swap Tool</p></figcaption></figure>

1. Public Pool section with all available tokens for swap
2. Private Pool section
3. Number of available tokens in the Public Pool
4. The number of tokens you put in the pool and can take back
5. A notification bell for incoming and outgoing swaps

## Put Posers to the Public Pool

* Switch to the **Put in the pool** tab and select tokens you want to put in the public pool
* Click **Proceed** to start the process

Two transactions will appear in your wallet in a sequence:

* The first to allow the contract to interact with your Posers.
* The second is to move the token to the Public Pool.

**Both transactions require a gas fee.**

{% hint style="warning" %}
If you are using the Public Pool for the first time, you must first give permission to interact with your tokens. Gas fees are required once per collection.
{% endhint %}

<figure><img src="/files/bap6hr7w7XwZbpLhDLoE" alt=""><figcaption><p>Transaction to approve contract interaction with your Posers</p></figcaption></figure>

**Next transaction** sends the selected tokens to the Public Pool.&#x20;

{% hint style="info" %}
Requires a gas fee each time a token is sent to the pool.
{% endhint %}

After confirming the transaction, you can see the total number of tokens you sent to the pool. The same number of tokens you can take from the Public Pool to yourself.

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

## Get Posers from the Public Pool

To get Posers from the Public Pool, select tokens from the list. Use the filters on the left to display tokens with specific traits. You can take from the pool only the number of tokens that you previously put into the pool.

After selecting, confirm your choice with the purple **Proceed** button, and then confirm the transaction in your wallet. Once the transaction is confirmed, the selected Posers will be in your wallet!

<figure><img src="/files/RTSzl89iES0ATQyUJr8u" alt=""><figcaption><p>For example, I take two Posers from the pool for myself</p></figcaption></figure>

{% hint style="success" %}
To be extra secure, review the information in [this section](/info/important/additional-security.md).
{% 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.posers.app/info/posers-swap-tool/public-swap-pool.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.
