Most people have yet to see the former @SpaceX employees now building new companies. There have been tens of sizable companies founded that are building real, critical things.
@inheritanceArt has joined the 94 companies on the list. @realVincePeters knows the future is beautiful
We have an automation service the U.S. Gov wants. We have an #AI knowledge management system that commercial customers and the U.S. Gov want.
We have contract vehicles to service these customers, and we have the security clearances to handle these organizations data and systems.
The new Paypal USD stablecoin has an "assetProtection" role which can wipe your balance in two transactions (first `freeze`, then `wipeFrozenAddress`)
In smart contract security we call this a "centralisation attack vector"
So the PayPal stablecoin contract:
- Is written in an extremely old version of Solidity
- Allows the owner to pause all transfers
- Allows the owner to freeze addresses to prevent actions
- Allows admins to increase the total supply at will
Centralized, but transparent at least.