Finding a Uniswap Wallet position on Ethereum
What Uniswap’s own pages say about where the shares are held, where the app shows an address, and what the app calls a vault — and what the chain record on Ethereum shows beside it.
Is the position personal, or pooled with everyone else's?
Personal, and held at the wallet’s own address. Uniswap’s page on smart wallets and delegation describes the EIP-7702 arrangement its wallet uses: an externally owned account delegates to a 7702-enabled contract and inherits that contract’s code while still being an externally owned account, still controlled by the private key. The page states that the Uniswap Wallet remains a self-custodial wallet.
So the holder of the shares is the customer’s own account, not a Uniswap address holding many customers’ shares with the split kept off chain — and a reading of that address on this site is a reading of one holder.
The same page states that delegation is chain-specific and has to be made on each network where the wallet’s smart features are wanted. So an account delegated on Ethereum is a separate fact from the same account on any other chain, and the figure below is about Ethereum only.
The contract those accounts delegate to is published by Uniswap itself, as source and as a table of the addresses it is deployed at, with Mainnet named in it. Both released contracts are listed below, each cited at the commit whose table names it: a table that can be edited is evidence only at a revision that cannot, and accounts still delegated to the older one are still accounts holding shares.
Stated by Uniswap:Uniswap Labs — Smart Wallets and DelegationUniswap — Calibur, the deployment table naming v1.1.0 on MainnetUniswap — Calibur, the deployment table naming v1.0.0 on Mainnet
Where does the app show an address?
At the ordinary place, because the address does not change. Delegation points an existing account at a contract; it does not create a second address, and the account keeps the one it had.
Uniswap publishes a page on finding the wallet address in the Uniswap Wallet, which states that each wallet has one address that receives on any supported network and describes three ways to reach it: tapping the address to copy it, showing it as a QR code, or using the wallet’s own username.
No page cited here says the app links out to a block explorer for this position, and nothing is claimed about one.
Stated by Uniswap:Uniswap Labs — How to find your wallet address in the Uniswap WalletUniswap Labs — Smart Wallets and Delegation
What the app calls the vault, and what the chain calls it
The Uniswap pages cited here are about the wallet, not about any particular vault, and none of them names one. Whatever a vault is called in an app is that app’s own label for it.
The vaults in this directory are the ones Aave deploys and publishes on Ethereum, and the roster is answered by Aave’s own enumerators rather than swept from logs. A name still does not identify a vault — a share token’s name is a string its contract returns — and the address settles it. The vault this guide’s chain figure is about is named, addressed and linked below.
Stated by Uniswap:Uniswap Labs — Smart Wallets and Delegation
What the chain record shows
An account of its own, not a pooled address, by the pages above. On chain, the evidence this guide rests on is the delegate contract those accounts' own code names — 2 contracts the block explorer verifies under the name CaliburEntry. Under EIP-7702 a holder like that is an externally owned account with 23 bytes of code — the indicator 0xef0100 followed by the delegate — so the address in the record is the account's own, and the delegation is a fact about the block it was read at.
- 0x000000005c84f8fd50b21cac312528a64437030e ·
CaliburEntry· read back 7 Sept 2026 - 0x000000009b1d0af20d8c6d0a44e162d11f9b8f00 ·
CaliburEntry· read back 7 Sept 2026
15 holders of Umbrella Stake Wrapped Aave Ethereum USDC v1 (0x6bf1…8aa6) carry code naming the verified CaliburEntry delegate at block 25,920,356. That is a count of accounts and a fact about the wallet software they run, not a count of people and not a statement about who they are. Six carry the v1.1.0 contract and nine the v1.0.0 one; both the census and the code reads are on Ethereum, at that block.
Find your position
An address’s share of every ERC-4626 vault Aave deploys and publishes on Ethereum — the whole roster Aave's own enumerators answer, at the block the reading is taken — one balanceOf on each. The result is read at one block and the address rides in the URL, so the reading is shareable. A reader who has only a transaction — the Etherscan link a wallet app shows beside a deposit — can enter that instead: the holder address is found in the transaction’s own vault Transfer events. A vault address in this catalogue opens that vault’s own page instead of a holder reading.
Sources
- Uniswap Labs — Smart Wallets and Delegation · https://support.uniswap.org/hc/en-us/articles/36391987158797-Smart-Wallets-and-Delegation
- Uniswap Labs — How to find your wallet address in the Uniswap Wallet · https://support.uniswap.org/hc/en-us/articles/11306186131725-How-to-find-your-wallet-address-in-the-Uniswap-Wallet
- Uniswap — Calibur, the deployment table naming v1.1.0 on Mainnet · https://github.com/Uniswap/calibur/blob/249cac5e880831d7b2de4111a5920dbf0d242846/README.md
- Uniswap — Calibur, the deployment table naming v1.0.0 on Mainnet · https://github.com/Uniswap/calibur/blob/69d5eb61498ffac7740530310b270459f2ae2a20/README.md