md`Before that, though, let's see what vault types are available to dai.js by default. \n \n
**Vault Types**
${maker.service('mcd:cdpType').cdpTypes.map(
type => `* ${type.ilk}
* Debt Ceiling: ${type.debtCeiling}
* Liquidation Ratio: ${type.liquidationRatio}
* Collateral Price ${type.price} \n`
)}`