Based on a fork of uniswap-interface, to include advanced features developped by Kromatika DAO.
- Website: kromatika.finance
- Metaswap: app.kromatika.finance/swap
- Fees Earning Limit Orders: app.kromatika.finance/limitorder
- Docs: docs.kromatika.finance
- Whitepaper: Kromatika Whitepaper
Kromatika is developped by the Kromatika DAO, a community-driven DAO that aims to build a decentralized financial infrastructure.
- DAO Manifesto: Kromatika DAO Manifesto
Find more information about Kromatika DAO and Kromatika on our socials.
- Twitter: @KromatikaFi
- Discord: Kromatika.Finance
- Telegram Discussion: Kromatika.Finance Official
- Telegram Announcements: KromatikaNews
- Medium: Kromatika DAO
Kromatika is an innovative MetaDEX Aggregator, developped by the Kromatika DAO. Current working products on ETH L1, Arbitrum, Optimism, Polygon, (BNB on perps)
Products include:
- FELO Fees Earning Limit Orders
- No competitor has yet matched or surpassed this feature
- Set a limit order, grab 1–9% extra LP rewards, and avoid slippage, front‑running, pool fees, and UI fees
- MetaSwap
- Receive the best swap quote, aggregated from the best aggregators
- API powered, easy to integrate
- Off-chain based aggregation.
- Scalable and reliable
- Gasless MetaSwap:
- MetaSwap, but gasless
- No need to pay in advance, we pay for you
- Trade with 100% of your available capital
- CEX-like experience
- Perpetual Trading
- on ETH L1, Arbitrum and BNB
- V1: Orderbook perps with over 72 pairs
- V2: Onchain perps with degen mode up to 500x + Forex
- Swapbox
- Any Protocol can now integrate Kromatika DEX aggregator on their website with 1 line of code as a widget. Just copy and paste, 30 second integration.
git clone https://github.com/Kromatika-Finance/interface.git
2. install nvm (node version manager) to manage node versions on your machine (if not already installed)
npm install -g yarn
nvm install
nvm use
yarn install
8. run project post install command to installs ABIs of the smart contracts (only run if you've made changes to any smart contract ABI )
yarn postinstall
yarn start