# Smart Wallet Overview (/docs/protocols/smart-wallet/overview)

Learn how Uniswap smart wallet uses the Calibur implementation with EIP-7702 delegation across supported networks.

Uniswap smart wallet features are powered by [Calibur](/docs/protocols/smart-wallet/deployments), a contract implementation designed for [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702).

## What Calibur Is
[Calibur](/docs/protocols/smart-wallet/deployments) is deployed to the same address across supported networks. It is non-upgradeable and has no owner.

## Deployment Model
Users delegate to the implementation through EIP-7702 and then use smart wallet features while keeping the same EOA address.

## Where to Go Next
* Explore core smart wallet patterns in [Concepts](/docs/protocols/smart-wallet/concepts/delegation).
* Follow integration guidance in [Guides](/docs/protocols/smart-wallet/guides/best-practices).
* Review contract addresses and versions in [Deployments](/docs/protocols/smart-wallet/deployments).
