KaiaFun
App
  • 📘Introduction
    • 🏝️Overview
    • 🎒Background
  • User Guide
    • 🔔How to launch
    • 📈How to trade
    • 🔥How to halt selling
    • ✅Token Contract Verification
  • KaiaFun
    • 🧮Mechanism
    • 🏦Protocol Fees
    • ♻️The $WEERO Token
    • ⚡Flashloans
  • Weero
    • 🏦Weero Finance
  • More
    • 📜Terms and Conditions
    • 📜Content Policy
    • 🎨Brand Kit
    • 🐦X/Twitter
Powered by GitBook
On this page
  • Introduction
  • Fees
  • V3 Liquidity Pool Fees
  • V2 Liquidity Pool Fees
  • Contracts
  • Security
  1. Weero

Weero Finance

PreviousFlashloansNextTerms and Conditions

Last updated 3 days ago

Introduction

We're currently updating our comprehensive documentation with improved styling and organization. Follow us on Twitter for the latest updates!

The KaiaFun team is proud to introduce that we're launching Weero — a specialized trading infrastructure and decentralized exchange designed for the next phase of Kaia Ecosystem growth.

Weero is initially a DEX and DEX Aggregator specifically optimized for memecoins, LST/LRT tokens, and LINE MiniDapps tokens that will grow in connection with these assets. The platform is designed to support the unique characteristics and trading patterns of these emerging token categories.

  • Exchange: Weero has it's own V2 and V3 factories, which are completely permissionless — anyone can use it immediately without BD outreach or special approval processes. We aim to create an environment where new dApps can experiment and flourish instantly. We believe that when such an environment is established on Kaia, money legos will no longer be just a concept but will actually function in practice.

  • DEX Aggregator: Beyond the DEX itself, we also have an on-chain queryable DEX aggregator that will be integrated by default. This aggregator will explore and provide optimal routing for various assets across connected DEXes, ensuring users get the best possible trading opportunities.

Fees

V3 Liquidity Pool Fees

Each V3 liquidity pool has a custom fee set by the pool creator:

  • Fee tiers: 0.01%, 0.05%, 0.25%, and 1%.

  • Protocol fee is 20% of the fee.

Category
0.01%
0.05%
0.25%
1%

✨ Liquidity Providers

0.008%

0.04%

0.20%

0.80%

Protocol

0.002%

0.01%

0.05%

0.20%

V2 Liquidity Pool Fees

V2 pools have a standard 0.3% trading fee, distributed as follows:

  • ✨ 0.25% to Liquidity Providers

  • 0.05% to Protocol

Contracts

We are currently disclosing the contract addresses deployed for Weero's V2/V3 Exchange.

We strongly recommend using the official frontend for all interactions with Weero protocols. The frontend provides a safe and user-friendly interface that helps prevent the most common mistakes and transaction failures.

Weero and its contributors are not responsible for any losses or damages resulting from direct contract interactions or misuse of the protocol.

{
  "V3": {
    "Factory": "0x6603E53b4Ae1AdB1755bAF62BcbF206f90874178",
    "NonfungiblePositionManager": "0x2d974eA8199FFA7B0Ce914070f027BC94dF2E802",
  },
  "V2": {
    "Factory": "0xdE9634D8A1b5855E3Ddb0B0712b28031e18865d9",
    "Router02": "0x20A12562BA949A8260A4Cbb66F15eC6DF91c5fa2",
  },
}

Security

Weero is built on top of V2 and V3 contracts. For all related Audits, you can refer to the ones on Uniswap's GitHub.

🏦
Uniswap
https://github.com/Uniswap/v3-core/tree/main/audits
Weero