For Internet People

MAINNET

GHO is the only decentralized, overcollateralized stablecoin native to the Aave Protocol

Imagine GHO

Paying u back for last wkend! Thanks bro 🙏

Of GHOurse ✨

20.00

Splurged on these super limited edition kicks 👟

45.00
dj

Amazing DJ set.. I'm a fan!!

5.00

Dream of a future where GHO functions as the efficient online payment layer.

Multi-collateral Backing

AAVE V3 DEPOSITS

Backed by the assets supplied into the Aave Protocol.

Decentralized & Transparent

GHO is fully governed by the Aave DAO.

Devs, let's GHO!

BorrowGHO.sol

function mintGho() public {

// Approve the Aave Pool to pull asset funds

asset.approve(address(pool), 100e18);

// Supply asset to the Aave Pool

pool.supply(address(asset), 100e18, USER, 0);

// Mint 10 GHO

pool.borrow(address(gho), 100e18, 2, 0, USER);

}

With as few as 10 lines of code, get started integrating GHO payments into your app.