add very basic shit 💩

This commit is contained in:
bt3gl 2022-09-19 02:44:00 -07:00 committed by GitHub
parent 368c7c158f
commit b1f6bcecf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,26 @@
<br>
### 🚬 This is actually important
<br>
* 'feeRecipient`: field set by the block builder in the block header (coinbase address)
* payment methods on Ethereum:
- `base_fee`: amount defined by the protocol, always paid from user -> network
- `priority_fee`: amount defined by the user as `maxPriorityFeePerGas`, paid from user -> coinbase address
- `block.coinbase transfer`: the EVM has an opcode which allows end user to send fund directly to the coinbase address (same recipient as `priority_fee`
- `regular transfer`: a transaction created to send eth to other account
<br>
---
### 💩 Very basic shit
- Airdrop = “free money”. When we drop tokens from the air to people who meet certain qualifications. In our case, we want that qualified. Have to register, and prove youve used DeFi protocols before. Goal is to build community and loyalty.
- AML = anti-money laundering. Refers to the laws, regulations and procedures intended to prevent criminals from disguising illegally obtained funds as legitimate income.