# How to claim assets when Bond's liquidated/matured - For holders

### Pre-conditions&#x20;

You can claim assets in 1 of 2 cases following:&#x20;

**1. A bond reaches its maturity date**&#x20;

Once the bond reaches its maturity date, issuers repay on schedule.&#x20;

At this point, you can claim back face assets.&#x20;

{% hint style="info" %}
Claimable Face Asset = Bond unit holding \* face value \
In which: Bond unit holding = total bond units in your wallet

*For example: At the time POSI Bond 04 is matured, you are holding 100 units. The price that the issuer pays for each bond is 3 BUSD. Your claimable face asset is 100\*3=300 BUSD.*
{% endhint %}

**2. A bond is liquidated**&#x20;

A bond is liquidated when underlying assets/Face Assets TWAP reach the liquidation price or the bond issuer does not repay on schedule.&#x20;

At that point, you can claim your collateral according to the ratio of your holding amount to the total sold amount of bonds. &#x20;

{% hint style="info" %}
Claimable Underlying Asset = \[Total Collateral amount / Total bonds sold] \* Bond unit holding \
In which: Bond unit holding = total bond units in your wallet

*For example: At the time  POSI Bond 03 is liquidated, you are holding 100 units with the total collateral amount is 250 BUSD and the amount of bond sold is 80. Your claimable underlying asset is 250/80\*100=312,5 BUSD.*
{% endhint %}

### How to claim assets&#x20;

**Step 1:** In the bond list, choose the matured/liquidated bond you want to claim assets and click the **Claim** button.

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

**Step 2**: In the **Claimable face asset** section, click the **Claim** button.

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

Then, confirm the action in your wallet.

<figure><img src="/files/0F0xP8u2EBvZg2PBifjF" alt=""><figcaption></figcaption></figure>

After the transaction is successful, your face asset/underlying asset will be claimed to your wallet.


---

# 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.position.exchange/products/position-p2p-bond/users-guide/how-to-claim-assets-when-bonds-liquidated-matured-for-holders.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.
