GitPedia

Perp curie contract

Perpetual Protocol Curie (v2) core contracts

From perpetual-protocol·Updated May 11, 2026·View on GitHub·

This repository contains the core smart contracts for [Perpetual Protocol Curie (v2)](https://perp.com/). The project is written primarily in TypeScript, distributed under the GNU General Public License v3.0 license, first published in 2022. Key topics include: optimism, perpetual-futures, perpetual-protocol, perpetual-protocol-v2, smart-contracts.

Latest release: v2.4.0
December 8, 2022View Changelog →

banner

perp-curie-contract

@perp/curie-contract on npm
@perp/curie-deployments on npm

This repository contains the core smart contracts for Perpetual Protocol Curie (v2).

Contract source code and metadata are also published as npm packages:

Get Started

Please check out:

Deployments

Perpetual Protocol Curie (v2) are deployed on Optimism mainnet (an Ethereum Layer 2 network).

Contract addresses:

You could also find the deployed contract addresses inside the npm package @perp/curie-deployments.

Local Development

You need Node.js 16+ to build. Use nvm to install it.

Clone this repository, install Node.js dependencies, and build the source code:

bash
git clone git@github.com:perpetual-protocol/perp-curie-contract.git npm i npm run build

If the installation failed on your machine, please try a vanilla install instead:

bash
npm run clean rm -rf node_modules/ rm package-lock.json npm install npm run build

Run all the test cases:

bash
npm run test

Changelog

See CHANGELOG.

Audit Reports

See audits.

Bug Bounty Program

This repository is subject to the Perpetual Protocol v2 bug bounty program, per the terms defined on ImmuneFi.

Grant Program

Projects, ideas and events that benefit Perpetual Protocol and its ecosystem are eligible for grants!


If any features/functionalities described in the Perpetual Protocol documentation, code comments, marketing, community discussion or announcements, pre-production or testing code, or other non-production-code sources, vary or differ from the code used in production, in case of any dispute, the code used in production shall prevail.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from perpetual-protocol/perp-curie-contract via the GitHub API.Last fetched: 6/20/2026