{"aip":24,"title":"Add PAX to Aave V2","status":"WIP","author":"Charles Rodiger (@charlie-paxos)","shortDescription":"Create a new Aave V2 market for the PAX stablecoin","discussions":"https://governance.aave.com/t/arc-add-paxos-standard-pax-collateral-borrow-support/3739","created":"2021-06-29T00:00:00.000Z","preview":"## Simple Summary\n\nThis AIP is to list PAX for lend/borrow support …","basename":"AIP-24","description":"\n\n## Simple Summary\n\nThis AIP is to list PAX for lend/borrow support on Aave.  Paxos Standard (PAX) is one of largest regulated USD-backed stablecoins, and listing on Aave will provide users a highly trustworthy crypto asset to lend and borrow. PAX is issued by a NYDFS regulated financial institution - Paxos Trust Company - and the token itself is also regulated by NYDFS. This oversight ensures PAX is 100% backed by US Dollars or short term government securities (e.g. “t-bills”) at all times (attestations). PAX users are assured to always access their dollars - all PAX reserves are held fully segregated and bankruptcy remote in US bank accounts, which only Paxos-issued tokens can claim. PAX is also the only coin to have received a successful SOC-II audit. We think transparency is a hallmark of DEFI, and PAX’s transparency and trustworthiness will be beneficial for the community. We are excited at the prospect of listing PAX on Aave.\n\n## Abstract\n\nPaxos Standard (PAX) was launched in 2018 and is a USD stablecoin that is 100% backed by US dollars or short term government securities held bankruptcy remote. Paxos issues PAX, and both the company and token are regulated by the NY DFS. Full PAX attestations are completed monthly and posted to www.paxos.com/attestations.\n\nPAX is used in a variety of use cases including as a means of payment for other blockchain-based assets, a trustworthy store-of-value, settlement outside of traditional banking hours, and being lent / borrowed on known CeFi institutions like BlockFi and Celsius. PAX is included in MakerDAO’s pool and is available for trading on DeFi Apps, including Curve and Uniswap. Paxos would like to extend PAX’s functionality through inclusion in Aave’s lend/borrow markets.  Collateral support could be proposed in future AIPs.\n\n\n## Motivation\n\nPaxos would like to extend PAX’s functionality in the DeFi space through a listing on Aave. We believe adding PAX will provide users a highly trustworthy crypto asset to lend and borrow. PAX is valuable not only due to its transparency and trustworthiness, but also the range of use cases it supports, including store-of-value, settlement, trading, and peer-to-peer transfer.\n\n## Specification\n\n1. What is the link between the author of the AIP and the Asset?\n\nSoftware Engineer employed at Paxos. Paxos Trust Company is a qualified custodian and trust company regulated by NY DFS and is the sole issuer of the PAX token.\n\n2. Provide a brief high-level overview of the project and the token\n\nPAX is the most secure, highest regulated stablecoin available. Token was launched in 2018 to facilitate many blockchain-based use-cases such as payments and stable digital storage.\n\n3. Explain positioning of token in the AAVE ecosystem. Why would it be a good borrow or collateral asset?\n\nPAX is valuable to borrow due to its trustworthiness and range of use cases including store of value, settlement, trading, and peer to peer transfer. PAX is also very liquid and can be created and redeemed directly through Paxos, or can be used to trade on CeFi and DeFi exchanges. Paxos additionally plans to request collateral status at a future date.\n\n4. Provide a brief history of the project and the different components: DAO (is it live?), products (are they live?). How did it overcome some of the challenges it faced?\n\nPAX was launched on September 10th, 2018. PAX is included in MakerDAO’s pool and is available for trading on DeFi Apps Curve and Uniswap, as well as traded on many different centralized exchanges.\n\n5. How is the asset currently used?\n\nPAX shares the typical use-cases for USD stablecoins.\n\n6. Emission schedule\n\nPAX tokens are minted/burned based on client demand. The process for minting and burning has been approved by the NYDFS and is regularly audited by a third party. Full monthly attestations are available on the Paxos website. Market cap fluctuates as users purchase and redeem PAX.\n\n7. Token & protocol permissions and upgradability\n   \n   *All of the following roles are held by multi-sig addresses.*\n   1. Controlling the token supply - The supplyController address can mint and burn the token based on the actual movement of USD in and out of the reserve based on requests for the purchase, conversion and redemption of PAX.\n   2. Contract Owner - Can pause/unpause the contract and propose a new owner.\n   3. Asset Protection Role - As required by our regulators, we have introduced a role for asset protection to freeze or seize the assets of a criminal party when required to do so by law, including by court order or other legal process.\n   4. Upgradeability Proxy - To facilitate upgradeability on the immutable blockchain we follow a standard two-contract delegation pattern: a proxy contract represents the token, while all calls not involving upgrading the contract are delegated to an implementation contract. The proxy used here is AdminUpgradeabilityProxy from ZeppelinOS.\n   \n\n8. Market data as of July 6th, 2021 (Market Cap, 24h Volume, Volatility, Exchanges, Maturity)\n\n* [Market Cap](https://etherscan.io/token/0x8e870d67f660d95d5be530380d0ec0bd388289e1): $837M\n* [24h Volume](https://www.coingecko.com/en/coins/paxos-standard): $64M\n* Volatility: ~0\n* [Exchanges](https://www.coingecko.com/en/coins/paxos-standard#markets): Binance, itBit, Bitfinex, Coinsbit, Atomars, etc\n* Maturity: Late\n\n9. Social channels data as of July 6th, 2021 (Size of communities, activity on Github)\n\n[Paxos Twitter](https://twitter.com/PaxosGlobal): 23k followers\n\n10. Contracts date of deployments, number of transactions, number of holders for tokens\n\n* Date of Deployment: September 8th, 2018\n* Number of Transactions: 3,186,000+\n* Number of Holders: 109,500+\n\n## Implementation\n\nThe PAX price oracle will be served via [Chainlink](http://chain.link) as a [PAX/ETH feed](https://data.chain.link/ethereum/mainnet/crypto-eth/pax-eth).\n\nPAX will be used for depositing and lending. The following parameters are proposed:\n\n- Strategy: rateStrategyStableThree\n- Base LTV As Collateral: 0%\n- Liquidation Threshold: 0%\n- Liquidation Bonus: 0%\n- Borrowing Enabled: true\n- Stable BorrowRate Enabled: false\n- Reserve Decimals: 18\n- Reserve Factor: 10%\n\nDeployed Contract Implementations:\n- Interest bearing aPAX address: 0xBcbD94007425001E9e2AEc764D799f83a257f050\n- Variable Debt variableDebtPAX address: 0x7b4E77aa7062cE6b8a8A75514F6D2aD987c0d854\n- Stable Debt stableDebtPAX address: 0x9C3440F4aACA3312b632bE4A07C0f97B15c31c8b\n- Strategy Implementation for PAX address: 0x404d396fc42e20d14585A1a10Cd64BDdC6C6574A\n\n## Audits/Security Reviews\n\n[ChainSecurity Audit for the Initial Core Contracts](https://github.com/paxosglobal/pax-contracts/blob/master/audit-reports/ChainSecurity_Audit_Report.pdf)\n\n[Nomic Labs Audit for the Initial Core Contracts](https://github.com/paxosglobal/pax-contracts/blob/master/audit-reports/Nomic_Labs_Audit_Report.pdf)\n\n[Trail of Bits Audit for the Initial Core Contracts](https://github.com/paxosglobal/pax-contracts/blob/master/audit-reports/Trail_of_Bits_Audit_Report.pdf)\n\n*After these audits, we upgraded the backing PAX contract to mirror that of BUSD and PAXG (minus on-chain fees). Some audits for the current contract format can be found below:*\n\n[CertiK Audit for the Upgraded Core Contracts](https://github.com/paxosglobal/paxos-gold-contract/blob/master/audit-reports/paxg-audits/CertiK_Verification_Report_for_Paxos.pdf)\n\n[ChainSecurity Audit for the Upgraded Core Contracts](https://github.com/paxosglobal/paxos-gold-contract/blob/master/audit-reports/paxg-audits/ChainSecurity_PAXOS-GOLD.pdf)\n\n**PAX Smart Contract Risk**: **A**\n\nPAX has been on the Ethereum Mainnet since 2018, and has had 3,000,000+ transactions.\n\n**PAX Counterparty Risk**: **A-**\n\nPAX issuance is controlled by Paxos, which is a centralized, regulated entity. Paxos is regulated by the NY Department of Financial Services (DFS), and possesses a national trust bank charter from the OCC. Paxos is the most regulated stablecoin issuer.\nThere are 100,000+ holders of PAX.\n\n**PAX Market Risk**: **B+**\n\nThe current PAX market cap is $819,632,517 USD. The average 24H trading volume in the past month has been 55,559,061 USD. PAX's normalized volatility over the last month is 0.004.\n\n**PAX Overall Risk**: **A-**\n\n![PAX Risk Analysis](../assets/AIP-24/aip25-img.png?raw=true \"PAX Risk Analysis\")\n\n## References\n\nWhitepaper - https://www.paxos.com/wp-content/uploads/2019/02/PAX_Whitepaper.pdf\n\nWebsite - https://paxos.com\n\nTwitter - https://twitter.com/PaxosGlobal\n\nDocs - https://www.paxos.com/pax/\n\nGithub - https://github.com/paxosglobal\n\nToken Contract - https://etherscan.io/address/0x8e870d67f660d95d5be530380d0ec0bd388289e1\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n\n"}