-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Brickken Project #6693
base: master
Are you sure you want to change the base?
Update Brickken Project #6693
Conversation
Update Brickken
@xaler5 hello hello, would you mind telling us a bit more about the tokens issue? What do they really represent? Also regarding the price of those assets, how is it calculated? (besides the oracle price) |
Hello @Define101 we already provided the TVL calculation method into the TVL description but basically:
The TVL is calculated as the sum of each issued token's total supply within our protocol, each of them multiplied by the price of their latest offering. So let's say we have tokenized three projects, token A, token B and token C. The TVL is TVL = (tokenA.totalSupply * tokenALatestPrice) + (tokenB.totalSupply + tokenBLatestPrice) + (tokenC.totalSupply + tokenCLatestPrice) Where tokenXLatestPrice is the price decided by the issuer on the latest opened offering (which is the closest price to reality since it's the only public available price) Oracles are used exclusively to conveniently let investors participate in offerings with different assets. So if I want to participate in tokenA offering and each tokenA is sold at 10USD, I can buy it with ETH and oracles will be used to do the necessary conversion to establish how much ETH I should put in the escrow contract to buy 10USD ot tokenA. |
@xaler5 Hello, thanks a lot for your reply |
@Define101 But in summary, we tokenize pretty much everything. Recently we are tokenizing equities from Hacken that wants to convert utility HAI holders into equity holders. Another example might be green energy projects, but also real estate, franchising etc... you can check our website for more use cases. |
@Define101 is there any blocker from merging this ? |
Changed category (it was RWA previously but got recently changed to service without us asking for it). Add one more audit link, more supported chains, correct typo
@realdealshaman Idk why it changed from RWA to Services. We are a tokenization protocol, so RWA is our best fit in terms of category.