Skip to main content

Deploy a market

A market always consists of two silos, silo0 and silo1. Here is a step-by-step guide to deploying a market.

1- Create a Chainlink oracle config JSON for both assets, for example, silo-oracles/deploy/chainlink-v3-oracle/configs/sonic.json.

2- Run ChainlinkV3OracleDeploy.s.sol to deploy the oracles. We have made different types of oracles available to you to deploy.For example ERC4626Oracle. PythAggregator is another type that you can use as the underlying Chainlink feed.

3- Create Silo setup JSON, for example, silo-core/deploy/input/sonic/Silo_solvBTC.BBN_solvBTC.json

4- Run SiloDeployWithHookReceiverOwner.s.sol to deploy the silo.

5- Run VerifySilo.s.sol script to check the silo setup for errors. Log oracle quotes for different amounts and compare the oracle prices with prices from external sources.

6- Submit PR to silo-contracts-v2 repository with VerifySilo report attached in description.