# /checks

<figure><img src="/files/nZLPfPlhlwemzTa49KGY" alt="" width="310"><figcaption></figcaption></figure>

### (createcheckxrp)

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

Create a XRP check. You will need to fill the next fields:

* address: Your address
* destination: The destination address.
* Sendmax: The amount for the check.
* InvoiceID: Optional ID text.

### (createchecktoken)

Create a IOU Token check. You will need to fill the next fields:

<figure><img src="/files/347uYhgra2FeWVM8hbY2" alt=""><figcaption></figcaption></figure>

* address: Your address
* destination: The destination address.
* Sendmax: The amount for the check.
* currency: Name of the iou token currency, for example: ABC
* issuer: The issuer address of the iou token
* InvoiceID: Optional ID text.

### (cashxrpexactamount)

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

Try to cash that exact XRP amount of a existing check. You will need to fill the next fields:

* address: Your address
* checkid: The ID of the check (LedgerIndex)
* amount: The amount you want to cash.

### (cashxrpflexibleamount)

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

Try to cash at least this minimum XRP amount of a existing check. You will need to fill the next fields:

* address: Your address
* checkid: The ID of the check (LedgerIndex)
* delivermin: The minimum amount at least you want to cash.

### (cashtokenexactamount)

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

Try to cash that exact token amount of a existing check. You will need to fill the next fields:

* address: Your address
* checkid: The ID of the check (LedgerIndex)
* currency: Name of the iou token currency, for example: ABC
* issuer: The issuer address of the iou token
* amount: The amount you want to cash.

### (cashtokenflexibleamount)

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

Try to cash at least this minimum token amount of a existing check. You will need to fill the next fields:

* address: Your address
* checkid: The ID of the check (LedgerIndex)
* currency: Name of the iou token currency, for example: ABC
* issuer: The issuer address of the iou token
* delivermin: The minimum amount you want to cash at least.

### (cancelcheck)

<figure><img src="/files/G8BSsLGr70vEI16uvT3a" alt="" width="563"><figcaption></figcaption></figure>

Cancel a created check. You will need to fill the next fields:

* address: Your address
* checkid: The ID of the check (LedgerIndex)


---

# 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://buddyguides.gitbook.io/xrpl-buddy/general-commands/checks.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.
