enosys-dex-v3

Document Enosys DEX V3 contract addresses, ABIs, and reward flows on Flare Network.

1|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill enosys-dex-v3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enosys-dex-v3
Source: https://github.com/Thanasimos/Thanas-flare-builders-toolkit/tree/main/enosys-dex-v3
Command: npx skills add https://github.com/Thanasimos/Thanas-flare-builders-toolkit --skill enosys-dex-v3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

Deep reference skill for Enosys DEX V3 (CLMM) development on Flare Network. Use this skill whenever Darren asks about: building tools or apps that interact with Enosys DEX V3 positions (LP position manager, burn tool, reward checker), contract addresses for the Enosys V3 position manager or reward system on Flare, how delegation rewards / FlareDrops / APS incentives / rFLR work and how to claim them on-chain, writing ethers.js v6 code against the Enosys V3 contracts, or any task referencing the dex-v3-main codebase. Trigger on any mention of: Enosys V3, CLMM, LP position manager, NonfungiblePositionManager, RewardManager, FtsoRewardRedistributor, MonthlyRewardManager, APS incentives, delegation rewards, FlareDrops, rFLR, burn NFT position, tokensOwed, or pool registry on Flare.

Frequently Asked Questions about enosys-dex-v3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interact with Enosys DEX V3 CLMM positions using ethers.js on Flare Network?

To interact with Enosys DEX V3 CLMM positions, use ethers.js v6 with minimal ABIs from the NonfungiblePositionManager contract to manage LP positions, burn NFTs, and read tokensOwed directly on Flare Network.

How do delegation rewards and FlareDrops work on Enosys V3?

Delegation rewards and FlareDrops on Enosys V3 are distributed via FtsoRewardRedistributor and MonthlyRewardManager contracts, enabling APS incentives and rFLR claims through the on-chain RewardManager system.

What contract addresses do I need for Enosys V3 reward and position management on Flare?

Enosys V3 on Flare exposes core contract addresses for the NonfungiblePositionManager and RewardManager, providing the registry and pool mappings needed to build dashboards and claim delegation rewards.

How do I burn an NFT position and claim tokensOwed on Enosys DEX V3?

To burn an NFT position on Enosys DEX V3, invoke the burn function on the NonfungiblePositionManager contract to close the LP position and settle tokensOwed through the documented ethers.js reward flow.

Can I build a vanilla JS frontend for Enosys DEX V3 without a full framework?

Yes, you can build a vanilla JS frontend for Enosys DEX V3 because the reference documents frontend patterns and minimal ABIs that support direct interaction with the Flare Network pool registry and reward contracts.

Why are my APS incentives not showing up in the Enosys V3 reward checker?

APS incentives on Enosys V3 may not appear if the RewardManager or FtsoRewardRedistributor contract calls are misconfigured, requiring verification of the pool registry mappings and rFLR delegation state on Flare Network.