back to home

Uniswap / v3-core

šŸ¦„ šŸ¦„ šŸ¦„ Core smart contracts of Uniswap v3

4,965 stars
3,016 forks
87 issues
TypeScriptSolidity

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.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Uniswap/v3-core)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Uniswap 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).