Skip to content

Commit a226c2f

Browse files
authored
remove proposed
1 parent 626d263 commit a226c2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ERCS/erc-7770.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This standard does not aim to dictate economic risk management practices, but ra
3333
## Specification
3434

3535
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.
36-
The proposed standard has the following requirements:
36+
The standard has the following requirements:
3737
* **MUST** be [ERC-20](./eip-20.md) compatible.
3838
### Interface
3939
```
@@ -85,7 +85,7 @@ The `fractionalReserveMint` **SHOULD** be used in conjunction with a lending ope
8585
This standard does not dictate how distribution should occur.
8686

8787
## Rationale
88-
The proposed standard aims to standardise how multiple lending markets and risk providers can interact with a fractional reserve token. The actual lending operation should be done carefully by trusted entities, and it is the token owner's responsibility to make sure the parties who have fractional reserve minting credentials are reliable.
88+
The standard aims to standardise how multiple lending markets and risk providers can interact with a fractional reserve token. The actual lending operation should be done carefully by trusted entities, and it is the token owner's responsibility to make sure the parties who have fractional reserve minting credentials are reliable.
8989

9090
At the core of the coordination relies the need to understand how much additional supply is available for borrow, and at what interest rate. The additional borrowable supply is deduced from the required reserve ratio, and the total, borrowable and segregated supply.
9191
The interest rate **SHOULD** be monotonically increasing with the current reserve ratio.
@@ -136,7 +136,7 @@ contract FractionalReserveToken is ERC20, Ownable {
136136
}
137137
138138
// ------------------------------------------------------------------------------
139-
// Code below is not part of the proposed standard
139+
// Code below is not part of the standard
140140
// ------------------------------------------------------------------------------
141141
uint256 internal segregatedSupply; // supply of segregated tokens
142142

0 commit comments

Comments
 (0)