> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/products/arps/minting-and-claiming-notes.md).

# Minting & Claiming Notes

### Minting Notes

Here is a step-by-step guide to minting notes on your account in an ARP contract:

* Go to your ARP contract, click on the **Details** button to expose its panel and at the bottom left of your ARP's panel, click on your account's ID (in the image below, we clicked on 4 since that is our account ID):

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

* In your control panel's menu, click on the **Transfer To Note Payable** button

<div><figure><img src="/files/mmXXHHvZ75FIoZW7cEBC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qw7GzalELfSRRwHweQug" alt=""><figcaption></figcaption></figure></div>

* Fill in the form and validate the transaction.

Congratulations! You have successfully minted a note to transfer part or all of your future revenue onto a note. You can sell that note on the [ARP eCollectibles' channel](https://www.payswap.org/cancan/collections/283) in order to access your future revenue now.

### Claiming Notes

Whenever a note you've purchased is due, you can claim it through its ARP contract. Here is a step-by-step guide to doing that:

* Find the ARP contract of the note you've purchased on the [ARPs page](https://payswap.org/arps)
* Click on the **Details** button to expose the panel of your ARP and click on its **Control Panel** button

<div><figure><img src="/files/V3qW2E1AZa6zq2tlL53e" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZJSCp7e8Fq5Geh23D4pV" alt=""><figcaption></figcaption></figure></div>

* Click on the **Claim Note** button from the control panel's menu, fill in your note's token ID, and validate the transaction.

Congratulations! You have successfully claimed your note's earnings.

[Get further support from the community here.](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# 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://docs.payswap.org/products/arps/minting-and-claiming-notes.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.
