diff --git a/docs/appkit/shared/siwx/index.mdx b/docs/appkit/shared/siwx/index.mdx index 2a6830d5..272b2ce2 100644 --- a/docs/appkit/shared/siwx/index.mdx +++ b/docs/appkit/shared/siwx/index.mdx @@ -1,3 +1,5 @@ +import Button from '../../../components/button/index.js' + ## Introduction The **Sign In With X** feature enables decentralized applications (Dapps) to authenticate users seamlessly across multiple blockchain networks, such as Ethereum, Polygon or Solana. This feature allows developers using our SDK to implement authentication by having users sign a unique string message with their blockchain wallets. The **Sign In With X** feature is designed in accordance with the [CAIP-122](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-122.md) standard, which establishes a chain-agnostic framework for blockchain-based authentication and authorization on off-chain services.