> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kovaswap.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Contracts

> The KovaSwap protocol contract set.

## KovaFactory

Creates pairs, records allowed fee tiers, stores protocol fee configuration, and exposes pair discovery.

## KovaPair

Holds two ERC-20 reserves, mints and burns LP shares, and enforces constant-product swap accounting.

## KovaRouter

Provides user-facing quote, swap, add-liquidity, and remove-liquidity operations.

## KovaEvidenceRegistry

Publishes append-only references to token risk evidence. The registry communicates claims and provenance; it does not block transfers or swaps.

## KovaLaunchFactory

Creates a token with a protocol-enforced fixed supply of 1,000,000,000 and opens its canonical bonding curve. It quotes and executes curve buys and sells, accounts for creator/platform/liquidity fees, supports creator fee splitting and handoff, and automatically migrates qualifying launches into a permanently locked KovaSwap V2 pool. The token has no owner mint function.

## KovaERC20

Implements the LP share token used by each pair.

See [Contract addresses](/resources/contract-addresses) for official deployments.
