Skip to content

Commit

Permalink
docs: add vats to deployed contracts; esp priceAuthority
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 22, 2024
1 parent a5ea0a6 commit f78b8b6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion main/guides/zoe/actual-contracts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,25 @@ In the [mainnet-1B release of agoric-sdk](https://github.com/Agoric/agoric-sdk/r
| [PSM](./PSM) | The Parity Stability Module (PSM) supports efficiently minting and burning Inter Stable Tokens (ISTs) in exchange for approved external stable tokens. |
| vaultFactory | allows users to mint IST backed by collateral such as ATOM; hands off vaults to auctioneer when value of collateral in a vault falls below a governed threshold |
| auctioneer | auctions collateral from liquidated vaults |
| fluxAggregator | aggregates prices from oracle oeprators |
| fluxAggregator | a [Price Authority](../price-authority) that aggregates prices from oracle oeprators |
| scaledPriceAuthoriy | provides prices for tradeable assets such as ATOM in terms of idealized "oracle ATOM" prices from oracle operators |
| feeDistributor | collects fees from Inter Protocol contracts and distributes to reserve and/or stakers |
| assetReserve | holds assets in reserve to back IST |
| walletFactory | executes Zoe offers on behalf of users |

## Deployed Vat Services

Other services run in vats that are not contracts.

| vat | services |
| -------------- | -------------------------------------------------------------------------------------- |
| bootstrap | initial vat. also runs [core eval scripts](../../coreeval/) |
| vatAdmin | creates, [upgrades](../../zoe/contract-upgrade), and terminates vats |
| agoricNames | the `agoricNames` [name service](../../integration/name-services) |
| bank | connects cosmos denoms with ERTP Brands/Issuers/Mints |
| board | the `board` [name service](../../integration/name-services) |
| bridge | chainStorage etc. |
| priceAuthority | registers [Price Authorities](../price-authority) and routes requests for price quotes |
| provisioning | `namesByAddress` [name service](../../integration/name-services) |
| timer | `chainTimerService` |
| zoe | the Zoe Service |

0 comments on commit f78b8b6

Please sign in to comment.