https://github.com/glistenstar/alphahomora
https://github.com/glistenstar/alphahomora
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glistenstar/alphahomora
- Owner: GlistenSTAR
- License: mit
- Created: 2021-06-23T17:52:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T04:43:56.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:55:32.454Z (4 months ago)
- Language: Solidity
- Size: 4.11 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit_report/PeckShield-Security-Review-Alpha-Homora-v1.0.pdf
Awesome Lists containing this project
README
# AlphaHomora 💫 🔐
**Unlock Your Yield Farming Potential**
The repository contains the smart contracts of [AlphaHomora](https://homora.alphafinance.io) leveraged yield farming protocol on [Ethereum](https://ethereum.org/) and [Binance Smart Chain](https://www.binance.org/en/smartChain) and any other EVM compatible blockchains you like. With AlphaHomora, the lenders can earn interests on supplied blockchain native currencies (i.e. ETH or BNB), while the farmers can borrow the currencies to farm with higher APY rates. Win-win.
## Smart Contract Structure
### Bank 🏦 ([code](./contracts/Bank.sol))
Bank is the smart contract that manages all leveraged yeild farming positions. All interactions to AlphaHomora happen through this smart contract. If you are a rich wizard 🧙♂️, you can deposit your ETH/BNB to earn intersts. If you are a poor farmer 👩🌾, you can open a new position on Bank by specifying the debt you will take anda Goblin who will work for your position.
### Goblins 👺 ([code](./contracts/Goblin.sol))
### UniswapGoblin 🦄👺 ([code](./contracts/UniswapGoblin.sol))
### StrategyAddETHOnly ⬆️Ξ ([code](./contracts/StrategyAddETHOnly.sol))
### StrategyLiquidate ⬇️Ξ ([code](./contracts/StrategyLiquidate.sol))
### Active Bug Bounty Program: https://immunefi.com/bounty/alphafinance/
## License
[MIT License](https://opensource.org/licenses/MIT)