Core Protocol Contracts
The core contracts that form the foundation of the Azos protocol, including the main engine, oracle systems, and essential protocol components.
Protocol Tokens
Trade AZUSD: Aerodrome Finance
| Token | Address | BaseScan | Description | 
|---|---|---|---|
| AZUSD (SystemCoin) | 0x3595ca37596D5895B70EFAB592ac315D5B9809B2 | View | The stablecoin issued by the Azos protocol, backed by collateral in SAFEs | 
| AZOS (ProtocolToken) | 0x25D35278cc4230c44d0cad2c8DEA3de24f0159D9 | View | The governance token of the Azos protocol, used for voting and protocol governance | 
Core System Contracts
| Contract | Address | BaseScan | Description | 
|---|---|---|---|
| AccountingEngine | 0xBaaBa3934ed262f334FF25592699a7ddA4CAe94A | View | Manages protocol surplus and debt, coordinating auction processes and fee distribution across the system | 
| CoinJoin | 0x0C89A514D24148A252B6cE8aEeaA6647dc5e7205 | View | Gateway contract for users to deposit and withdraw AZUSD to/from the protocol | 
| CollateralJoinFactory | 0xe1c16c091B28a8C9C3a3c48572302a48B3E11814 | View | Factory contract that deploys CollateralJoin contracts for each supported collateral type in the protocol | 
| GlobalSettlement | 0x1f504B8F53E2412c2f6F4842492491DEF83b2A6A | View | Emergency shutdown mechanism that allows for orderly settlement of all outstanding debt and collateral | 
| LiquidationEngine | 0xE5A88ea4679a3aed6c8199fb946091996cB569Fb | View | Monitors and triggers liquidation of undercollateralized positions (SAFEs) in the protocol | 
| OracleRelayer | 0x4f7C13A694279c00204399f7faC84C9678297d3d | View | Relays price information from oracles and manages collateral price feeds for the protocol | 
| PIDController | 0xE5B4A4EC06EeD91010bD66cadeF3E41885D20947 | View | Implements PID control algorithm for automated parameter adjustment and system stabilization | 
| PIDRateSetter | 0xE061211244198963010883Da8637488dd6E95550 | View | Sets stability fees and other rates based on PID controller recommendations | 
| SAFEEngine | 0xcC698069A261961E07B70Db901011E47FeB99179 | View | Core accounting engine that tracks all collateral and debt positions (SAFEs) in the protocol | 
| StabilityFeeTreasury | 0x70A2bC9E6bFfDbdc925B0a8091Fd1C890df1eeF3 | View | Collects and manages stability fees paid by borrowers in the protocol | 
| TaxCollector | 0x7fd657dec744602448eF83cD7e210DC1E55859Eb | View | Collects stability fees from borrowers and distributes them to designated receivers |