aglamadrid19 / amm-router

AMM Router based on PCS with Swap and Liquidity Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMM Generalizations:

0 - Liquidity Router
    0 - AddLiquidity / RemoveLiquidity of any tokens listed on the platform does not charge a fee
    1 - New SpamList to block AddLiquidity / RemoveLiquidity of Scam Tokens.
    2 - New Failsafe to extract liquidity from Scam Tokens to protect and refund Liquidity Providers.
    3 - New Centralized Liquidity Pools deployments and Switch to become permission-less.
    4 - 

1 - Swap Router
    0 - Swap tokens on UFF AMM has a fee of 0.3% (plus any fees charge by the token project)
    1 - New ApproveList to allow only Partner Routers (3rd Party Integrations).
    2 - New SpamList to block Swap of Scam Tokens
    3 - 

About

AMM Router based on PCS with Swap and Liquidity Router


Languages

Language:JavaScript 56.1%Language:Solidity 43.9%