> For the complete documentation index, see [llms.txt](https://docs.fast.poker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fast.poker/building-on-the-protocol/economics-actions.md).

# Economics actions

Current public economic actions are staking/reward claims and management of the 585 existing Dealer Licenses. Primary license purchases and token-listing bids are retired and rejected on chain.

## Program IDs

| Program            | Address                                        |
| ------------------ | ---------------------------------------------- |
| Steel tokenomics   | `FASTPjXb68fPW9JRYSBS3EDoaT6inz84GoqkPK52dsA9` |
| Dealer registry    | `pokerQBdo685uLSkpVSyZ1vWooPYYTUhGkeKAHyCmax`  |
| License wrapper    | `WRAPYBFx2VZoMz9wwZbBoYA7PHDu6MR4ygNVgHLYcUW`  |
| MPL Core           | `CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d` |
| License collection | `FPNFTgwX7cZUWaQHfCzPrrSRAbtHK8jRbfoWNsfh1PC8` |

## Burn and claim

Use the Steel instructions for burning Liquid $FP into permanent Burned $FP weight and claiming the wallet's accrued SOL or SPL reward balances. New weight starts at the current accumulator and cannot claim historical deposits.

## Wrap an active Dealer License

The owner signs the wrapper instruction with data byte `[1]`. Accounts, in order:

1. owner, signer and writable;
2. canonical `DealerLicense` PDA, writable;
3. wrapper dealer-authority PDA;
4. registry program;
5. registry PDA;
6. wrapper config PDA;
7. fresh MPL Core asset keypair, signer and writable;
8. canonical collection, writable;
9. collection-authority PDA;
10. MPL Core program;
11. System Program.

Wrapping closes the active registry PDA and creates one collection asset. The license cannot earn dealer rewards while wrapped.

## Unwrap

The current asset owner signs the wrapper instruction with data byte `[2]`. Accounts, in order:

1. owner, signer and writable;
2. wrapped asset, writable;
3. canonical collection, writable;
4. collection-authority PDA;
5. MPL Core program;
6. wrapper config PDA;
7. restored canonical `DealerLicense` PDA, writable;
8. wrapper dealer-authority PDA;
9. registry program;
10. System Program.

Unwrapping burns the asset and restores the same license number to the current owner wallet.

## Retired instructions

Do not submit `purchase_dealer_license`, `grant_dealer_license`, `place_bid`, or `admin_list_token`. Current policy rejects them. `restore_dealer_license` remains available only through the canonical wrapper CPI.
