Tools to manage fractional ownership of Non-fungible Tokens (NFTs).
'- User locks ERC721 and mints ERC20 tokens representing fractional NFT ownership
How our Balancer Pool works
Future Work
Medium post introduction to What the Frac https://medium.com/whatthefrac/introducing-what-the-frac-98f3f2750eb7
We used solidity, Rimble, React, Redux, Netlify, Balancer, the graph, and Metamask. There is a smart contract called Fracker.sol that has the following functions:
fractionalize, this pulls in the NFT, pulls in the DAI if necessary, creates the auction and seeds the balancer pool
poke: allows an arbitrageur to update the weights of the balancer pool (currently not exposed in ui)
bid: self explanatory
settle: which returns liquidity from the balancer pool, sends the NFT to the winner
claimProceeds: allows the user to claim the tokens they won in the auction by being a fractional owner
Our The Graph subgraph pulls in all the fractionalized tokens from the events emitted allowing a complete list to be displayed
Netlify hosts our dapp
Rimble, React and Redux are our UI
Balancer is used to sell tokens as described.
IT IS IMPORTANT TO NOTE
that at the time of writing (Saturday May 23rd) our project is not completely complete. The UI to claim proceeds won in an auction is not hooked up to the backend, and there is no UI for the balancer pool, only the smart contract logic.