Pangea Swap
English
English
  • Introduction
  • Protocol Overview
  • Disclaimer
    • Risk & Security
    • Terms of Use
  • Updates
  • Audit
  • concentrated liquidity
    • Weakness of V2 DEXs: Low Liquidity utilization rate
    • Solution by V3 DEXs: Concentrated Liquidity
    • Concentrated Liquidity FAQ
  • Connectivity
    • Customizable Pool
  • Governance
    • STONE
      • STONE Distribution Plan
      • Tokenomics (Before)
      • Tokenomics (After)
      • Growth Fund History
    • Contribution Point NFT
  • Guide
    • SWAP
    • Add Liquidity
      • Add liquidity (Preset)
      • Add liquidity (Custom)
    • STONE Staking
    • Revenue Sharing
    • FAQ
  • Growth Partnership
    • Swapscanner
    • ISKRA
  • event
    • Promotion
  • Developers
    • Concept Overview
      • Problem : Lazy Liquidity
      • Liquidity Concentration
      • Position & Risk
      • Price Tick
      • Position NFT
      • Fees
      • Flash Loan
    • Contracts
      • Core Contracts
        • MasterDeployer
        • ConcentratedLiquidityPoolFactory
        • ConcentratedLiquidityPool
        • ConcentratedLiquidityPoolManager
        • PoolRouter
        • PoolLogger
        • AirdropDistributor
      • Contribution Point NFT
      • Price Oracle
    • Interacting with the Protocol
      • Setting up Local Test Environment
        • Test env. commands
      • Getting Pangea Pool Info
      • Creating Pangea Pool
      • Mint Position (add liquidity)
      • Burn Position (remove liquidity)
      • Claim Fee
      • Swap
  • Community
    • Website
    • Discord
    • Telegram
    • Medium
    • Twitter
    • Opensea - Position NFT
    • Opensea - CP NFT
    • GitHub
    • Testnet
    • E-mail
Powered by GitBook
On this page
  • 1. Klaytn Mainnet (Cypress) Contracts
  • 2. Klaytn Testnet (Baobab) Contracts
  1. Developers

Contracts

Pangea is the first concentrated liquidity DEX protocol implemented in the Klaytn ecosystem. Pangea's contracts are open-source. Pangea offers liquidity providers higher capital efficiency compared to traditional DEXs. In addition, Pangea is designed to be able to provide other protocols with custom made AMM Pools.

1. Klaytn Mainnet (Cypress) Contracts

Contracts
Address

AirdropDistributor

ConcentratedLiquidityPoolFactory

ConcentratedLiquidityPoolHelper

ConcentratedLiquidityPoolManager

MasterDeployer

Multicall

PoolDashboard

PoolLogger

PoolRouter

PositionDashboard

SwapHelper

WETH10

2. Klaytn Testnet (Baobab) Contracts

Contracts
Address

AirdropDistributor

ConcentratedLiquidityPoolFactory

ConcentratedLiquidityPoolHelper

ConcentratedLiquidityPoolManager

MasterDeployer

Multicall

PoolDashboard

PoolFactoryLib

PoolLogger

PoolRouter

PositionDashboard

SwapHelper

TickIndex

Ticks

WETH10

PreviousFlash LoanNextCore Contracts

Last updated 2 years ago

0x5d5Cc76396742C6E4A7a21ff352e04957eae5304
0x3d94b5E3b83CbD52B9616930D33515613ADfAd67
0xA88955cd70C363a617465CbCf844d1dEa22177fe
0xEd52BD01b0608a6B6d4f4E03aFfCe16c1FF19c23
0xEB4B1CE03bb947Ce23ABd1403dF7C9B86004178d
0x1A293190Fa8D3e61f8236e251afcd8725FA768C1
0x94134fBfbCF3644EaA795ebF2613e3e039693a73
0x002A422533cccEeA9aBF9e56e2A25d72672891bC
0x17Ac28a29670e637c8a6E1ec32b38fC301303E34
0x6e1832b4791E195939C10C2A00b5A9456E337dA2
0xe80FE14d4c67598A2a8F107f1b95FECC2Bb08E7D
0xFF3e7cf0C007f919807b32b30a4a9E7Bd7Bc4121
0xabAF9FED5d9Fc75C379f5811de61Ed944b537375
0x2be2C91cCA2df52b41a9e42723c46fD029359c95
0x1f7d55F06A6FEb2bA06c614b49896547d16c2CA8
0xA1C559400fb27673023224A609843b60e674855F
0x899d8Ff3d3BD16DBE4eFF245BdA27EF96C01044B
0xEDD00eE204c6DB3BD5BB207Dd7CC91003309D6DB
0xA082395f3724343480637693533E2C8258854CAe
0x789F57Db00138951a0Fb3Ec8279a748fa112a315
0x6e66D3aDfc2902b9e0A46C80D2803642596cc5F6
0x42271971dbF42fbfEaF7F428604a86760300cB5B
0xCF8D8433B749c06F5D84d133224dfeeb8Db58515
0xe45fDcd3e7f7bbd597fECA1aC45C879e6a04F197
0x25df6A0cb4506305a58e523E556Ed1e75B33dCC3
0x743500Af9a12854214201516eb58fe97ad020Eb4
0x0339d5Eb6D195Ba90B13ed1BCeAa97EbD198b106
GitHub - pangea-protocol/pangea-core: Core Contract For pangea protocol. Concentrated Liquidity Pool on KlaytnGitHub
Logo