File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,16 +112,16 @@ used by MakerDAO).
112
112
113
113
## Flash Mintable Tokens
114
114
115
- There are some proposed token designs that allow for so called "flash minting", which would allow
116
- tokens to be minted for the duration of one transaction only, provided they are returned to the
117
- token contract by the end of the transaction.
115
+ Some tokens (e.g. ` DAI ` ) allow for so called "flash minting", which allows tokens to be minted for the duration
116
+ of one transaction only, provided they are returned to the token contract by the end of the
117
+ transaction.
118
118
119
119
This is similar to a flash loan, but does not require the tokens that are to be lent to exist before
120
120
the start of the transaction. A token that can be flash minted could potentially have a total supply
121
121
of max ` uint256 ` .
122
122
123
- A proposal to add such a facility to MakerDAO can be found
124
- [ here] ( https://forum .makerdao.com/t/mip13c3-sp2-declaration-of-intent-dai- flash-mint-module/3635 ) .
123
+ Documentation for the MakerDAO flash mint module can be found
124
+ [ here] ( https://docs .makerdao.com/smart-contract-modules/ flash-mint-module ) .
125
125
126
126
## Tokens with Blocklists
127
127
You can’t perform that action at this time.
0 commit comments