Uniswap / v3-core
š¦ š¦ š¦ Core smart contracts of Uniswap v3
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Uniswap/v3-core in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewUniswap V3 This repository contains the core smart contracts for the Uniswap V3 Protocol. For higher level contracts, see the uniswap-v3-periphery repository. Bug bounty This repository is subject to the Uniswap V3 bug bounty program, per the terms defined here. Local deployment In order to deploy this code to a local testnet, you should install the npm package and import the factory bytecode located at . For example: This will ensure that you are testing against the same bytecode that is deployed to mainnet and public testnets, and all Uniswap code will correctly interoperate with your local deployment. Using solidity interfaces The Uniswap v3 interfaces are available for import into solidity smart contracts via the npm artifact , e.g.: Licensing The primary license for Uniswap V3 Core is the Business Source License 1.1 ( ), see . However, some files are dual licensed under : ⢠All files in may also be licensed under (as indicated in their SPDX headers), see ⢠Several files in may also be licensed under (as indicated in their SPDX headers), see Other Exceptions ⢠is licensed under (as indicated in its SPDX header), see ⢠All files in remain unlicensed (as indicated in their SPDX headers).