> 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/for-players/dealer-licenses.md).

# Dealer licenses

Dealers run the permissionless service that moves games forward. Anyone can run the software, but an active Dealer License is required to receive dealer rewards.

## Issuance is closed

Exactly **585 Dealer Licenses** were issued on mainnet. Primary issuance is permanently closed. The registry rejects both purchases and administrative grants, so there is no next mint price and no new supply path.

Existing license numbers and ownership remain valid.

## What an active license earns

| Source                  |                         Licensed dealer share |
| ----------------------- | --------------------------------------------: |
| Sit-and-Go service fees | 33.33% of the fee, allocated by credited work |

Dealer rewards depend on actual credited work. Holding a license without doing work does not create rewards.

## Active versus wrapped

An active license is a wallet-bound `DealerLicense` PDA. It can be wrapped one-for-one into a transferable MPL Core NFT:

```
active DealerLicense PDA
  -> owner signs wrap
  -> PDA closes
  -> one collection NFT is created
  -> NFT may be transferred or sold
  -> current NFT owner signs unwrap
  -> NFT burns and the same license number is restored
```

| State                   | Transferable | Eligible for dealer rewards |
| ----------------------- | -----------: | --------------------------: |
| Active registry license |           No |                         Yes |
| Wrapped MPL Core NFT    |          Yes |                          No |

Unwrap before operating if the credited wallet should receive dealer rewards.

## Collection and royalties

| Detail                 | Value                                          |
| ---------------------- | ---------------------------------------------- |
| MPL Core collection    | `FPNFTgwX7cZUWaQHfCzPrrSRAbtHK8jRbfoWNsfh1PC8` |
| Secondary-sale royalty | 5%                                             |
| Royalty recipient      | 100% Platform Fee treasury                     |

## Manage a license

Open `https://fast.poker/dealer/license`, connect the owner wallet, and choose Wrap or Unwrap. Wrapping requires the active license owner to sign. Unwrapping requires the wrapped NFT owner to sign.

Player identity, tournament rewards, and dealer licensing remain separate.
