Skip to content

Unstoppable-DeFi/fair-funding

Repository files navigation

Fair Funding

Fair Funding is a concept that allows crypto projects to be funded while limiting the downside exposure of investors. The Fair Funding platform performs an auction every day (similar to NounsDAO) that promises benefits in the funded project. Investors bid in the auction and the highest bidder after 24h wins. The funds deposited in the auction by the investor are then put into an Alchemix vault and a non-liquidatable, self-repaying loan is taken out against this position. The loan is sent to the raising project while the investor retains complete control over his funds at Alchemix with the help of an ERC721 that represents his position. Over time the self-repaying feature of Alchemix will release the funds and the token owners can claim their share until fully repaid.

Contracts

  • AuctionHouse.vy handles the daily auction
  • Vault.vy handles the Alchemix integration
  • MintableERC721.sol is an OpenZeppelin based ERC721 implementation used to represent the financial positions in the vault

Tests

The Fair Funding platform has been developed almost exclusively test driven with the help of Titanoboa & Vyper. A total of 133 tests cover all aspects of the auction, vault and user interactions.

We use Poetry (https://python-poetry.org/) for the python env management and Python version 3.10.

To run the tests run:

poetry shell
poetry install
pytest

If 3.10 is not your default version and you're using pyenv, set up your environment first via:

pyenv install 3.10
pyenv local 3.10
poetry env use 3.10
poetry shell
poetry install
pytest

Contact

https://unstoppable.ooo

Security Contact

[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published