SMART CONTRACTS
← Contract catalogAMMFactory
Create and look up pools for token pairs.
Role and use
Find an existing pool by token pair or create one when needed.
Integration considerationsManage implementation addresses and default parameters. Pool creation and liquidity provision are separate operations.
Key contract operations
Key entry points for direct contract calls. Consult the linked implementation and matching ABI for parameters, types and access conditions.
| Operation | Purpose |
|---|---|
createPool | Create a token-pair pool |
getPool | Find a token-pair pool |
setDefaults | Update defaults for new pools |
Related contracts
Put it into practice
Payments & connected services
See the data model, processing sequence and SDK code for an application-level implementation.
Read the implementation patternSpecification and source
The Solidity source is pinned to the revision below. Match it with the SDK version and your network’s implementation address and ABI.
circuitbreaker-amm/contracts/AMMFactory.solSource revision: b53a5b5