Close Menu
Altcoin ObserverAltcoin Observer
  • Regulation
  • Bitcoin
  • Altcoins
  • Market
  • Analysis
  • DeFi
  • Security
  • Ethereum
Categories
  • Altcoins (3,485)
  • Analysis (3,599)
  • Bitcoin (4,221)
  • Blockchain (2,157)
  • DeFi (2,623)
  • Ethereum (2,751)
  • Event (119)
  • Exclusive Deep Dive (1)
  • Landscape Ads (2)
  • Market (2,714)
  • Press Releases (12)
  • Reddit (2,847)
  • Regulation (2,474)
  • Security (3,940)
  • Thought Leadership (3)
  • Videos (44)
Hand picked
  • Kraken Named to FXC Intelligence’s 2026 Cross-Border Payments 100
  • LIT jumps 12.5% ​​- SpaceX IPO leads to 74% increase in Lighter’s notional trading volume
  • KuCoin faces scrutiny after investor cites unpaid $2 million Seychelles court judgment
  • STS Digital recognized as Best Derivatives Trading Solution at TradingTech Insight Awards
  • Cointelegraph Cannes Edition Perspectives | The RWA Roadmap: Regulation, Infrastructure, and the Future of Enterprise Assets
We are social
  • Facebook
  • Twitter
  • Instagram
  • YouTube
Facebook X (Twitter) Instagram
  • About us
  • Disclaimer
  • Terms of service
  • Privacy policy
  • Contact us
Facebook X (Twitter) Instagram YouTube LinkedIn
Altcoin ObserverAltcoin Observer
  • Regulation
  • Bitcoin
  • Altcoins
  • Market
  • Analysis
  • DeFi
  • Security
  • Ethereum
Events
Altcoin ObserverAltcoin Observer
Home»Ethereum»Ethereum in practice Part 3: How to build your own transparent bank on the blockchain
Ethereum

Ethereum in practice Part 3: How to build your own transparent bank on the blockchain

April 13, 2025No Comments
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Eth org.jpeg
Share
Facebook Twitter LinkedIn Pinterest Email


This is the third and last article on a series on how to use the Ethereum portfolio to create your own autonomous organizations. On First post, we detailed how to create a tokenand on the Second, we have shown how to generate a digital democracy controlled by these tokens. Now we are going to make the circle and create a token control by the organization!

We will modify the token contract to allow it to be struck by your DAO. So save the address of your current DAO in a note of note (pay attention to the icon) and Take this source code And you know the exercise: Contracts> Deploy a new contract> Source of solidity> Pick Contract

You can fill out the settings as you wish (yes, the emojis are authorized on the champs of the chain), but you will notice a new field which did not exist before: Central Minter. Here, add the address of your newly created democracy contract.

Ethereum wallet 2015-12-01 at 7:09 am

Click Deploy and wait for the transaction to be recovered. After having at least two confirmations, go to your democracy contract and you will notice that it now has one million of your new parts. Now, if you access the Contracts tab, you will see that there is a new DAO Dollar (Administration page) contract on your collection.

Select the “Minttoke” function to your right, then put any address that you have as “target”, then the quantity of new mints that you want to create from the thin air in their account. Press “execute” but Do not press on Send! You will notice that there is a warning indicating that the transaction cannot be executed. It happens because only the Minor (which is currently defined on the DAO address) can call this function and you call it with your main account. But the call code is the same, which is why you can simply copy it.

Instead, Copy the contract execution code from the “data” field And put it aside on a notebook. Also get the address of your new “Mint” contract and save it somewhere.

Ethereum-Shot Wallet screen-2015-12-01-at-7.17.06-pm

Now come back to the democracy contract and create a new proposal with these parameters:

  • Like the beneficiaryPut the address of your new token
  • Leave Etheramount empty
  • On job description Just write a little description that you register for new parts
  • On TransactionbyTecodeGlue the bytecode that you have recorded from the data field in the previous step

Ethereum Wallet screen 2015-12-01 at 7:22 p.m.

In a few seconds, you should be able to see that the details of the proposal. Unlike other fields, transactionbytecode can be extremely long and therefore expensive to store on the blockchain. Thus, instead of archiving it, the person who executes the call later will provide bytecode.

But this of course creates a security hole: how can a proposal be voted without the real code being there? And what prevents a user from executing a different code after the proposal was voted? This is why we keep the hatching of bytecode. Scroll down a little on the list of “Read from the contract” functions and you will see a proposal verification function, where anyone can put all the function parameters and check if they correspond to the one voted. This also guarantees that the proposals are only executed if the hatching of bytecode corresponds exactly to that of the code provided.

It is an older code, but it checks

It is an older code, but it checks

Now, everyone can vote on the proposal and after the passage of the voting period, anyone with the right Bytecode can ask the votes to be recorded and the contract to be executed. If the proposal has enough support, the newly created parts should appear on Alice’s account, as if it were a transfer of the zero address.

Why a transfer of zero code? Because he says it on the code. You can change this as you want Why a transfer of zero address? Because doing the opposite, sending a part to 0x00 is a way to destroy it effectively, but more importantly, because it says it on the contract code. You can change this as you prefer.

And now, you have a central minister contract which exists only on the blockchain, being the test of fraud, because all their activities are recorded transparently. Mint can also take traffic parts by simply sending the parts it owes to zero, or by freeze the funds on any account, but it is Mathematically impossible For mint to do one of these actions or generate more parts without the support of enough mint shareholders.

Possible uses of this DAO:

  • The creation of a universal stable cryptocurrency. By controlling the total quantity of coins in circulation, Mint shareholders can try to create an asset whose value does not fluctuate too wildly.
  • Timing sustained active certificates: parts can represent an external currency or articles that mint has and can prove to its shareholders and chip holders. When mint acquires or sells more of these assets, it can burn or generate more assets to ensure that their digital inventory will always correspond to their true counterpart
  • Digitally supported assets. Mint can contain ether or other digital currencies based on Ethereum and use it to support the value of circulating currencies

Suggestions for suggestions

There are several ways of which this structure can still be improved, but we will leave it as an exercise and a challenge to the reader:

  1. Currently, votes are made by shareholders on the basis of freely negotiable token. Can rather be adhesive based on the invitation, each member obtaining a single vote (or perhaps use quadratic vote Or liquid democracy))?
  2. What about other voting mechanisms? Perhaps the vote instead of being Boolean could be a more flexible arrangement: you could vote to postpone the decision, or you can make a neutral vote but always count for the quorum
  3. Currently, all proposals have the same period of debate. Can you make this proportion the proposed value transfer? How would you calculate it to the tokens?
  4. Can you create a better token that can be created automatically by sending it ether, which can then be recovered by burning the token, at a fluctuating market price?
  5. What can he have or do the DAO, in addition to the tokens?



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleBitcoin whales have not yet been released – is the bull cycle still intact?
Next Article Legislators warn the dry conflict of interest on Trump’s WLF

Related Posts

Ethereum

Cointelegraph Cannes Edition Perspectives | The RWA Roadmap: Regulation, Infrastructure, and the Future of Enterprise Assets

June 13, 2026
Ethereum

Enterprise Previews on Ethereum Live: Session #3

June 12, 2026
Ethereum

Agentic Finance Summit: Insights into Automatic Payments and the Onchain Stack

June 12, 2026
Add A Comment
Leave A Reply Cancel Reply

Single Page Post
Share
  • Facebook
  • Twitter
  • Instagram
  • YouTube
Featured Content
Event

Dutch Blockchain Week 2026 strengthens position as Europe’s leading B2B blockchain event week

April 14, 2026

Amsterdam, April 2026 – Dutch Blockchain Week 2026 is rapidly evolving into one of Europe’s…

Event

Global Games Show Riyadh: The Ultimate Creator & Influencer Hub

March 31, 2026

The fast-evolving gaming ecosystem of Riyadh is powered by solid national investment, a flourishing esports…

1 2 3 … 82 Next
  • Facebook
  • Twitter
  • Instagram
  • YouTube

LIT jumps 12.5% ​​- SpaceX IPO leads to 74% increase in Lighter’s notional trading volume

June 13, 2026

Solana News: SpaceX will have the largest IPO in history and its shares will trade on Solana the same day

June 12, 2026

LAB Rebounds 40% Amid Capital Rotation to BNB Chain – Is Its Correction Over?

June 12, 2026
Facebook X (Twitter) Instagram LinkedIn
  • About us
  • Disclaimer
  • Terms of service
  • Privacy policy
  • Contact us
© 2026 Altcoin Observer. all rights reserved by Tech Team.

Type above and press Enter to search. Press Esc to cancel.

bitcoin
Bitcoin (BTC) $ 63,653.00
ethereum
Ethereum (ETH) $ 1,667.78
tether
Tether (USDT) $ 0.9995
bnb
BNB (BNB) $ 603.88
usd-coin
USDC (USDC) $ 0.99988
xrp
XRP (XRP) $ 1.13
solana
Solana (SOL) $ 66.96
tron
TRON (TRX) $ 0.314948
figure-heloc
Figure Heloc (FIGR_HELOC) $ 1.04
staked-ether
Lido Staked Ether (STETH) $ 2,265.05