You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angle is a decentralized stablecoin protocol, designed to be both over-collateralized and capital-efficient. For more information about the protocol, you can refer to [Angle Documentation](https://docs.angle.money).
8
11
9
-
The protocol is made of different modules, each with their own set of smart contracts. This repo contains the Core module smart contracts.
12
+
The protocol is made of different modules, each with their own set of smart contracts. This repo contains the Core module smart contracts as well as the governance-related and staking contracts of the protocol.
10
13
11
14
If you would like to know how the module works under the hood and how these smart contracts work together, you can also check [Angle Developers Doc](https://developers.angle.money/core-module-contracts/protocol-and-architecture-overview).
12
15
13
16
Whitepaper for the module can be found [here](https://docs.angle.money/overview/whitepapers).
14
17
18
+
### Further Information
19
+
20
+
For a broader overview of the protocol and its different modules, you can also check [this overview page](https://developers.angle.money) of our developers documentation.
21
+
22
+
Other Angle-related smart contracts can be found in the following repositories:
Angle Core module smart contracts have been audited by Sigma Prime and [Chainsecurity](https://chainsecurity.com/security-audit/angle-protocol/). The audit reports can be found in the `audits/` folder of this repo. Every contract of the protocol has been audited at least by one of the two auditors.
35
+
### Strategies
22
36
23
-
All Angle Protocol related audits can be found in [this page](https://docs.angle.money/resources/audits) of our docs.
37
+
The Core module relies on yield strategies. While some templates of the strategy contracts used are present in this repo, these contracts are now all developed in the [Angle Strategies repo](https://github.com/AngleProtocol/angle-strategies). This is where you can get the up-to-date version of the contracts used on-chain.
38
+
39
+
### Cross-module Contracts
40
+
41
+
Some smart contracts of the protocol, beyond strategy contracts, are used across the different modules of Angle (like the `agToken` contract) and you'll sometimes see different versions across the different repositories of the protocol.
42
+
43
+
Here are some cross-module contracts and the repos in which you should look for their correct and latest version:
-[`angle-strategies`](https://github.com/AngleProtocol/angle-strategies): Yield strategies of the protocol
48
+
49
+
### Error Messages
26
50
27
51
Some smart contracts use error messages. These error messages are sometimes encoded in numbers rather than as custom errors like done most of the time. The conversion from numbers to error messages can be found in `errorMessages.json`.
28
52
53
+
## Audits
54
+
55
+
Angle Core module and governance smart contracts have been audited by Sigma Prime and [Chainsecurity](https://chainsecurity.com/security-audit/angle-protocol/). The audit reports can be found in the `audits/` folder of this repo. Contracts of the module have been audited at least by one of the two auditors.
56
+
57
+
All Angle Protocol related audits can be found in [this page](https://docs.angle.money/resources/audits) of our docs.
58
+
29
59
## Bug Bounty
30
60
31
61
At Angle, we consider the security of our systems a top priority. But even putting top priority status and maximum effort, there is still possibility that vulnerabilities exist.
@@ -50,13 +80,3 @@ All bug reports must include a Proof of Concept demonstrating how the vulnerabil
50
80
## Usage
51
81
52
82
Note that this repo is not a repo on which the Angle Core Team develops. There is another repo, with all the tests and scripts, that is actively worked on.
53
-
54
-
## Further Information
55
-
56
-
For a broader overview of the protocol and its different modules, you can also check [this overview page](https://developers.angle.money) of our developers documentation.
57
-
58
-
Other Angle-related smart contracts can be found in the following repositories:
0 commit comments