|
| 1 | +## Appendix E. Wallet Implementation and Deployment Considerations in WE BUILD |
| 2 | + |
| 3 | +This appendix provides a short overview of wallet implementation and deployment approaches observed among WE BUILD wallet providers. It does not repeat the architectural classifications defined in the ARF, but highlights aspects that are relevant for the WE BUILD pilots. |
| 4 | + |
| 5 | +Different wallet implementations exist in the ecosystem, reflecting different user groups, device capabilities, and deployment environments. In practice, implementations often combine different approaches depending on the supported use cases. |
| 6 | + |
| 7 | +### Wallet Types Relevant for WE BUILD |
| 8 | + |
| 9 | +From a deployment perspective, wallet implementations in the WE BUILD ecosystem can broadly be grouped into four practical categories. |
| 10 | + |
| 11 | +| Wallet Type | Typical Deployment | Primary Use Cases | |
| 12 | +|---|---|---| |
| 13 | +| Mobile (on-device) | Smartphone application using device hardware security | Natural person wallets and offline use cases | |
| 14 | +| Web / browser-based | Browser interface with backend cryptographic services | Desktop services and enterprise workflows | |
| 15 | +| Cloud / HSM-based | Server-hosted wallet infrastructure backed by HSMs | Legal person wallets and managed services | |
| 16 | +| Hybrid | Combination of local device security and remote HSM | Mixed use cases requiring both scalability and offline capability | |
| 17 | + |
| 18 | +These categories reflect common deployment patterns observed across wallet implementations. The concrete architecture used by a wallet provider depends on the supported use cases, operational requirements, and device capabilities. |
| 19 | + |
| 20 | +### Deployment Patterns Observed Among WE BUILD Wallet Providers |
| 21 | + |
| 22 | +The WE BUILD Wallet Provider Group conducted a stocktaking questionnaire covering **31 wallet providers** participating in the project. Providers described the deployment models they currently support. |
| 23 | + |
| 24 | +The results show a clear split between natural person and enterprise wallet deployments. |
| 25 | + |
| 26 | +| Deployment Option | Share of Providers | |
| 27 | +|---|---| |
| 28 | +| Mobile wallet (iOS/Android app) | 77% | |
| 29 | +| Server wallet on cloud | 55% | |
| 30 | +| Server wallet on-premise | 42% | |
| 31 | +| Multi-device or white-label wallet | 6% | |
| 32 | +| Wallet functionality via API or SDK | 6% | |
| 33 | + |
| 34 | +Many providers support multiple modes, typically combining a mobile wallet for natural persons, and a cloud or server-based wallet for legal persons. |
| 35 | + |
| 36 | +### Architectural Trends in the WE BUILD Ecosystem |
| 37 | + |
| 38 | +The stocktaking exercise highlights several trends relevant for the WE BUILD pilots. |
| 39 | + |
| 40 | +#### Mobile and cloud duality |
| 41 | + |
| 42 | +The most common architecture combines: |
| 43 | + |
| 44 | +- a **mobile wallet for natural persons**, and |
| 45 | +- a **server-based wallet for enterprise or legal person scenarios**. |
| 46 | + |
| 47 | +This reflects the broader EUDI ecosystem, where personal identity use cases are mobile-centric while organisational use cases often require backend infrastructure. |
| 48 | + |
| 49 | +#### Increasing use of HSM-backed infrastructure |
| 50 | + |
| 51 | +Several providers indicate the use of remote HSM infrastructure for enterprise wallet deployments. This approach supports large-scale operations and key recovery but requires continuous network connectivity. |
| 52 | + |
| 53 | +#### Limited visibility of WSCD implementation choices |
| 54 | + |
| 55 | +The questionnaire responses mainly describe the application layer (mobile app, server, or web wallet), rather than the underlying cryptographic architecture. |
| 56 | + |
| 57 | +Only a small number of providers explicitly describe the type of secure cryptographic device used (for example secure hardware on the device or remote HSM infrastructure). |
| 58 | + |
| 59 | +#### Emerging architectures for legal person wallets |
| 60 | + |
| 61 | +Architectures supporting legal person wallets are still evolving. |
| 62 | +Many providers indicate that their legal person wallet solutions will be further developed during the WE BUILD project in alignment with emerging European Business Wallet proposals. |
| 63 | + |
| 64 | +As a result, the architectures described in the stocktaking responses should be understood as initial implementation approaches rather than final designs. |
0 commit comments