# Enosys V3

> A Claude skill from canddao1-dotcom/flare-agent-skills.

- **Type:** Skill
- **Install:** `agentstack add skill-canddao1-dotcom-flare-agent-skills-enosys-v3`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [canddao1-dotcom](https://agentstack.voostack.com/s/canddao1-dotcom)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [canddao1-dotcom](https://github.com/canddao1-dotcom)
- **Source:** https://github.com/canddao1-dotcom/flare-agent-skills/tree/main/skills/enosys-v3

## Install

```sh
agentstack add skill-canddao1-dotcom-flare-agent-skills-enosys-v3
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Enosys V3 — Uniswap V3 DEX on Flare

Swap tokens and manage concentrated liquidity positions on Enosys V3 (standard Uniswap V3) on Flare Network.

## Commands

### Swap & Quote
```bash
# Get a quote (default 0.3% fee tier)
node scripts/swap.js quote --from WFLR --to FXRP --amount 100

# Best quote across all fee tiers
node scripts/swap.js best --from WFLR --to FXRP --amount 100

# Execute swap
node scripts/swap.js swap --from WFLR --to FXRP --amount 100 --slippage 1 --fee 3000

# Pool info (all fee tiers)
node scripts/swap.js pool --from WFLR --to FXRP
```

### LP Management
```bash
# List positions
node scripts/lp.js positions --address 0xYOUR_WALLET

# Health check
node scripts/lp.js check --address 0xYOUR_WALLET

# Mint new position
node scripts/lp.js mint --token0 WFLR --token1 FXRP --amount0 1000 --amount1 100 --fee 3000 --range 10

# Add liquidity
node scripts/lp.js add --tokenId 123 --amount0 100 --amount1 10

# Collect fees
node scripts/lp.js collect --tokenId 123

# Remove liquidity
node scripts/lp.js remove --tokenId 123 --percent 50
```

## Key Contracts

| Contract | Address |
|----------|---------|
| SwapRouter | `0x5FD34090E9b195d8482Ad3CC63dB078534F1b113` |
| QuoterV2 | `0xE505Bf33e84dDA2183cd0E4a6E8B084b85BC4269` |
| Factory | `0x17AA157AC8C54034381b840Cb8f6bf7Fc355f0de` |
| NonfungiblePositionManager | `0xd9770b1c7a6ccd33c75b5bcb1c0078f46be46657` |

## Fee Tiers

| Fee | Tick Spacing | Use Case |
|-----|-------------|----------|
| 500 (0.05%) | 10 | Stable pairs |
| 3000 (0.3%) | 60 | Standard pairs |
| 10000 (1%) | 200 | Exotic pairs |

## Notes

- Standard Uniswap V3 interface (NOT Algebra — that's SparkDex V4)
- Fixed fee tiers unlike SparkDex V4's dynamic fees
- Tokens: WFLR, FXRP, sFLR, USDT0, CDP, rFLR, stXRP

## Environment Variables

| Variable | Description |
|----------|-------------|
| `AGENT_WALLET` | Your wallet address (for read-only queries) |
| `AGENT_KEYSTORE` | Path to encrypted keystore JSON (default: `./keystore.json`) |
| `AGENT_KEYSTORE_PASSWORD` | Path to keystore password file |
| `KEYSTORE_PASSWORD_PATH` | Alternative password path |
| `FLARE_RPC` | Custom RPC URL (default: public Flare RPC) |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [canddao1-dotcom](https://github.com/canddao1-dotcom)
- **Source:** [canddao1-dotcom/flare-agent-skills](https://github.com/canddao1-dotcom/flare-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-canddao1-dotcom-flare-agent-skills-enosys-v3
- Seller: https://agentstack.voostack.com/s/canddao1-dotcom
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
