diff --git a/docs/SIGs/digital-wallet-and-agent-overviews.md b/docs/SIGs/digital-wallet-and-agent-overviews.md new file mode 100644 index 00000000..a705515d --- /dev/null +++ b/docs/SIGs/digital-wallet-and-agent-overviews.md @@ -0,0 +1,10 @@ +# Digital Wallet and Agent Overviews Special Interest Group (SIG) + +The objectives of this SIG is to further develop and maintain the Digital Wallet Overview and making a similar overview for digital identity agents/SDKs. These overviews should provide transparency of the characteristics of wallets and agents in order to allow for comparison and effective decision making on which wallet is applicable for your use case. By creating awareness of these overviews, this work can lead to less fragmentation of the SSI playing field and increase adoption. + +This SIG was accepted by the TAC on [September 20, 2023](../meetings/2023/2023-09-20.md). See [Digital Wallet and Agent Overviews SIG Proposal](https://github.com/openwallet-foundation/tac/issues/56) for more details. + +## Participating +This SIG is an open group. Anyone in the OpenWallet Foundation community can join and participate. There is no formal sign up process. Just show up and participate. + +If you are interested in participating, please join the [OpenWallet Foundation Discord](https://discord.gg/openwalletfoundation) and participate in the discussion in the [#digital-wallet-and-agent-overviews-sig](https://discord.com/channels/1022962884864643214/1154111877077532814) channel. diff --git a/docs/SIGs/index.md b/docs/SIGs/index.md index cbd7098c..aa8352d8 100644 --- a/docs/SIGs/index.md +++ b/docs/SIGs/index.md @@ -8,4 +8,6 @@ A _special interest group (SIG)_ under the Technical Advisory Council (TAC) is a ## Active SIGs * [Architecture](./architecture.md) -* [Credential Format Comparison](./credential-format-comparison.md) \ No newline at end of file +* [Credential Format Comparison](./credential-format-comparison.md) +* [Digital Wallet and Agent Overviews](digital-wallet-and-agent-overviews.md) +* [Safe Wallet](./safe-wallet.md) diff --git a/docs/SIGs/safe-wallet.md b/docs/SIGs/safe-wallet.md new file mode 100644 index 00000000..c2b1e4b8 --- /dev/null +++ b/docs/SIGs/safe-wallet.md @@ -0,0 +1,10 @@ +# Safe Wallet Special Interest Group (SIG) + +This SIG will create, distribute and promote a set of material that will become the de-facto way to determine how "safe" the new breed of digital wallets is, and be able to compare them effectively. This will increase the visibility of the solutions to correlation and profiling issues that could be introduced with digital wallet deployments. + +This SIG was accepted by the TAC on [September 20, 2023](../meetings/2023/2023-09-20.md). See [Safe Wallet SIG Proposal](https://github.com/openwallet-foundation/tac/issues/57) for more details. + +## Participating +This SIG is an open group. Anyone in the OpenWallet Foundation community can join and participate. There is no formal sign up process. Just show up and participate. + +If you are interested in participating, please join the [OpenWallet Foundation Discord](https://discord.gg/openwalletfoundation) and participate in the discussion in the [#safe-wallet-sig](https://discord.com/channels/1022962884864643214/1154410858991067247) channel. diff --git a/mkdocs.yml b/mkdocs.yml index 2da8aa5d..7d595006 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -121,6 +121,8 @@ nav: - SIGs/index.md - Architecture: SIGs/architecture.md - Credential Format Comparison: SIGs/credential-format-comparison.md + - Digital Wallet and Agent Overviews: SIGs/digital-wallet-and-agent-overviews.md + - Safe Wallet: SIGs/safe-wallet.md - Task Forces: - task-forces/index.md - OID4VC Due Diligence: task-forces/OID4VC-due-diligence.md