Algebra Integral Overview
  • Intro
  • Audits
  • Integration of Algebra Integral protocol
    • Specification and API of contracts
      • Algebra Pool
      • Algebra Factory
      • Swap Router
      • Nonfungible Position Manager
      • Quoter
      • QuoterV2
      • TickLens
    • Interaction with pools
      • Getting data from pools
    • Subgraphs and analytics
      • Examples of queries
    • Technical guides
      • Intro
      • Swaps
        • Single swaps
        • Multihop swaps
      • Providing liquidity
        • Setting up your contract
        • Mint a new position
        • Collect fees
        • Decrease liquidity
        • Increase liquidity
        • Final contract
      • Flashloans
        • Setting up your contract
        • Calling flash
        • Flash callback
        • Final contract
    • Migration from UniswapV3
  • Core logic
    • Pool overview
    • Swap calculation
    • Liquidity and positions
    • Ticks
      • Ticks search tree
    • Reserves
    • Flash
    • Plugins
    • AlgebraFactory and roles
  • Plugins
    • Intro
  • Changes after V1
Powered by GitBook
On this page

Intro

NextAudits

Last updated 1 year ago

This documentation is dedicated to the new version of Algebra - Algebra Integral. The documentation is technical in nature and describes the logic of pools, integration process and protocol usage.

- section with inforamtion about security audits

- section devoted to integration and interaction with Algebra Integral pools.

- section describing the internal logic of Algebra Integral core (pools and pool factory).

- section devoted to the development of plugins for Algebra Integral.

- brief description of key differences from Algebra V1.

Audits
Intregration of Algebra pools
Core logic
Plugins
Changes after V1