Multi-currency issuance and verification workspace (v2.0.0-beta.7)
SGD and MYR currency presets, profile-based API key management, and the new participant verification workspace give compliance desks a single screen to run ASEAN programs while dashboards keep portfolio, activity, and admin KPIs in view.
Release overview
This release focuses on the teams that sit between compliance and operations. New SGD and MYR currency presets remove the need for custom forks when launching ASEAN programs, while the API key manager and in-app documentation let integrators obtain credentials without contacting support.
Participant verification now scales: detail views, verification tiles, and one-click add or revoke actions live directly inside each participant record, and portfolio/activity/admin dashboards surface KPIs so operators triage the right work every morning.
User facing features
- SGD & MYR currency options — configure regional offerings without manual code edits (settlemint/asset-tokenization-kit#4120).
- Profile-based API key management + docs — create, rotate, and reference API credentials from the profile drawer, complete with embedded documentation (#4122, #4130).
- Verification workspace — tiles, detail panels, and add/revoke actions keep KYC reviews inside the participant record (#4129, #4135, #4138).
- Operational dashboards — portfolio charts, latest activity feed, action cards, and admin tiles deliver a command center view (#4126, #4134, #4142, #4155, #4163).
- Register identity shortcut — admins can seed OnchainID entries without dropping to scripts (#4162).
Quality, reliability, and operations
- Platform settings are now visible only to admins, preventing accidental edits by basic users (#4121).
- Onboarding flow removes obsolete skip buttons and enforces identity steps in the right order (#4131, #4132).
- Dashboard responsiveness is corrected so widgets resize cleanly across breakpoints (#4161).
- Claim topics & issuers stay readable for admins/system managers even when they lack edit rights (#4164).
- Logout now clears the TanStack Query cache to avoid stale data when users switch accounts (#4165).
Upgrade checklist
bun installto pick up UI dependency bumps (lumicons, TanStack, etc.) tied to the new dashboards.bun run --cwd kit/dapp test:e2e:ui --filter onboardingto confirm the new onboarding order is enforced.- After deployment, navigate to Profile → API access, create a test key, and revoke it to verify the credential workflow end to end.