# Sample Use Cases

## User scenario 1

In this scenario, no limit is reached, and the user sends principal tokens. The user wants to send 100 principal tokens to another chain. The contract will burn 100 principal tokens and send a message to LayerZero to mint 100 principal tokens on the other chain.

<figure><img src="https://github.com/parallel-protocol/bridging-module/raw/main/docs/bridgeableToken/assets/scenario-1.png" alt=""><figcaption><p>user scenario 1</p></figcaption></figure>

## User scenario 2

In this scenario, no limit is reached, but the user sends OFT tokens. The user wants to send 100 OFT tokens to another chain. The contract will burn 100 OFT tokens and send a message to LayerZero to mint 100 principal tokens on the other chain.

<figure><img src="https://github.com/parallel-protocol/bridging-module/raw/main/docs/bridgeableToken/assets/scenario-2.png" alt=""><figcaption><p>user scenario 2</p></figcaption></figure>

## User scenario 3

In this scenario, a mint limit is reached. The user wants to send 100 principal tokens XXX to another chain. The contract will burn 100 principal tokens XXX and send a message to LayerZero to mint 100 principal tokens XXX, but as the mint limit is reached, the user will receive OFT tokens lz-XXX on the other chain.

<figure><img src="https://github.com/parallel-protocol/bridging-module/raw/main/docs/bridgeableToken/assets/scenario-3.png" alt=""><figcaption><p>user scenario 3</p></figcaption></figure>


---

# 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.parallel.best/developers-hub/parallel-v2/bridging-module/sample-use-cases.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.
