Create/delete identifiers
Create identifiers
To create identifiers you should go to the page Create/delete identifiers clicking an appropriate button on the left panel.

To create identifiers press the button Create, enter Reverse Account Balance, the required amount of identifiers to create and press Create button.

A condition must be met:
ReserveAccBalance>=sum(issue)βsum(burn)+X
where:
X - requested amount to create
sum(A) - history of all created or deleted identifiers
If for your counterparty parameter
auto-issue=trueyou don't need to ask your admin to confirm the identifiers creation and the identifiers will be immediately created.If for your counterparty parameter
auto-issue=falseyou need to ask your admin to confirm the identifiers creation and the identifiers will be created only after the admin's confirmation.If you need to change the parameter
auto-issueask your administrator.
Delete identifiers
To delete identifiers press the button Delete, enter the Reverse Account Balance, required amount of identifiers to delete and press Delete button.

A condition must be met:
ReserveAccBalance>=sum(issue)βsum(burn)βY
where:
Y - requested amount to delete
sum(A) - history of all created or deleted identifiers
If for your counterparty parameter
auto-burn=trueyou don't need to ask your admin to confirm the identifiers deleting and the identifiers will be immediatelydeleted.If for your counterparty parameter
auto-burn=falseyou need to ask your admin to confirm the identifiers deleting and the identifiers will be deleted only after the admin's confirmation.If you need to change the parameter
auto-burnask your administrator.
NOTE:
If a counterparty has an opened (created, but not yet confirmed or canceled) request for create or delete, the creation of new requests is restricted.
Last updated