diff --git a/modules/marker-module.md b/modules/marker-module.md index 260a391..1f2a4e4 100644 --- a/modules/marker-module.md +++ b/modules/marker-module.md @@ -49,7 +49,7 @@ When a `marker` is created the address that submits the transaction is bound as | Action | Permission | Notes | | ------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Create New Marker | _unrestricted, governance_ | Depending on the module configuration the system may allow any account with appropriate gas to create a marker or the process may be restricted to requiring a successful governance proposal | -| Grant Access | `grant` | Allows adding additional access grants to the marker. Accounts with this permission are considered full administrators of the marker and may delegate or remove access for accounts. | +| Grant Access | `admin` | Allows adding additional access grants to the marker. Accounts with this permission are considered full administrators of the marker and may delegate or remove access for accounts. | | Increase Supply | `mint` | Allows `mint` (increase supply) for an active status marker | | Decrease Supply | `burn` | Allows `burn` (decrease supply) for an active status marker | | Add Asset to Pool | `deposit` | Allows assignment of a `scope` against the marker (Note: scope permission checks are separately performed, address must have access to both marker and scope to perform this action) |