Smart Contracts Overview
Pharo v1 is made up of a smart contract system comprised of many libraries, which together make the core and periphery.
Core contracts provide the fundamental principles for all parties interacting with Pharo protocol. They define the logic of pool generation, the pools themselves, and the interactions involving the respective assets therein.
Periphery contracts interact with one or more Core contracts but are not part of the core. They are designed to provide methods of interacting with the core that increase clarity and user safety.
External calls will primarily call the periphery interfaces. Externally available functions are all viewable in the reference documentation. Internal functions are viewable on the Pharo v1 Github repo.
Pharo Phactory Contract
0x...
Pool Contracts
Risk Pool: 0x...
Stake Pool: 0x...
Reserve Pool: 0x...
Chainlink Adapters
Periphery Contracts
Periphery Libraries
Last updated
Was this helpful?