Extendable pool
logic for 50+
DEXs with
Integral

Bring your plugin ideas & use established plugins in the Integral ecosystem.
Build on top of pools to customize your exchange with Algebra.

View live plugins
Build plugins visual

50+DEXes

What is a
Plugin?

Plugin is a smart-contract that connects to a liquidity pool of an Integral-powered DEX & expands its functionality.

With this ‘plugin + core’ architecture, Algebra Integral allows DEXs to upgrade easily.

IPlugin.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IAlgebraPlugin {
function beforeSwap(
address sender,
address recipient,
bool zeroToOne,
int256 amountSpecified
) external returns (bytes4);
function afterSwap(
address sender,
address recipient,
bool zeroToOne,
int256 amountSpecified
) external returns (bytes4);
}
Auditable & Trustless

Auditable & Trustless

Independent contracts with clear interfaces.

Zero Core Modifications

Zero Core Modifications

Extend functionality while the core stays immutable.

Composable

Composable

Chain multiple plugins together seamlessly.

How to Develop a Plugin

A clear 4-step path from idea to earning, designed for DeFi developers of all experience levels.

3

List

Listing on the Algebra Plugin Marketplace

4

Go Live

Deploy plugin on DEXs

From Code to Production

Plugin Lifecycle

Follow the guidelines to get your plugin listed:

1

Build

Development

Create your plugin using our documentation, templates and architecture guidelines.

What You Do
  • Build plugin using docs & templates
  • Follow interface & architecture guidelines
2

Submission

Beta

Submit your plugin for review. Our team will verify and test it.

How We Proceed
  • GitHub Repository
  • DocumentationRequired
  • Audit ReportRecommended
  • Deploy to a playground environment
  • Plugin is published in the marketplace
3

Go Live

Production Deployment

Once approved, your plugin goes live across Algebra and partner DEXs.

What You Get
  • Plugin status upgraded to LIVE
  • Available for integration across DEXs
Review time

Review time

Typically 4-7 business days

Security First

Security First

Thoroughly test & audit plugins before listing them

Developer Support

Developer Support

We're here to review & approve the plugin

Ecosystem Reach

Ecosystem Reach

One plugin, many DEXs and thousands of users

Contact us & BUIDL

Get involved by contacting us through the developers partnership form.

Name / Team name*
GitHub handle*
Email / Telegram*
Plugin idea description*

Why Build on Algebra

Scale Across 50+ Chains

Scale Across 50+ Chains

Access 100+ DEX integrations on 50+ chains

Build For Any Narrative

Build For Any Narrative
RWAAIDeFi
Agentic Finance

Liquidity From Day One

Liquidity From Day One

Plug into live liquidity instantly across EVM

Skip the AMM Headaches

Skip the AMM Headaches

No need to bootstrap your own AMM