# Uniswap/v3-periphery

🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v3

Repository: https://github.com/Uniswap/v3-periphery
Canonical: https://ross.abutalabs.com/products/v3-periphery
Homepage: https://uniswap.org
Language: TypeScript
License: GPL-2.0
License Family: copyleft
Topics: ethereum, smart-contracts, automated-market-maker, periphery, uniswap, bug-bounty
Last push: 2026-07-30T19:37:42+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 35, longevity 100
- inputs: {"age_days": 2021, "days_push": 34, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1333, forks 1248 (observed 2026-08-28T04:04:24.731874+00:00)

## What it is
Peripheral smart contracts for the Uniswap V3 protocol, including the SwapRouter, nonfungible position manager, and related interfaces. Distributed as an npm package for deploying locally or importing Solidity interfaces into other contracts.

## Use cases
- integrate uniswap v3 swaps into my smart contract
- deploy a local testnet copy of uniswap v3 periphery contracts
- import ISwapRouter interface into solidity
- build a dapp that interacts with uniswap v3 positions
- swap tokens programmatically on ethereum via uniswap v3
- manage liquidity positions with the nonfungible position manager

## When to choose
- you are building smart contracts or dapps that need to interact with Uniswap V3
- you need the exact mainnet bytecode for local testing
- you want audited, bug-bounty-backed contract interfaces

## When to avoid
- you need the core Uniswap V3 pool contracts themselves (use uniswap-v3-core)
- you only need off-chain quoting or routing (consider the Uniswap SDKs instead)
- you are building on a non-EVM chain

## Facets
- artifact type: library
- maturity: stable
- function: sdk, developer-tools
- domain: blockchain, fintech, developer-tools
- platform: -
- tags: uniswap, smart-contracts, defi, periphery, swap-router, liquidity, npm-package, bug-bounty, cryptocurrency, ethereum, solidity, typescript, nodejs

## Member repositories
- Uniswap/v3-periphery (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.731874+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:39.909816+00:00, confidence not recorded.
  - readme: https://github.com/Uniswap/v3-periphery (fetched 2026-08-28T04:04:24.731874+00:00, sha 3c12bfeed4ef)
  - homepage: https://uniswap.org (fetched 2026-08-29T12:04:14.052615+00:00, sha cb146992a594)
- Data as of 2026-08-30T08:39:29.467469+00:00.
