> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/saturn-wallet-user-guide/sending-and-receiving-vouchers/creating-a-voucher.md).

# Creating a Voucher

Creating a voucher is as quick and easy as sending tokens, with the added step of selecting an unlock time.\
\
1\. Select the voucher tab from the Home Screen and click the ‘Create’ button

<figure><img src="/files/0uptnv6QXvjfjMg2cHcV" alt="" width="363"><figcaption></figcaption></figure>

2. Select your desired token

<figure><img src="/files/tJ2IkuQSyY2wIo2lCWUV" alt="" width="363"><figcaption></figcaption></figure>

3. Enter the amount and click the date section to select an unlock date

<figure><img src="/files/8myCjeWPMFpkue9xr3Yj" alt="" width="363"><figcaption></figcaption></figure>

4. From the date-picker, select the date when the voucher will expire and the funds will become available.

<figure><img src="/files/iuoyKPSA2GJoafLQKJ2I" alt="" width="365"><figcaption></figcaption></figure>

5. Add a memo (optional)
6. Confirm the Voucher details and click ‘Create Voucher’ to create the voucher.

<figure><img src="/files/4RgFwBuOROwMjfuUGDmR" alt="" width="363"><figcaption></figcaption></figure>

7. Once the confirmation screen appears, click ‘Continue’ to view the voucher details

<figure><img src="/files/QUVZUbqc2QJ7AA4pEV1w" alt="" width="363"><figcaption></figcaption></figure>

8. Download the voucher and share it with your recipient for redemption. Keep it secret, anyone with the code can claim the funds!

<figure><img src="/files/qmaUK51H2TBncc8aFaWY" alt="" width="363"><figcaption></figcaption></figure>

9\. View the voucher details. To view the code again, click ‘View Code’ to access the voucher code and QR again.

<figure><img src="/files/EDJr2HqeIx9ANelqAIoT" alt="" width="363"><figcaption></figcaption></figure>


---

# 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://circular-protocol.gitbook.io/saturn-wallet-user-guide/sending-and-receiving-vouchers/creating-a-voucher.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.
