SettleMint
Platform setup

Admin operating model

Configure DALP administration across organizations, users, system roles, API keys, webhooks, providers, and operator wallets.

DALP administration has two control planes. The organisation controls users, API keys, webhook endpoints, and provider records. The default system and asset roles control sensitive blockchain actions such as minting, pausing, compliance administration, gas management, and asset administration.

Configure the organisation first, then connect automation only after access, roles, provider records, webhook endpoints, and operator wallets are tied to the correct organisation and system.

Keep each operator, API key, provider integration, and webhook endpoint scoped to the right organisation. For operator wallets, check the chain, system, address, and native gas balance before workflows depend on them.

A new or reviewed DALP environment follows this operating order:

  1. Confirm the active organisation and its administrators.
  2. Grant only the organisation permissions and system roles needed for each responsibility.
  3. Create separate API keys, webhook endpoints, and provider records for the workloads that use them.
  4. Check operator wallets before asset workflows depend on platform-managed transactions.

Administration map

Rendering diagram...
Admin areaWhat it governsWhere to configure itFirst check
Organisation profileThe active organisation context, name, and branding visible to operators.Organisation settings > Organisation profileConfirm the active organisation before changing settings.
Users and invitationsPeople who can sign in and act inside the organisation.User management and invitation flowsInvite only the people who need console access.
Roles and permissionsWhich users can list, grant, or change platform roles and system permissions.Organisation settings > Admins & rolesMatch each role to a named operating responsibility.
API keysMachine-to-machine credentials scoped to the organisation active when the key is created.Account, API keysCreate one key per organisation and workload.
Webhook endpointsOutbound event delivery, signing state, endpoint health, and delivery history.Organisation settings > WebhooksCheck signing state and failed delivery visibility.
Providers and platform servicesCompliance providers, trusted issuers, verification topics, exchange rates, pricing, asset classes, and templates.Organisation settings > Compliance & verification and OperationsConfigure dependencies before asset workflows use them.
Operator walletsDeployment-level wallet balances used by the platform for supported administrative workflows.Admin, Operator walletsConfirm chain, system, address, and native balance.

Configure the admin model

Start with organisation and access controls before connecting automation. The organisation context determines which off-chain records and API-key scopes a user can reach. A key created while the wrong organisation is active can point automation at the wrong records, even when the user belongs to multiple organizations.

  1. Create the first administrator and organization. See first admin setup. For API-led onboarding, see organization deployment API.
  2. Invite administrators and operators who need console access. See add admins.
  3. Grant or change platform roles only after the user has the wallet and identity state required by the target role. See change admin roles.
  4. Create separate API keys for integration workloads that need REST API access. See API integration getting started.
  5. Configure webhook endpoints for systems that consume DALP events. See webhook endpoints.
  6. Configure provider and platform settings that your asset programs depend on, such as compliance providers, trusted issuers and verification topics, exchange rates, pricing, and templates.
  7. Check operator-wallet balances before workflows depend on platform-managed transactions. See operator wallets.

Access model

DALP uses two access layers that meet in administration pages: off-chain organisation permissions and on-chain system roles.

Off-chain organisation permissions control organisation-level administration. They cover organisation management, membership, API keys, and webhook endpoint management.

Organisation owners and admins can manage webhook endpoints. Ordinary members cannot.

On-chain system roles control asset and system operations that require blockchain authority. The platform settings permissions page reads the default system and shows which users can list or grant system roles. Operator wallet visibility also depends on system-level administrative roles such as admin, system manager, or gas manager.

Keep those two layers separate when you review access. A browser user may be allowed to manage organisation settings without having every on-chain system role, and a system role does not replace organisation membership for off-chain admin tasks.

Review questionCheck this surface firstWhy it matters
Who can sign in and manage organisation records?Organisation users and rolesOrganisation roles govern membership, settings, API keys, and webhook access.
Who can grant or use blockchain authority?System roles and permissionsSystem roles govern asset, compliance, gas, and administrative operations.
Which workload is calling the REST API?API keys in the active organisationAPI keys inherit the creating user's permissions and organisation context.
Which systems receive DALP events?Webhook endpoints and deliveriesWebhooks expose event delivery, signing state, endpoint health, and history.
Which workflows depend on external checks?Providers and verification topicsProvider configuration decides which verification path asset workflows use.
Which platform wallets need gas?Operator walletsOperator wallets show whether supported administrative workflows can pay gas.

API keys and automation

API keys inherit the permissions of the creating user and are scoped to the organisation active at creation time. Create a separate key for each organisation and integration workload. Do not reuse one organisation key for another organisation.

API keys authenticate REST API requests. They are not accepted on RPC-only routes. For route, header, and organization scoping rules, see API integration getting started and organization and system scope.

Webhooks and provider operations

Webhook endpoints connect DALP events to external systems. Administrators can create endpoints and inspect signing state. The Webhooks area shows delivery history and endpoint settings.

Provider configuration sits next to webhooks because provider events often feed compliance and verification workflows. Configure compliance providers, trusted issuers, and verification topics before relying on automated checks in an asset workflow. See compliance provider paths when you need to choose between manual claim issuance and provider-driven ClaimSource issuance.

Operating checks

Review these checks before moving a platform from setup into production operations.

CheckWhy it matters
Active organisationConfirms administrators, API keys, users, and provider records operate in the intended organisation.
Administrator listConfirms only the expected users can manage organisation and system controls.
Role assignmentsConfirms on-chain system authority matches the operating model for minting, pausing, compliance, gas, and asset administration.
API key inventoryConfirms machine credentials are scoped, rotated, and separated by workload.
Webhook endpoint healthConfirms downstream systems receive signed events and failed deliveries are visible.
Provider statusConfirms compliance provider integrations and verification topics are ready before asset workflows depend on them.
Operator wallet balanceConfirms operational wallets have enough funds for workflows that require gas or platform-managed transactions.

On this page