From 3ef937f9a9ff3b9b4ef85614856dce2d03a2197e Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 18 Jan 2024 03:19:56 +0000 Subject: [PATCH] Update 18-01-2024 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2298b12..505836d 100644 --- a/README.md +++ b/README.md @@ -303,3 +303,12 @@ The Compound V3 contract behaves like a rebasing ERC 20 token. A rebasing token ## Understanding Collateral, Liquidations, and Reserves in Compound V3 [πŸ”—](https://www.rareskills.io/post/compound-finance-liquidation) In this chapter we will examine the following topics about Compound V3: collateral valuation absorbing insufficiently collateralized... +## Bulkers in Compound V3 [πŸ”—](https://www.rareskills.io/post/compound-v3-bulker) +The bulker contracts in Compound V3 are multicall-like contracts for batching several transactions. For example, if we wanted to supply... + +## How Compound V3 Allocates COMP Rewards [πŸ”—](https://www.rareskills.io/post/compound-v3-rewards) +Compound issues rewards in COMP tokens to lenders and borrowers in proportion to their share of the a market’s lending and borrowing. The... + +## How Chainlink Price Feeds Work [πŸ”—](https://www.rareskills.io/post/chainlink-price-feed-contract) +Chainlink price oracles are smart contracts with public view functions that return the price of a particular asset denominated in USD.... +