# Token features

Source: https://docs.settlemint.com/docs/operators/token-features
Operator how-to pages for the eleven DALP token features, including which instrument templates attach each feature and how to configure their parameters.



The DALP platform supports eleven token features. Instrument templates attach a subset of these features to a new asset; the [system templates catalog](/docs/operators/asset-creation/system-templates) lists which features each template attaches.

This section covers the operator how-to per feature: what the feature does, which templates use it, what parameters the operator configures during creation, and how the feature behaves during day-to-day servicing. For the architecture and contract reference, see [token features architecture](/docs/architects/components/token-features).

## Feature catalog [#feature-catalog]

| Feature                                                                                 | Configures                                              | When templates include it                  |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------ |
| [Historical balances](/docs/operators/token-features/historical-balances)               | No operator parameters                                  | Almost every template                      |
| [Maturity redemption](/docs/operators/token-features/maturity-redemption)               | Maturity date, denomination asset, treasury, face value | Bond templates, CDs, structured notes      |
| [Fixed treasury yield](/docs/operators/token-features/fixed-treasury-yield)             | Rate, interval, treasury, denomination asset            | Bond, deposit, money-market-fund templates |
| [Voting power](/docs/operators/token-features/voting-power)                             | No operator parameters                                  | Equity, fund, real-estate templates        |
| [AUM fee](/docs/operators/token-features/aum-fee)                                       | Fee bps, recipient                                      | Fund, real-estate templates                |
| [Transaction fee](/docs/operators/token-features/transaction-fee)                       | Mint/burn/transfer fee bps, recipient                   | Fund template                              |
| [Transaction fee accounting](/docs/operators/token-features/transaction-fee-accounting) | Mint/burn/transfer fee bps, recipient                   | ETF template, asset-backed-token           |
| [External transaction fee](/docs/operators/token-features/external-transaction-fee)     | External fee token, amounts, recipient                  | Asset-backed-token                         |
| [Conversion](/docs/operators/token-features/conversion)                                 | Target token, discount, window, debt rules              | Convertible note, carbon credit            |
| [Conversion minter](/docs/operators/token-features/conversion-minter)                   | No operator parameters (companion to conversion)        | Paired with conversion                     |
| [Permit](/docs/operators/token-features/permit)                                         | No operator parameters                                  | Almost every template                      |

## How features attach [#how-features-attach]

Features attach when the Asset Designer deploys an asset from a template. The platform reads the template's `requiredFeatures` list, validates the [composition rules](/docs/architects/components/token-features/feature-constraints) (dependencies and mutually-exclusive pairs), and applies the resulting feature set during deployment.

Features that take configurable parameters surface in the wizard between template selection and the compliance step. Self-contained features (historical-balances, voting-power, conversion-minter, permit) attach without operator input.

## After deployment [#after-deployment]

Most feature parameters are restricted-mutable. Updates run through the governance-update path rather than free edit. The asset detail workspace exposes a per-feature tab where the operator inspects and operates the live feature.

## Read next [#read-next]

* [System templates catalog](/docs/operators/asset-creation/system-templates) for the template-to-feature mapping.
* [Feature constraints](/docs/architects/components/token-features/feature-constraints) for the dependency and incompatibility rules.
* [Asset detail workspace](/docs/operators/asset-servicing/asset-detail-workspace) for the post-deployment servicing surface.
