Skip to content

Commit a8f965a

Browse files
authored
Merge pull request #4 from VenusProtocol/add-summary-outline
feat: add summary with doc outline
2 parents 5cf7284 + 1e4a217 commit a8f965a

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Venus Protocol V4

SUMMARY.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# Table of contents
2+
3+
## Getting Started
4+
5+
* [V4 Overview](README.md)
6+
* [Contracts Overview](getting-started/contracts-overview.md)
7+
* [V4 Whitepaper]()
8+
* [Protocol Features Summary](getting-started/protocol-feature-summary.md)
9+
10+
## What's New?
11+
12+
* [Isolated Lending](whats-new/portal.md)
13+
* [Stable Rate Borrowing](whats-new/efficiency-mode-emode.md)
14+
* [VAI Stability Fee](whats-new/isolation-mode.md)
15+
* [Governance Routes](whats-new/siloed-borrowing.md)
16+
* [Supply Borrow Caps](whats-new/supply-borrow-caps.md)
17+
* [Integrated Swap](whats-new/integrated-swap.md)
18+
19+
## Guides
20+
21+
* [Supplying](guides/supplying.md)
22+
* [Borrowing](guides/borrowing.md)
23+
* [Governance Guide](guides/governance-guide/README.md)
24+
* [Venus Improvement Proposal](guides/governance-guide/vip.md)
25+
* [Routes](guides/governance-guide/routes.md)
26+
* [Voting](guides/governance-guide/voting.md)
27+
* [Delegating](guides/governance-guide/delegating.md)
28+
* [Contributing](guides/contributing/README.md)
29+
* [Setting up a development environment](guides/contributing/development-environment.md)
30+
* [Testing Guide](guides/contributing/testing-guide.md)
31+
* [Protocol Math](guides/protocol-math.md)
32+
33+
34+
## Core Pool
35+
36+
* [Unitroller](core-pool/unitroller.md)
37+
* [VTokens](core-pool/vtokens.md)
38+
* [Lens](core-pool/lens.md)
39+
* [Oracle](core-pool/oracle.md)
40+
* [Liquidator](core-pool/liquidator.md)
41+
* [Interest Rate Model](core-pool/interest-rate-model.md)
42+
* [Jump Model](core-pool/jump-model.md)
43+
44+
## Isolated Lending
45+
46+
* [Pool Registry](isolated-lending/pool-registry.md)
47+
* [Pool](isolated-lending/pool.md)
48+
* [Rewards Distributor](isolated-lending/rewards-distributor.md)
49+
* [Lens](isolated-lending/lens.md)
50+
* [Risk Fund](isolated-lending/risk-fund/README.md)
51+
* [Protocol Share Reserve](isolated-lending/risk-fund/protocol-share-reserve.md)
52+
* [Shortfall](isolated-lending/risk-fund/shortfall.md)
53+
* [Factories](isolated-lending/factories/README.md)
54+
* [Jump Rate Model](isolated-lending/factories/jump-rate-model.md)
55+
* [VBep20 Immutable Proxy Factory](isolated-lending/factories/VBep20-mmutable-proxy-factory)
56+
* [White Paper Interest Rate Model Factory](isolated-lending/factories/white-paper-interest-rate-model-factory.md)
57+
58+
## Oracles
59+
60+
* [Resiliant Oracle](isolated-lending/resiliant-oracle.md)
61+
* [Chainlink](isolated-lending/chainlink.md)
62+
* [Pyth](isolated-lending/pyth.md)
63+
* [Binance](isolated-lending/binance.md)
64+
* [TWAP](isolated-lending/twap.md)
65+
66+
## Governance
67+
* [Bravo](governance/bravo.md)
68+
* [Proposals](governance/proposals.md)
69+
* [Voting](governance/voting.md)
70+
* [Delegating](governance/delegating.md)
71+
* [Routes](governance/routes.md)
72+
* [Access Control Manager](isolated-lending/access-control-manager.md)
73+
74+
## Vaults
75+
76+
* [XVS Vault](vaults/xvs-vault.md)
77+
* [VAI Vault](vaults/vai-vault.md)
78+
* [VRT Vault](vaults/vrt-vault.md)
79+
80+
## Tokens
81+
82+
* [VAI](tokens/vai.md)
83+
* [XVS](tokens/xvs.md)
84+
* [VRT](tokens/vrt.md)
85+
86+
87+
## Deployed Contracts
88+
89+
* [V4 Testnet Addresses](deployed-coxntracts/v4-testnet.md)
90+
* [V4 Mainnet](deployed-contracts/v4-mainnet/README.md)
91+
* [Deployed Contracts](deployed-contracts/deployed-contracts.md)
92+
93+
## Links
94+
* [Security & Audits](security-and-audits.md)
95+
* [FAQ]()
96+
* [Bug Bounty]()

0 commit comments

Comments
 (0)