liquidity-mining

Plan and implement MasterChef-style multi-pool DeFi reward distributions.

120|12|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ccashwell/evm-cortex --skill liquidity-mining
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liquidity-mining
Source: https://github.com/ccashwell/evm-cortex/tree/main/skills/liquidity-mining
Command: npx skills add https://github.com/ccashwell/evm-cortex --skill liquidity-mining

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and implement reliable liquidity mining reward programs for DeFi pools.

Core Features & Use Cases

  • MasterChef architecture for multi-pool reward distribution
  • Emission schedules (halving & linear decay) and gauge-based allocation
  • Safe and auditable reward distribution with deterministic per-share accounting
  • Use Case: Deploy a MasterChef-style contract to distribute rewards to liquidity providers across multiple pools with adjustable weights.

Quick Start

Configure a MasterChef-style reward distribution with two LP pools and deploy the example contract to begin distributing rewards to stakers.

Frequently Asked Questions about liquidity-mining

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

FAQPage Schema
How do I design a MasterChef-style liquidity mining program for multiple DeFi pools?

Design a MasterChef-style liquidity mining program by configuring multi-pool reward distribution with gauge-based weighting and emission schedules. This ensures fair, scalable distributions to liquidity providers across deployed Solidity contracts using deterministic per-share reward accounting.

What is per-share reward accounting in liquidity mining smart contracts?

Per-share reward accounting is a deterministic mechanism used in liquidity mining contracts to calculate exact reward distributions for stakers. It ensures safe, auditable token transfers by mathematically tracking each liquidity provider's proportional share of the pool's allocated emission rewards.

How do emission schedules work for DeFi staking rewards?

Emission schedules govern DeFi staking rewards by controlling token release rates over time through halving or linear decay mechanisms. They integrate with gauge-based allocation in MasterChef architectures to dynamically adjust and manage reward distributions across multiple liquidity pools.

Can I adjust pool weights for liquidity mining rewards after deployment?

Yes, you can adjust pool weights for liquidity mining rewards after deployment through governance-aligned pool management. MasterChef-style systems utilize gauge-based weighting, allowing governance protocols to modify allocation parameters across multiple LP pools to scale distributions as needed.

What's the best way to ensure secure token transfers in a liquidity mining protocol?

The best way to ensure secure token transfers in a liquidity mining protocol is to implement auditable MasterChef-style Solidity contracts with deterministic per-share accounting. This approach guarantees safe reward distribution and reliable execution across deployment, monitoring, and upgrades.

When should I use gauge-based weighting instead of fixed allocation for liquidity mining?

Use gauge-based weighting instead of fixed allocation for liquidity mining when managing multi-pool MasterChef systems that require scalable, adjustable distributions. This approach supports governance-aligned pool management, allowing dynamic reallocation of emission schedule rewards across varying DeFi pools.