Curve
CRV
Curve is a decentralized exchange protocol. It is mainly utilized for swapping various stablecoins, as its Automated Market Maker mechanism is designed to handle such trades very efficiently. The protocol's native token is CRV, which people may stake for periods of time in order to earn the right to partake in the protocol's governance decisions as well as to claim a part of the protocol's cash flows.
People
Integrations
Vyper lang
Vyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM). ## Principles and Goals Security: It should be possible and natural to build secure smart-contracts in Vyper. Language and compiler simplicity: The language and the compiler implementation should strive to be simple. Auditability: Vyper code should be maximally human-readable. Furthermore, it should be maximally difficult to write misleading code. Simplicity for the reader is more important than simplicity for the writer, and simplicity for readers with low prior experience with Vyper (and low prior experience with programming in general) is particularly important.
github.com/vyperlang/vyper