Asset Console
The Asset Console provides a comprehensive web interface for digital asset lifecycle management. Built with enterprise authentication, full white-labeling, and multi-language support, the console adapts to institutional requirements while maintaining consistent security standards.
Overview
The Asset Console serves as the primary interface for platform operators managing digital assets. The console provides role-based workflows that guide users through complex operations while maintaining complete audit trails. Every action requiring blockchain interaction passes through wallet verification to prevent unauthorized transactions.
Institutional asset management demands interfaces purpose-built for compliance and operational rigor. The Asset Console addresses these requirements through structured workflows, mandatory verification gates, comprehensive activity logging, and extensive customization options for enterprise deployments.
The console communicates through the Unified API. This architecture ensures consistent behavior between console operations and programmatic API access. The same validation, permissions, and audit logging apply regardless of access method.
Core capabilities

Asset creation and configuration
The console guides issuers through asset tokenization with structured forms and validation. Required fields ensure regulatory compliance while optional parameters accommodate jurisdiction-specific requirements. Asset preview displays exact on-chain representation before deployment.

Portfolio management
Investors access consolidated portfolio views showing holdings across asset types. The interface reflects confirmed blockchain state, and historical transaction records provide complete audit trails for tax and compliance reporting.
Holdings overview: Real-time valuations aggregate positions across all asset types—bonds, equities, deposits, stablecoins—into a unified view. Performance metrics track returns over configurable periods.
Transaction history: Complete transaction logs with filtering, export capabilities, and categorization for tax reporting. Each transaction links to its blockchain record for verification.
Compliance status: Investors see their verification status, claim expirations, and any pending requirements. Proactive notifications alert users before claims expire to prevent transfer restrictions.
Compliance workflows
Compliance officers review investor verification submissions through dedicated queues. Risk scoring surfaces priority reviews while bulk actions streamline high-volume operations. All decisions record timestamps, reviewers, and rationale for regulatory defense.

Distribution management
The console manages dividend payments, interest distributions, and yield allocations. Calculation previews display per-investor amounts before execution. Post-distribution reports confirm delivery and flag any failed transfers for remediation.
Customization
The Asset Console supports comprehensive customization for enterprise deployments, covering both visual branding and language localization.
White-labeling
Enterprise deployments apply consistent branding across all platform touchpoints through the theme system. Customizable elements include logos (primary, icon, and authentication variants for light/dark modes), a color system with 25+ CSS variables for complete scheme control, custom typography from hosted or self-hosted font sources, and background images and favicons. Both light and dark modes receive independent configuration, and in multi-tenant deployments each organization can maintain independent branding when per-tenant theming is enabled.
Internationalization
The console provides full multi-language support with type-safe translations across all interface elements. Supported languages include English (en-US), German (de-DE), Japanese (ja-JP), and Arabic (ar-SA) with full right-to-left layout support. Language selection can be configured through user preference, browser detection, or deployment-wide defaults via Helm values.
Accessibility
The Asset Console implements WCAG 2.1 Level AA accessibility standards:
- Full keyboard navigation for all workflows
- Screen reader optimization with semantic markup
- Color contrast ratios meeting accessibility guidelines
- Focus indicators for interactive elements
- Skip navigation links for efficient browsing
See also
- Authentication and security for identity management
- Roles and tenancy for access control and multi-tenant configuration
- Unified API for programmatic access
- DALP Execution Engine for operation processing
Overview
The platform layer provides the two primary interfaces to DALP: the Asset Console web application and the Unified API. Both share identical business logic, permissions, and audit logging through the same backend services.
Unified API
The Unified API provides type-safe programmatic access to all digital asset lifecycle operations. With automatic OpenAPI generation, the API combines type safety, comprehensive documentation, and multi-layer security including wallet verification for blockchain transactions.