> For the complete documentation index, see [llms.txt](https://developers.term.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.term.finance/term-finance-protocol/term-repo/term-repo-token/initialization-parameters.md).

# Initialization Parameters

| Parameter       | Method                  | Description                                                                                                                                           |
| --------------- | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| mintExposureCap | Initialized By Deployer | A uint256 number setting the limit on the amount of tokens that can be minted by users with `MINTER_ROLE` outside of a Term Auction                   |
| redemptionValue | Initialized by Deployer | A uint256 number setting the Term Repo Token to purchase token redemption ratio (typically 1:1)                                                       |
| decimalPlaces   | Initialized by Deployer | A uint8 number specifying the number of decimal places the Term Repo Token will be intialized with (typically set equal to underlying purchase token) |
