Skip to content

feat(docs): add redemption queue guide#948

Merged
fassko merged 2 commits intomainfrom
feat/fassets-redemption-queue-guide
Oct 7, 2025
Merged

feat(docs): add redemption queue guide#948
fassko merged 2 commits intomainfrom
feat/fassets-redemption-queue-guide

Conversation

@fassko
Copy link
Collaborator

@fassko fassko commented Oct 2, 2025

No description provided.

@fassko fassko requested a review from dineshpinto as a code owner October 2, 2025 12:12
@fassko fassko self-assigned this Oct 2, 2025
## Overview

In this guide, you will learn about the redemption queue and how it functions.
You will also learn how to get redemption tickets using the [IAssetManager](/fassets/reference/IAssetManager) smart contract.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[AssetManager] without an I. The link can reference the interface, but you're not getting the data from the interface but from an actual contract.


## How It Ties Together

The `redemptionQueue` function provides the **global** ticket order, where each ticket is linked to a **specific agent**. The agent associated with each ticket must fulfill their part of the redemption.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline after .

The `maxRedeemedTickets` system setting defines the maximum number of tickets that can be redeemed in a single request.
This setting is used to prevent high gas consumption and ensure the fairness of the redemption process.

To get the `maxRedeemedTickets` setting, you can use the [getSettings](/fassets/reference/IAssetManager#getsettings) function from the [IAssetManager](/fassets/reference/IAssetManager) smart contract.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

@fassko fassko force-pushed the feat/fassets-redemption-queue-guide branch from 09f16e1 to c049ad6 Compare October 3, 2025 13:08
@fassko fassko force-pushed the feat/fassets-redemption-queue-guide branch from f8fac70 to ae4d195 Compare October 6, 2025 08:33
@fassko fassko force-pushed the feat/fassets-redemption-queue-guide branch from ae4d195 to 80d6f67 Compare October 7, 2025 15:01
@fassko fassko merged commit 0f83985 into main Oct 7, 2025
14 checks passed
@fassko fassko deleted the feat/fassets-redemption-queue-guide branch October 7, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants