# How to displace $PAWN?

### 1. Wait until Expiration

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

Via the schedule, you can see placed amount and corresponding expiration.

{% hint style="info" %}
Following the Voting Power decay schedule, Placing Time will all end on Thursday at 00:00:00 UTC, which is the breaking point.&#x20;

Placed $PAWN with the same Expiration will be aggregated on the same row.
{% endhint %}

### 2. Initiate Exit Stream

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

After expiration, $PAWN tokens that are no longer placed but still in the contract will be displaying under "Streamable". Click "Stream" to initiate an exit stream. Afterwards, "Streaming" will be showing the $PAWN amount that is in streaming process.&#x20;

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

{% hint style="info" %}
When initiate an exit stream, if there are still $PAWN in Claimable (tokens that have streamed out), those $PAWN will be rolled back to streaming process.
{% endhint %}

### 3. Claim

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

It will take 7 days for streaming process to complete. However, $PAWN will be released to "Claimable" every second. That is, for each second, "Streaming" area would decrease by X and "Claimable" area would increase by X.

Click "Claim" button to claim all the claimable $PAWN.


---

# 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://guide.pawnfi.com/pawnfi-safe/how-to-unlock-pawn-token.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.
