> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/embedded-wallet-web3-wallet-link",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Web3 Wallet Link

<Note>
  For Fireblocks' recommended embedded wallet solution, see [Dynamic Embedded Wallets](/docs/dynamic-embedded-wallets). The documentation below covers the legacy Embedded Wallet APIs and SDKs.
</Note>

# About the Fireblocks Web3 Wallet Link

As the demand for Web3 accessibility and usage grows, more users want to use dApps directly to manage their NFTs, get rewards, and more. The Fireblocks Web3 Wallet Link lets your users connect their Fireblocks Embedded Wallet addresses directly to Web3 applications without needing a wallet or any other application, offering your users one-stop shopping for anything related to crypto and Web3.

# Creating a Web3 connection

The Web3 Wallet Link currently supports WalletConnect connections. WalletConnect is a well-established standard for connecting wallets and Web3 applications and is supported by all of the leading dApps today.

When someone wants to connect to a dApp, they scan a QR code provided by WalletConnect inside the dApp. This QR code contains a URI representing the connection session to be established between the dApp and the wallet. Passing this URI onto Fireblocks using the API allows the connection to be successful.

# Examples

For Web3 Wallet Link code examples, follow [this guide](/docs/web3-wallet-link).
