DeFi Modules
These modules are designed for direct integration with your smart contracts and DeFi applications:Interchain Queries (ICQ)
Query data from any IBC-connected blockchain
Interchain Transactions (ICTX)
Execute transactions on remote chains via ICA
Cron
Schedule automated contract executions
Contract Manager
Safe IBC acknowledgment handling
Dex
Decentralized exchange functionality
Harpoon
Staking hooks for historical voting power
Transfer
IBC transfers with contract callbacks
Token Factory
Create and manage custom tokens
GMP
General Message Passing protocol
System Modules
These modules handle chain-level operations and are primarily managed through governance:Admin
DAO governance operations
Revenue
Validator compensation system
Fee Burner
NTRN burning & treasury management
Fee Refunder
IBC relayer incentives
IBC Rate Limit
Network protection mechanisms
Dynamic Fees
Asset price management for fee calculations
Global Fee
Network-wide minimum gas prices
Integration Patterns
Most Neutron modules follow consistent patterns when used in CosmWasm smart contracts:1. Import Dependencies
2. Create Messages
3. Handle Callbacks
Documentation Structure
Each module provides comprehensive documentation following the Divio system:- Overview: Core concepts and capabilities
- Explanation: Detailed mechanisms and architecture
- How-to Guides: Step-by-step instructions
- Reference: Complete API and technical specifications