Uncategorized
VanEck to donate 10% of profits from Ether ETF to core developers
The Protocol Guild, a team of over 150 Ethereum core developers, will be the beneficiary. VanEck argues that asset managers should give back some Ether…

The Protocol Guild, a team of over 150 Ethereum core developers, will be the beneficiary. VanEck argues that asset managers should give back some Ether ETF proceeds to the community.
Global asset manager VanEck will donate 10% of all profits from its upcoming Ether futures exchange-traded fund (ETF) to Ethereum core developers for 10 years, the company announced on X (formerly Twitter) on Sept. 29.
The beneficiary will be the Protocol Guild, a group of over 150 developers maintaining Ethereum’s core technology. According to VanEck, it’s only fair for asset managers to return part of their proceeds to the community building the crypto protocol. It stated:
“If TradFi stands to gain from the efforts of Ethereum’s core contributors, it makes sense that we also give back to their work. We urge other asset managers/ETF issuers to consider also giving back in the same way.“
With this move, VanEck joins other crypto-native communities supporting the Ethereum network, including Lido Finance, Uniswap, Arbitrum, Optimism, ENS Domains, MolochDAO and Nouns DAO.
According to a public dashboard tracking donations sent to the Guild’s mainnet, 4,846 contributions have generated over $12 million in donations. Funds are then distributed among its members according to a weighted ratio based on their contribution periods.
Big announcement!
— VanEck (@vaneck_us) September 29, 2023
We intend to donate 10% of our $EFUT ETF profits (https://t.co/gr652AkUvv) to @ProtocolGuild for at least 10 years.
Thank you, Ethereum contributors, for nearly a decade of relentless building & ongoing stewardship of this common infrastructure.
Details
The network core developers are reportedly working on Ethereum Improvement Proposal EIP-4844 (Proto-Danksharding). The upgrade will introduce a new kind of transaction type to Ethereum, promising to reduce transaction fees for layer-2 protocols.
VanEck disclosed its upcoming Ethereum Strategy ETF on Sept. 28, saying it will invest in Ether futures contracts. The fund will be actively managed by Greg Krenzer, head of active trading at VanEck, and is expected to be listed on the Chicago Board Options Exchange in the coming days.
Other traditional investment firms set to offer exposure to Ether futures include Valkyrie and Bitwise, while the line for a spot Ether ETF keeps growing with Invesco Galaxy, ARK 21Shares and VanEck waiting for regulatory approval. The United States Securities and Exchange Commission (SEC) recently delayed a decision on whether to approve a spot Ether product until December.
Magazine: Joe Lubin — The truth about ETH founders split and ‘Crypto Google’
ethereum crypto etf cryptoUncategorized
How to build a DApp on Ethereum
To build an Ethereum DApp, utilize development tools, create secure smart contracts, design user-friendly front-end, rigorously test it before deploying…

To build an Ethereum DApp, utilize development tools, create secure smart contracts, design user-friendly front-end, rigorously test it before deploying it.
The Ethereum DApps ecosystem is thriving, and the potential for decentralized applications (DApps) is immense. Who wouldn’t want to participate?
Developers can now build applications with their own native coins or nonfungible tokens (NFTs) on secure blockchain networks to serve any purpose — from financial and industrial use cases to social media sites and, of course, for gaming.
Let’s look at some questions developers might have and how they can get started on an Ethereum DApp project.
What are DApps?
DApps are blockchain-based versions of the applications and software we use daily. They are powered with smart contract technology and built on smart contract-enabled blockchains like Ethereum.
The main benefits of DApps are that they can run on decentralized blockchains controlled by technology or community methods of governance rather than single corporate entities. With blockchain networks, DApp data doesn’t live in a single place, so there’s higher network security. DApps use cryptocurrencies, which makes allocating and transferring value, or making payments, far easier and less costly than fiat currency transactions.
Can you build DApps on Ethereum without experience?
For those who are already software or web developers, Ethereum DApp development might come naturally with an understanding of blockchain technology, smart contracts, Solidity programming language and cryptocurrencies.
There are also platforms in development that will allow developers to build DApps with less blockchain, programming and smart contract knowledge, but it’s helpful to have some development experience.
Which blockchain is best to create a DApp?
Ethereum’s longevity in the crypto space and its popularity often make it the preferred blockchain for DApp building. The network is still innovating; it is tried and tested and has an established ecosystem for DApp development. However, one may consider the transaction or Ethereum gas fees a crucial factor to weigh against other networks before embarking on any development initiatives.
Other smart contract blockchain networks include Solana, Polkadot, BNB Smart Chain, Eos, Tron and Cardano; each has its strengths and weaknesses compared to Ethereum.
The network chosen may have implications for the interoperability, scalability, security and cost of the DApp development, as well as dictate the community of DApp users that can be reached when launched.
To decide which blockchain is best to create a DApp, developers can begin by analyzing a DApp’s requirements and goals, as well as looking at the development expertise within the existing team or the team hired.
How many DApps run on Ethereum?
Over 3,000 DApps are running on Ethereum, with more in development. DappRadar is a popular site to check out the DApps on Ethereum and its competitor networks, as well as how many users each DApp has and how many transactions are processed.
Why build a DApp on Ethereum?
There are a number of smart contract blockchains to consider for those planning to build a DApp, but Ethereum is arguably the most popular and has the highest decentralized security.
Ethereum was the first smart contract blockchain, and it has a large developer community and repositories of open-source code available for new developers. It’s also a common choice for business developers looking to develop their own enterprise-level blockchain initiatives.
What are Ethereum DApps examples?
There are hundreds of popular Ethereum DApps and many more that are just building their user bases; here are a few established and well-used examples:
Uniswap
One of the most-used Ethereum DApps is the decentralized exchange (DEX) Uniswap, which has now seen over $1 trillion traded on the platform.
OpenSea
The OpenSea platform is one of the largest NFT marketplaces, with over 2 million NFT collections and 80 million individual NFTs for sale.
MetaMask
Both a cryptocurrency wallet and a gateway, or browser, for accessing blockchain-based applications, MetaMask is known as a user-friendly crypto tool.
Axie Infinity
This NFT-based game is a great example of an in-play virtual economy in action, and it’s one of the most popular DApp games.
How to build an Ethereum DApp
Aspiring developers can begin an Ethereum DApp development by considering what a DApp needs and its purpose. Then, the next step is to start researching Ethereum DApp development tools and processes.
DApp and smart contract development can be complex, and it’s certainly different from conventional web or software development. A sensible place to begin in-depth research is Ethereum’s Developer Resources, which is “a builders manual for Ethereum.” As a decentralized application tutorial, it’s one of the most comprehensive.
Five elements to consider while building an Ethereum DApp
An Ethereum DApp development project will need to be planned in detail, just like any business or project. To map out how to build a DApp on Ethereum, here are a few more components to research first:

1. Development environment, tools and smart contracts
Once a development team is finalized, a DApp will need a development environment, usually a blockchain-based testnet, where Ethereum DApp architecture can be built and tested using applicable development tools. Smart contracts also have to be expertly designed and written.
2. Security
Blockchain networks can be more secure for financial transactions than traditional systems, but it’s not feasible to skimp on Ethereum DApp security. Cryptographic security is complex, and it needs to be understood well or expert-driven, remembering that blockchain networks and cryptocurrencies are frequently targeted by hackers and scammers.
3. Front-end development and user experience
Front-end DApp development usually happens after the DApp architecture and smart contract build. A front-end web or Web3 application might use more conventional development tools, but the user experience will need to be designed in detail, too, to ensure a project’s success.
4. Ethereum DApp testing and debugging
Developers planning to build on Ethereum benefit from blockchain technology that has been used and tested, as well as open-source code repositories to help with new projects. However, developers must also test and debug new DApp builds, smart contracts and UI/UX, as there’s nothing worse than launching software that doesn’t work!
5. DApp deployment
An Ethereum DApp deployment will be the last element of a project and probably the most exciting. Once testing and debugging is complete, a DApp is taken out of its testnet and deployed to the Ethereum mainnet, where it can be used by customers. At this stage, a project’s sales and marketing will begin in earnest.
How much does it cost to build a DApp on Ethereum?
Developers with experience who build their own DApps using the Ethereum development tools available may experience lower build costs. For developers or entrepreneurs looking to hire a DApp developer or an Ethereum DApp development team, estimates can run from $15,000 and upward for a simple DApp to $30,000 and upward for a more complex DApp or to hire a more experienced developer.
Challenges associated with DApp development on the Ethereum blockchain
Building a DApp on Ethereum or any other blockchain will be without its challenges. Here are a few that might need to be anticipated:
Market saturation
There are already over 3,000 DApps built on Ethereum, so any new DApp development must compete, at least within the Ethereum community, for attention.
Scalability, speed, security, interoperability and decentralization
Every smart contract blockchain is still working on sufficiently answering blockchain’s promises and the inherent challenge of delivering the ability of projects to scale for mainstream use and become interoperable with other projects and technologies while retaining security and decentralization.
Transaction or gas fees and crypto price volatility
Every transaction within a DApp generates transaction fees — in Ethereum’s case, gas fees — which are usually passed on to DApp users. Crypto coins or tokens associated with DApps will also experience the price volatility felt by the broader market.
Availability of expertise/smart contract complexity
Blockchain development is still a very new profession, so there’s a real shortage of seasoned experts, and smart contracts still have their technological limitations for developers to navigate.
Lack of sector regulation
As crypto coins and tokens, including those used in DApps, have yet to be comprehensively regulated, there’s much uncertainty when developing these digital currencies.
User experience
Outside of the crypto community, DApp functionalities can be difficult for consumers used to conventional apps to get to grips with, and many consumers are still unsure about using cryptocurrencies.
cryptocurrency ethereum blockchain crypto eos bnb currencies cryptoUncategorized
Australian crypto exchanges look to new licensing regime with cautious optimism
Australian crypto exchanges have largely praised the Treasury’s latest proposal to place crypto exchanges under the existing financial services license…

Australian crypto exchanges have largely praised the Treasury’s latest proposal to place crypto exchanges under the existing financial services license regime, though some worry it could put the crypto industry into a TradFi-shaped box.
Australian crypto exchanges have praised plans from the Australian Treasury to regulate cryptocurrency exchanges under pre-existing financial services licensing measures.
In an Oct. 16 consultation paper, the Treasury outlined a new suite of proposed regulations, that suggested regulating cryptocurrency exchanges under existing financial services rules as well as introducing a wealth of new guidelines for all Australian firms dealing in digital assets.
Speaking at the Australian Financial Reviews Crypto Summit event on Oct. 16, Australian Treasury Stephen Jones said the new regime was focused on three primary areas: providing a framework for industry growth and innovation, allowing regulatory certainty to crypto service providers, and ensuring that everyday consumers and their assets remain protected.
Australian crypto exchanges will be regulated under pre-existing financial services laws, suggests the latest consultation paper from the Treasury. https://t.co/V1Dr8DeZF8
— Cointelegraph (@Cointelegraph) October 16, 2023
Caroline Bowler, the CEO of BTC Markets told Cointelegraph she was pleased to have reached a new “key milestone” in the regulatory process and regarded the rules as a positive progression for the wider crypto industry in Australia.
“It’s a great next step for the Australian economy. Digital assets are so clearly the future of financial services. It is imperative the country keeps pace with our international peers, with a robust regulatory framework,” said Bowler.
Similarly, Adrian Przelozny, the CEO of Independent Reserve commended the Federal government on its recommendations to introduce stronger regulation and policy change, telling Cointelegraph that these new proposals could help restore trust in the crypto sector.
“We firmly believe these changes will drive investment, provide certainty to the sector and ultimately, increase consumer protection.”
The general counsel of Swyftx, Adam Percy, also agreed with much of the Treasury’s proposals, saying the primary focus should be ensuring that crypto investors can safely access the benefits of blockchain technology, while still allowing room for innovation.
However, Jonathon Miller, the Managing Director of Kraken Australia, told Cointelegraph he was concerned that the new rules would be stuffing the crypto industry into a TradFi-shaped box.
“Australia is now in the unfortunate situation where our regulation has taken a very long time, so we’re taking the approach of shoehorning crypto into existing financial services regulation,” said Miller.
Related: Rejection of crypto bill exposes Aussies to ‘unregulated market’ — Senator Bragg
Still, Miller admitted that the consultation paper was a step in the right direction, especially for providing much-needed regulatory certainty for crypto companies operating on Australian soil.
“We’re behind our global peers when it comes to implementing a crypto framework, so I appreciate the need to have something in place locally to provide certainty to platforms like ours,” he added.
Liam Hennessy, a partner at Clyde & Co — an international law firm that has been assisting in the consultation process — said that the newest proposal from the Treasury “makes sense” for the Australian crypto industry.
Hennessy explained that the new rules will help the nation catch up to jurisdictions such as the European Union who are further along in their efforts to better regulate crypto.
Additionally, he said the Australian Financial Services (AFS) licensing regime can be quite complicated, meaning that local cryptocurrency exchanges and digital asset service providers will need to begin preparing their applications now.
Magazine: Are DAOs overhyped and unworkable? Lessons from the front lines
cryptocurrency blockchain crypto btc cryptoUncategorized
EtherHiding: Hackers create novel way to hide malicious code in blockchains
Threat actors have worked out a way to hide malicious payloads in Binance smart contracts to lure victims into updating their browsers from fake prompts,…

Threat actors have worked out a way to hide malicious payloads in Binance smart contracts to lure victims into updating their browsers from fake prompts, according to cybersecurity researchers.
Cybercriminals have discovered a new way to spread malware to unsuspecting users, this time, by manipulating BNB Smart Chain (BSC) smart contracts to hide malware and disseminate malicious code.
A breakdown of the technique known as ‘EtherHiding’ — was shared by security researchers at Guardio Labs in an Oct. 15 report — explaining that the attack involves compromising WordPress websites by injecting code that retrieves partial payloads from the blockchain contracts.
The attackers hide the payloads in Binance smart contracts, essentially serving as anonymous free hosting platforms for them.
Guardio Labs exposes "EtherHiding" - a new threat hiding in Binance's Smart Chain, a technique that evades detection, targeting compromised WordPress sites. Read about this game-changing method! @BNBCHAIN #BNBChain #CyberSecurity https://t.co/alNI5KqKUO
— Guardio (@GuardioSecurity) October 15, 2023
The hackers can update the code and change the attack methods at will. The most recent attacks have come in the form of fake browser updates — where victims are prompted to update their browsers using a fake landing page and link.
The payload contains JavaScript that fetches additional code from the attacker’s domains. This eventually leads to full site defacement with fake browser update notices that distribute malware.
This approach allows the threat actors to modify the attack chain by simply swapping out malicious code with each new blockchain transaction. This makes it challenging to mitigate, according to the head of Guardio Labs for cybersecurity, Nati Tal, and fellow security researcher Oleg Zaytsev.
Once the infected smart contracts are deployed, they operate autonomously. All Binance can do is rely on its developer community to flag malicious code in contracts upon discovery.

Guardio stated that website owners using WordPress, which runs roughly 43% of all websites, need to be extra vigilant with their own security practices, before adding:
“WordPress sites are so vulnerable and frequently compromised, as they serve as primary gateways for these threats to reach a vast pool of victims.”
Related: Crypto investors under attack by new malware, reveals Cisco Talos
The firm concluded that Web3 and blockchain bring new possibilities for malicious campaigns to operate unchecked. “Adaptive defenses are needed to counter these emerging threats,” it said.
Magazine: Blockchain detectives — Mt. Gox collapse saw birth of Chainalysis
blockchain crypto link bnb crypto-
Uncategorized6 hours ago
South Korean exchange Upbit gets initial license nod from Singapore
-
International23 hours ago
Nigerian gov supports AI initiatives with $290K in grants
-
International19 hours ago
Tesla Japanese rivals debut concept vehicles in latest challenge
-
Uncategorized1 hour ago
EtherHiding: Hackers create novel way to hide malicious code in blockchains
-
Government11 hours ago
Court Rules No Evidence Georgia’s Voting Law Discriminates Against Black Voters
-
Uncategorized15 hours ago
Striking While The Iron Is HOT!
-
International1 hour ago
CHF/JPY further potential up move reinforced by CHF safe haven status
-
International18 hours ago
Beyond Bankruptcy: Essential retailers face huge store closures