Adding a new collateral type to Synthetix V3 is a multi-stage governance process that begins with a Synthetix Improvement Proposal (SIP) and ends with on-chain parameter configuration. Unlike the monolithic V2.x system, V3's architecture separates market logic from collateral management through a pool-and-vault model, meaning a new asset must be explicitly assigned to a specific pool's vault before it can back synthetic liquidity. The process requires the Spartan Council to evaluate not just the asset's market quality, but its systemic fit within the debt pool's risk profile and the technical feasibility of its oracle infrastructure.

Collateral Onboarding and Risk Parameter Standards
How Collateral Joins the Synthetix V3 System
The formal governance and technical process for integrating a new asset as approved collateral within the V3 pool-and-vault architecture.
The lifecycle starts with a SIP draft that must define the asset's contract address, the target pool, and the complete risk parameter set: issuance ratio, liquidation ratio, minimum delegation time, and reward distribution weights. This proposal is subject to a formal review period where protocol engineers and risk analysts assess the asset's volatility profile, on-chain liquidity depth, and oracle manipulation resistance. A critical dependency is the existence of a robust Chainlink or Pyth price feed with proven staleness checks; the V3 system's CollateralConfigurationModule will reject any asset that cannot provide a validated nodeId from the oracle manager. Once the SIP passes a Spartan Council vote, the configuration is enacted via a Synthetix Configuration Change Proposal (SCCP) that calls setCollateralConfiguration on the target pool's proxy, making the asset live for stakers and integrators.
For builders and risk teams, the operational impact is immediate: new collateral changes the debt pool's composition, alters the effective backing ratio for all synthetic assets in that pool, and requires keeper networks to update their liquidation bots with the new asset's parameters. Integrators must monitor the CollateralDeposited and CollateralWithdrawn events on the pool's vault contract to track user positions. Chainscore Labs supports this process by auditing the proposed risk parameters against historical volatility data, reviewing the oracle integration for liveness and deviation risks, and verifying that the on-chain configuration matches the approved SIP before the SCCP executes.
Collateral Onboarding at a Glance
A structured overview of the stages, actors, and actions involved in proposing, evaluating, and integrating a new collateral type into the Synthetix V3 system.
| Area | What changes | Who is affected | Action |
|---|---|---|---|
Proposal Initiation | A new SIP is drafted to add a collateral type, specifying the asset, oracle, and initial risk parameters. | Governance delegates, protocol architects | Review the SIP against the V3 pool-and-vault architecture standards for interface compatibility. |
Oracle Specification | A price feed from Chainlink or Pyth is designated, defining staleness thresholds and aggregation logic. | Oracle node operators, DeFi protocols, risk teams | Verify the oracle's deviation tolerance and liveness against the market's liquidation engine requirements. |
Risk Parameter Framework | Parameters like issuance ratio, liquidation ratio, and debt cap are proposed for the new vault. | Stakers, risk managers, liquidators | Model the proposed parameters against historical volatility to assess systemic solvency risk to the debt pool. |
Spartan Council Review | The governance body evaluates the proposal's technical soundness and economic impact before a vote. | SNX stakers, governance watchers | Monitor the council's deliberation and vote outcome to anticipate changes in protocol direction and risk exposure. |
Smart Contract Integration | New vault contracts or adapters are deployed, and the core system's router and proxy interfaces are updated. | Wallets, exchanges, front-end developers | Update integration code to handle new contract addresses, event schemas, and function signatures for the collateral. |
Keeper Network Update | Liquidation keepers must update their bots to monitor new vault positions and execute liquidations. | Keeper network operators, protocol health monitors | Integrate the new vault's liquidation interface and test bot behavior against the grace period and auction mechanics. |
Ongoing Monitoring | The collateral's debt share, utilization, and market behavior must be continuously observed post-onboarding. | Data teams, risk assessors, treasury managers | Set up alerts for debt pool rebalancing triggers and monitor for anomalous funding rate or liquidation activity. |
V3 Vault Interface and Oracle Requirements
Defines the technical interface and oracle dependency standards that any collateral type must satisfy before it can be onboarded to a Synthetix V3 pool.
The V3 Vault Interface and Oracle Requirements standard establishes the non-negotiable technical contract for any asset seeking integration as collateral within the Synthetix V3 system. This specification, formalized through the SIP process, mandates that a prospective collateral type must be represented by a dedicated vault contract conforming to the IVault interface, which standardizes how pools interact with deposited collateral for issuance, delegation, and liquidation. Critically, the standard couples this vault interface with a strict oracle dependency: the vault must integrate with an approved external price feed—typically from Chainlink or Pyth—that provides a manipulation-resistant, on-chain price with defined staleness and confidence thresholds. This coupling ensures that the core pool logic can perform all risk calculations, including collateralization ratios and liquidation triggers, using a uniform and reliable data source, regardless of the underlying asset's native chain or token standard.
For builders and protocol operators, the operational impact is that collateral onboarding is not merely a governance decision but a full-stack integration project. A successful SIP must deliver a deployed vault contract that correctly implements the IVault interface, including functions for deposit, withdraw, delegateCollateral, and a liquidate callback, while also wiring the vault to a compliant oracle node. The standard requires that the oracle's price feed is sufficiently decentralized and has a proven history of liveness during network congestion, as a stale or incorrect price directly compromises the solvency of any pool using that collateral. Risk teams evaluating a new collateral type must therefore audit not only the vault's Solidity logic but also the economic security of its specific oracle configuration, including the number of publishers, update frequency, and the fallback behavior if the price feed times out.
Teams planning to propose a new collateral type should treat this standard as a pre-flight checklist. The integration work involves forking the canonical vault template, customizing it for the asset's token interface (e.g., handling rebasing tokens or fee-on-transfer logic), and ensuring the oracle setup meets the latest SIP-defined parameters for staleness tolerance. Chainscore Labs supports this process with vault implementation reviews, oracle integration audits, and formal verification of the liquidation path to ensure that a new collateral type can be safely composed with existing pools without introducing systemic risk to the shared debt architecture.
Who Is Affected by a Collateral Onboarding Event
Protocol Operators
Spartan Council members and protocol engineers must execute the on-chain governance steps to finalize the collateral's acceptance. This involves reviewing the final SIP payload, verifying the proposed risk parameters against the accepted framework, and ensuring the timelock and multi-sig execution are correctly sequenced.
Operators should pre-stage the transaction payloads in a simulation environment like Tenderly to validate state changes. Post-execution, they must monitor the new collateral's vault for anomalous minting activity and confirm that the associated oracle price feeds are updating correctly within the system's staleness thresholds.
Integration Impact and Workflow
The integration of a new collateral type into Synthetix V3 triggers a coordinated workflow across governance, oracle providers, keeper networks, and front-end interfaces. Each actor must verify specific technical and economic parameters before the asset is live.
Wallet and Custody Integration for Institutional Users
Institutional stakers and integrators using multi-sig wallets or custody solutions must add the new collateral's token contract to their allowlists and configure their internal systems to parse the new vault's transaction data. This includes updating accounting systems to track the new asset's c-ratio and debt issuance. A delay in this operational step can lock institutional capital out of the new vault, preventing participation and reducing the pool's intended diversification.
Risk Parameter Framework and Systemic Exposure
Evaluates the risk parameter framework that governs collateral onboarding and ongoing exposure management in the V3 system, identifying systemic dependencies and required actions for stakeholders.
| Risk Area | Failure Mode | Severity | Affected Actors | Mitigation and Action |
|---|---|---|---|---|
Oracle Dependency | Price feed manipulation or prolonged staleness for a collateral asset leads to incorrect valuations and bad debt accumulation. | Critical | Liquidation keepers, stakers, pool liquidity providers | Verify oracle redundancy and staleness thresholds per SIP. Monitor for deviations across Chainlink and Pyth feeds. Chainscore can review oracle integration logic. |
Collateral Volatility | A newly onboarded asset experiences extreme intraday volatility, causing mass liquidations that fail to clear due to insufficient keeper participation. | High | Stakers (debt pool), liquidation keepers, borrowers | Stress-test liquidation parameters against historical volatility. Ensure keeper incentives are calibrated for the asset's liquidity profile. Chainscore can model systemic liquidation risk. |
Smart Contract Risk | A vulnerability in the vault contract for a specific collateral type allows unauthorized withdrawal or debt manipulation. | Critical | All V3 users, integrators, exchanges | Mandate formal verification and audits for each new vault implementation. Monitor for anomalous vault activity. Chainscore can perform targeted vault contract reviews. |
Governance Parameter Drift | Spartan Council adjusts a collateral's LTV ratio or debt ceiling without sufficient analysis, creating a systemic over-concentration risk. | Medium | Stakers, borrowers, risk managers | Implement automated monitoring of parameter changes against pre-defined risk models. Governance delegates should require impact analysis before voting. Chainscore can provide independent parameter-change assessments. |
Cross-Chain Collateral Risk | A bridge or messaging layer failure for a cross-chain collateral asset (e.g., bridged ETH) freezes deposits or prevents timely liquidations. | High | Cross-chain arbitrageurs, vault users, keepers | Assess the security model and liveness guarantees of the bridge used by each cross-chain collateral. Define emergency procedures for bridge downtime. Chainscore can audit cross-chain dependency assumptions. |
Collateral Depeg | A stablecoin used as collateral loses its peg, causing a system-wide under-collateralization event that the debt pool must absorb. | Critical | Stakers (debt pool), sUSD holders, all market participants | Set conservative LTV ratios for stablecoins and implement circuit breakers that halt minting if a depeg is detected. Chainscore can design and review depeg response mechanisms. |
Keeper Network Liveness | No keeper is available to liquidate an under-collateralized position, allowing bad debt to accumulate against the pool. | High | Stakers, pool solvency | Verify keeper incentives and network diversity for each new collateral type. Ensure a fallback liquidation mechanism exists. Chainscore can assess keeper network robustness for specific markets. |
Concentration Risk | A single collateral type or a small set of correlated assets dominates the system's total value locked, amplifying losses from a single failure. | Medium | Stakers, risk managers, governance | Monitor collateral concentration ratios and enforce debt ceilings per asset. Diversify the collateral set. Chainscore can build systemic concentration monitoring dashboards and risk reports. |
Pre-Deployment Review Checklist for New Collateral
A structured technical review to be completed before any new collateral type is proposed for on-chain activation in the Synthetix V3 system. This checklist ensures that oracle dependencies, liquidation parameters, and vault configurations meet the protocol's risk standards and do not introduce systemic vulnerabilities to the shared debt pool.
Confirm that the proposed oracle network (e.g., Chainlink, Pyth) provides a dedicated price feed for the collateral asset on the target deployment chain. Verify the feed's historical uptime, heartbeat frequency, and maximum observed deviation percentage during high-volatility events.
- Why it matters: A stale or deviated price feed can lead to incorrect minting limits and unfair liquidations, directly impacting the debt pool's solvency.
- Readiness signal: A report showing >99% feed uptime over a 30-day lookback and a deviation threshold that is tighter than the proposed liquidation ratio buffer.
Canonical Resources and Specifications
Collateral Onboarding and Risk Parameter Standards depend on Synthetix governance records, V3 contract behavior, oracle documentation, and live configuration changes. Use these resources to verify whether an asset can be safely added, priced, limited, liquidated, and monitored.
Looking to build on a specific blockchain?
We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.
EVM ecosystems
- Ethereum
- Arbitrum
- Optimism
- Polygon
- Avalanche
- Cronos

Non-EVM ecosystems
- Solana
- Sui
- Aptos
- Hedera
- Stellar
- NEAR
Additional ecosystems
- Polkadot
- Cosmos
- TON
- Cardano
- Algorand
- Tempo
Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.
Frequently Asked Questions
Common questions from teams proposing new collateral types and from risk assessors evaluating systemic exposure in the Synthetix V3 system.
A new collateral type requires a Synthetix Improvement Proposal (SIP) that specifies the asset, its oracle configuration, and initial risk parameters. The process follows the standard SIP lifecycle: draft, community discussion, Spartan Council review, and on-chain vote. Proposers must provide a technical specification for the collateral's integration into the V3 pool-and-vault architecture, including any custom logic for valuation, staking, or delegation. Teams should also submit a risk assessment covering market liquidity, volatility profile, smart contract maturity, and oracle decentralization. The canonical process is documented in the SIP Lifecycle and Governance Process page.
Delivering blockchain solutions for 5+ years.
We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.
Selected Partners & Clients
“I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
How to get started?
If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.
Exploration & Strategy
Define your product goals and choose the right blockchain architecture for your use case.
Architecture & Design
Design the smart contracts, tokenomics, and security parameters of your system.
Development & Integration
Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.
Security & Launch
Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.
Discover our
blockchain development services.
We build production-grade blockchain solutions for top-tier projects across DeFi and Web3.
Need a blockchain engineering team?
Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.


