Part II of legendary BUIDL thread.
Excited to be part of this project.
Let's continue the discussion...
Part II of legendary BUIDL thread.
Excited to be part of this project.
Let's continue the discussion...
Other urls found in this thread:
first
I would actually say this isn't actually all that easy to understand. I write solidity programs so to me it's just obvious but to someone who doesn't understand how ETH works it's not clear. Let me try and explain it as simply as possible. Say you write a contract that lets everyone send money to someones wallet, say, a charity. this is what it looks like
charityAddress = 0x123;
function () payable {
sendMoneyTo(charityAddress)
}
All money sent to the contract is rerouted to the charityAddress. Problem is, that charities wallet has changed in the past. it used to be 0x122, now it's 0x123, and you assume in the future it might change again. If it does change, any money send to the contract is useless, and you will need to publish a new one. So you write another bit of code instead
function changeAddress(address new) {
charityAddress = new;
}
Great, now we can change the address. Only problem is, it is on the blockchain, which means anyone can change the address, and set it to whatever they want. We don't want people to take advantage of that and scam charity money, so instead we write our own address into the contract as an owner, and put something like this in the changeAddress functions
require(msg.sender == ownerAddress);
But this just means you have a single ownerAddress who can change the address whenever they want! that's not decentralized at all! So do you have a frail, easily broken contract with no central owner? Or a centralized contract where you have to trust the single owner?
DFOs let you have the best of both worlds. You can now give voting functionality to an ownership token that allows users to vote for changes. Rather than trusting the owner of the contract, a proposal to change the charityAddress is raised, and the people vote, and the address is changed. But also a lot more, like build a website and host it on-chain using robe and NFT's to make totally decentralized, censorship proof site than can load on any web3 browser.
Continued from
Jesus Christ you're such a code monkey.
Tokens compared to coins cannot be updated/changed. You have to delete the token.
DfoHub BUIDL simply creates 1 token made out of 100 tokens.
Deleting 1/100 token won't cause a total meltdown.
Actually can someone just make a simplified explanation of this for the homo erectus making this post?
I think I understand the basics of it, but I need to be spoonfed more
It's supposed to be used to build DFOs and the holders can vote something
>You have to delete the token
not anymore
governance over the code of a token can be decentralized
nice graphic
It's a bit of a pleb filter. You may need to spend some time DYOR
Yuge
spaced it out a bit more
Suicide stack?
Make it?
100M market doable?
I have no idea... I just hope 1000 buidl will = millionaire in the future...
Nice job!
420 sui
4200 make it
easily. this has a working product, you can go watch DFO's pop up in real time. give it a few years and it will simply become the standard for how DAO's are built. It just gives you way more functionality (and it lets you host your front end on-chain, I don't even think the buidlfags on Zig Forums quite understand how big that is yet).
I'm just always under the presumption that revolutionary=/=success. There are other factors that play a part.
HOT was supposed to be massive. Now it's a dead project and a few bizfags necked themselves over it I believe
Buidl= top 50 holder , current market cap 2,5m usd x 200 = 500M market cap
EthArt (Buidls little brother)= top 10 holder, market cap only 223k...x 250 possible = +- 55M market cap
Am I gonna make it anons ??
Im in anons, let's send it
That thread was great. It’s nice to see Zig Forums finally waking up to DFOhub.
>Now it's a dead project
if this gets to the market cap Holochain is RIGHT NOW buidl is $46 a token
He was talking about a different token. This project is quite literally the opposite of dead
Never mind I see what you were saying
>7
DONT EVER SHILL THIS HERE AGAIN
700 buidl here. I won’t make it but I will keep accumulating. Still early
This is more of a discussion than a shilling
It’s like a descentralized github with an attached bank, thats how I see it. It’s steroids for ETH.
Too bad I’m a poorfag holding 101 hodlies.
Absolutely genius. Genuinely surprised not a single ranjeep has made a pump thread.
there actually was a discord group that pumped this when it first dropped but they could never actually dump it lmao, they just got outpriced
based
we MOOOOONING
So happy to have gotten in on this early. Though at 2.5 mil~ mcap, there's still plenty of room to grow.
Buidl is almost guaranteed to give a better return than investing in any of the current top 100.