Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/marker-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down