diff --git a/docs/features/blockchain-agnostic.mdx b/docs/features/blockchain-agnostic.mdx index 2e692dc5f..1a2ad40d0 100644 --- a/docs/features/blockchain-agnostic.mdx +++ b/docs/features/blockchain-agnostic.mdx @@ -1,29 +1,27 @@ --- -title: Web3Auth is Chain Agnostic -sidebar_label: Blockchain Agnostic - -description: "Web3Auth is Chain Agnostic | Documentation - Web3Auth" +title: Connect Web3Auth to Any Chain +sidebar_label: Compatible Blockchains +description: "Connect Web3Auth to Any Chain | Documentation - Web3Auth" --- import EVMChains from "@site/src/common/docs/_evm-chains.mdx"; import OtherChains from "@site/src/common/docs/_other-chains.mdx"; -Web3Auth's architecture is designed to be inherently blockchain agnostic, providing seamless -integration across a diverse range of blockchain ecosystems. This flexibility is a core component of -Web3Auth's approach to decentralized authentication, ensuring broad applicability and -interoperability. +Web3Auth works easily with many different blockchains. Whether you’re using Ethereum, Solana, or +another chain, Web3Auth fits in smoothly, making it simple to add secure authentication to any +platform. -:::tip +:::tip Reference -Check out our [Connect Blockchain Reference](/connect-blockchain) for more details on how to connect -different blockchains with Web3Auth. +Check out our [**Connect Blockchain Reference**](/connect-blockchain) for more details on how to +connect different blockchains with Web3Auth. ::: -## Reference Guides for Blockchain Connections +## Guides -You can check out the following guides we've written for certain blockchains. We have covered a wide -variety of EVM and EVM Chains, supported by multiple web3auth providers. +Explore our comprehensive guides for integrating Web3Auth with various blockchain networks. We +provide detailed documentation for both EVM and non-EVM chains across multiple Web3Auth providers. ### EVM Chain Guides @@ -33,46 +31,15 @@ variety of EVM and EVM Chains, supported by multiple web3auth providers. -## Key Curve Support and Blockchain Compatibility - -By default, Web3Auth supports the `secp256k1` and `ed25519` key curves, which are widely used across -the majority of blockchain platforms. This inclusion ensures compatibility with a vast array of -blockchain environments right out of the box. - -### Extending Beyond Default Curves - -While these curves cater to most blockchain requirements, Web3Auth recognizes the unique needs of -various blockchains, some of which utilize different curve implementations. To accommodate these -diverse ecosystems, Web3Auth's PnP & SFA (Shamir Secret Sharing based) enable interaction with any -blockchain, regardless of its specific curve requirements. - -## Dedicated Providers for MPC Core Kit - -For those utilizing Web3Auth's MPC Core Kit, dedicated providers are necessary to ensure optimal -interaction with specific blockchains. Currently, Web3Auth MPC Core Kit offers support for -EVM-compatible chains and Bitcoin, with development underway to include Solana. This approach -guarantees that Web3Auth remains at the forefront of blockchain authentication, offering versatile -and secure solutions for a wide array of blockchain technologies. +## Can’t Find Your Chain? -## Utilizing Private Keys with PnP & SFA +Web3Auth supports the secp256k1 and ed25519 key curves, please follow these guides on how to +[connect to any other blockchain](/connect-blockchain/other/) with Web3Auth. -In the realm of PnP & SFA, Web3Auth offers the capability to export the user's private key. This -feature allows decentralized applications (dApps) to directly interact with the blockchain using the -exported key, facilitating a wide range of transactions and smart contract interactions. +### Extending beyond default curves -:::tip +Our SFA and PnP SDKs support additional curves, allowing integration with blockchains that have +unique curve requirements. This broadens compatibility and flexibility across ecosystems. -For detailed information on integrating with various blockchains, refer to our -[Connect with Other Blockchains](/connect-blockchain/other/) section. - -::: - -:::info - -Web3Auth's composability enhances its blockchain agnosticism. It seamlessly integrates with -meta-transaction flows, multisigs, and various cryptographic protocols, making it a versatile -foundation for building decentralized solutions. Web3Auth is compatible with numerous technology -stacks, including scalability solutions, smart contract wallets, different elliptic curve pairs, and -even RSA. - -::: +Use the [CommonPrivateKeyProvider](/sdk/pnp/web/providers/common) to connect to any blockchain that +uses a different curve than secp256k1 or ed25519. diff --git a/docs/features/ecosystem-wallets.mdx b/docs/features/ecosystem-wallets.mdx new file mode 100644 index 000000000..3eed230c7 --- /dev/null +++ b/docs/features/ecosystem-wallets.mdx @@ -0,0 +1,28 @@ +--- +title: Ecosystem Wallets +image: "images/docs-meta-cards/documentation-card.png" +description: "Ecosystem Wallets | Documentation - Web3Auth" +--- + +Web3Auth Ecosystem Wallets take our embedded wallet SDKs to the next level. You can now enable a +single user identity across multiple apps, providing one wallet for your entire ecosystem. + +### What Ecosystem Wallets Offer + +- **Unified Login Experience**: Provide users with a single login across all your applications. + Users retain the same wallet across your ecosystem, unlike the app scoped wallets. +- **Ready to launch UI and Branding**: Deploy a fully white-labeled, production-ready UI that can be + hosted on your domain, reducing developer effort and speeding up your go-to-market. +- **Developer Ownership**: Take full control of the developer experience by offering a white-labeled + SDK that developers integrate directly as your npm package +- **In-App Transaction Approvals**: Allow users to sign transactions and manage approvals directly + within your app, eliminating the need to switch to external wallets or extensions. +- **Gasless**: Upgrade to a smart contract wallet spun from an EOA, combining the benefits of MPC + (Multi-Party Computation) and smart wallets for a frictionless user experience. + +### Get Started + +Try the Wallet Ecosystem on devnet today. For pricing details and setup support, schedule a call +with our sales team [here](https://calendly.com/web3auth/meeting-with-web3auth). + +![Ecosystem Wallets](/images/wallet-ecosystem-offerings.png) diff --git a/sidebars.ts b/sidebars.ts index ad30722a2..7fd193484 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -272,6 +272,7 @@ const sidebars: SidebarsConfig = { "features/account-abstraction", "features/blockchain-agnostic", "features/custom-authentication", + "features/ecosystem-wallets", "features/wallet-ui", "features/topup", "features/gaming", diff --git a/static/images/wallet-ecosystem-offerings.png b/static/images/wallet-ecosystem-offerings.png new file mode 100644 index 000000000..719b5df03 Binary files /dev/null and b/static/images/wallet-ecosystem-offerings.png differ