Archive for the ‘Smart Contracts’ Category

‘The Only Way to Truly Scale Blockchains Is to Parallelize … – Bitcoin News

Despite being touted as the possible panacea, decentralized finance (defi) still faces obstacles which greatly diminish the prospects of mainstream adoption, asserts serial entrepreneur and CEO of Radix DLT, Piers Ridyard. Ridyard added that while defi is seen as a fantastic proof of concept, widespread adoption of this alternative to traditional finance is only possible when the developer and user experience is improved.

Besides improving developer and user experience, the Radix CEO told Bitcoin.com News that the provision of ongoing and sustainable support to developers ensures you [dont] end up with a ghost chain. Ridyard, a YC Alumni, also shared thoughts on how defi and Web3s scaling woes can be overcome.

Ridyard further discussed Coinbases attempt to bolster developers with its recently launched layer 2 (L2) blockchain and why this is unlikely to result in the envisaged mass adoption of defi. Below are the CEOs answers to questions which were sent to Bitcoin.com News via Whatsapp.

Bitcoin.com News (BCN): What do you think are the biggest obstacles facing defi today?

Piers Ridyard (PR): There are two major obstacles. Firstly, the user experience of Defi is completely unacceptable for the everyday person. Secondly, the developer experience is so difficult that very few developers actually get to the level of being able to create secure smart contracts.

That makes Defi today a fantastic proof of concept. As seen in Defi summer, there is no shortage of innovative ideas that provide real benefits to users and capital. Its still very much a proof of concept though. Week after week, headlines of multi-million dollar exploits of Dapps hit the news.

A quick search on Twitter will show examples of experienced users having their wallets drained because they have to blind-sign transactions. And if youve ever tried to onboard a friend or family member to crypto/Defi, I dont have to tell you that things like seed phrases are far from something the majority of humans will be comfortable using to secure their net worth.

Just with all good proofs-of-concept, we can see clearly how it can work, but its far from ready for mass adoption. The biggest obstacle for Defi is taking this proof-of-concept and creating an experience for the developers, entrepreneurs, and their users that gives them confidence when engaging with the Defi ecosystem. To do that, we need both a developer and user experience that is intuitive, secure, and scalable.

BCN: It has been said that developer incentives are important for driving the defi ecosystems growth. How do you incentivize developers to stimulate growth?

PR: Developers are the leading indicator of future ecosystem success. The more high-quality developers you have in your community, the more Dapps are eventually built on your platform. Many projects have tried to attract developers with big developer funds or grant programs. The idea is that if a successful Defi ecosystem needs many types of decentralized exchanges (DEX), lending, non-fungible tokens (NFT) or derivatives applications, you can create a fund to incentivize developers to build them.

What transpired however was that many L1 blockchains threw millions of dollars at developers who would build-to-specification, ticking all the boxes to get the funds. And the moment this was achieved, the developer would then stop work. The DEX would be there, but it wouldnt be supported going forward. You end up with a ghost chain.

How is Radix different? We believe in sustainable incentives. Thats why were building an on-ledger automated royalties system that pays developers each time their code gets used by someone else. This incentivizes developers to build the primitives that they think will be the most useful over the long term, harnessing the power of market forces to guide what gets built on the network, instead of a central authority deciding this by handing out cash.

Having said this, developers and entrepreneurs do still need active support. Thats why the Radix grants program combines services, support, guidance as well as cash subsidies to founders and developers in the Radix ecosystem.

BCN: Coinbase recently announced a new layer 2 blockchain called Base to give developers an easy, low-cost way to build dapps. What impact will this have on defi adoption and how will it compete with/affect other layer-2s?

PR: So Base is an interesting development. Its Coinbase leaning into centralized Defi, or Cedefi as some call it. But I would argue that its not an easy place to build Dapps. Nor will it be low cost in the long run. Why?

First, Dapps built on Base will run on the Ethereum Virtual Machine (EVM). While the EVM is undoubtedly the most popular environment for developers to build Dapps today, it has proven time and again that it is not safe, with billions of dollars worth of hacks over the last two years ($200m for Euler Finance in just the last week).

To provide an easy developer experience you need to look past the EVM to new environments that give developers the tools to create and manage assets, i.e. tokens, with security, validation, and accounting handled by the platform itself. If the platform is handling assets, not the developers smart contracts, many of the vulnerabilities that result in these hacks and exploits just arent possible.

Second, as a Layer 2, Base is ultimately just a new blockchain. That means it doesnt add to Ethereums scalability, as none of the Dapps on Ethereum can be used directly on Base. And none of the Dapps on Base can be used directly on Ethereum. This is because you lose atomic composability (which well talk more about later) between Ethereum and Base. As a result, Base will have its own instances of each Dapp, such as new DEXes with their own pools of liquidity, brand new lending Dapps, etc. Ultimately, if Base gets popular enough, it will reach its own scalability limits, and transaction fees will start creeping up again.

In terms of impact on Defi adoption, Base is definitely a good thing. With Coinbases brand and resources, it will encourage more users to dip their toes into Defi and get a feel for what its like. But with a limited set of permissioned validators, Base is not truly decentralized. It is useful mainly as a stepping stone to bring more users into the space. We wont get mass adoption of Defi unless it is truly decentralized. The clue is in the name of that one.

BCN: On the topic of layer 2 chains, lets talk about another critical growth problem for defi and Web3 scalability. From layer 2s to sharding most of todays networks are in a race to scale. Do you foresee such solutions eventually working?

PR: So we touched upon this above, but to really delve in, let me paint a mental picture to help you understand why blockchains fundamentally dont scale.

To begin, think of a block as a square that contains transactions. Once the block is complete, thats it, all those transactions inside it are final. Any transaction inside a given block is able to be combined with any other transaction in that block. So for example, you could have a two-leg transaction buying and selling two houses: 1) Person A buys from Person B; and 2) Person B buys from Person C. In this scenario, the second leg cannot complete unless the first leg also completes.

For the transaction to work, you need to have a guarantee that both legs happen, or neither happens. And on a blockchain, you can only guarantee both legs completely when theyre both inside the same block. If leg 1 happens in one block, and leg 2 waits for another block, Person C could cancel the transaction and suddenly Person B doesnt have a place to live.

Next, the only way to truly scale blockchains is to parallelize processing. There is a limit to how many transactions you can push down one pipe (think cars traveling down a single lane). With this limitation, the only way to truly scale is to build additional lanes. With an unlimited number of lanes or separate blockchains, there is in theory no limit.

But if you parallelize transactions across separate blockchains, you are by definition splitting your transactions across separate blocks. Our example two-leg house transaction cannot guarantee both legs if they are on two separate blockchains. So both legs of the transaction have to be on the same blockchain. But if they have to be together, whats the point of parallelizing processing in the first place?

This is effectively what we have with Ethereum today. Everyone wants to be on the Ethereum main chain as everyone wants to be able to atomically compose with everyone else. If youre on a shard or layer 2, youre effectively on a lane that only a few people want to be on. You cant complete important transactions in a single all-or-nothing transaction unless they so happen to be on your same shard or layer 2.

BCN: Youre launching smart contracts this year along with Radixs Babylon mainnet upgrade, whats that going to bring to the industry and in what ways will it improve todays defi?

PR: The purpose of the Radix public network is to radically change what is possible for users and developers in Web3. The Radix asset-oriented programming language, Scrypto, has now been tested for a year, and over 9,500 developers have used it, helping Radix make it into the best possible programming language for building Web3 Dapps.

The Radix Wallet leverages all of the power of Scrypto and the Radix technology stack to create a mobile-first user experience that is hugely easier for a mainstream audience. Its designed to provide all the benefits of decentralization, while also maintaining the convenience of the best Web2 apps.

For example, with the Radix wallet, smart accounts enable truly decentralized account recovery which eliminates the requirement for seed phrases. The transaction manifest gives users a truly human-readable view of the transaction they are about to sign. All of this is both intuitive and also secured by the underlying Radix network.

On the developer side, Scrypto and the Radix engine execution environment provide an intuitive and secure way to build powerful Defi and Web3 applications. With native assets at the core of the Radix engine, tokens on Radix behave like physical objects, as you would intuitively expect them to. This means that many of the hacks and exploits we see today on Solidity and the EVM are impossible on the Radix network.

Whats critical is that both the user experience and developer experience work together to enable a radically better platform. Developers benefit from the improvement to the user experience as it means that onboarding users is far easier, and users benefit from the improvements to the developer experience as it means they can confidently use Dapps knowing that the Radix engine drastically reduces smart contract risks.

BCN: It is often said that a strong ecosystem is key to a strong network. Can you share a bit about the progress that you have made?

PR: Over the last year, the Radix programming language, Scrypto (based on Rust), and execution environment, Radix engine, have been in early access with developers. Over 9,500 developers have already tried Scrypto in that time, and already there are 50+ projects actively getting ready to deploy on the mainnet.

The Radix Olympia mainnet has now been operating for almost two years, has done more than a million transactions, and has had no stoppages or outages.

Not only has the programming language for the Radix network been shown to be incredibly effective, but the network has also already gone through a significant amount of robustness testing before smart contracts get added to the running public network.

(BCN): Radix is said to be focusing on an asset-oriented paradigm. Can you explain this and share your thoughts on why you think this is better than whats already out there?

PR: On nearly all smart contract platforms today, such as with the EVM, developers have to create assets from scratch inside their own smart contracts (e.g. ERC20). Developers do this by creating a list of accounts and their respective balances and then defining the logic around how those balances can be updated, including validations to make sure there arent issues such as double accounting or re-entrance.

But if you think about it, this is madness. Practically every Defi or Web3 Dapp interacts with tokens in some form. Why are the common bits of functionality for tokens rebuilt by each developer every time they need one?

So what is an asset-oriented paradigm? Its where the platform natively understands assets such as tokens or NFTs as they are native features of the platform. Tokens are represented as physical resources held in accounts. With this, if a developer needs a new token, they just ask the platform to create it for them, parameterizing it with things like type: fungible, supply: 1,000, or divisibility: 18. All the accounting and security are handled by the platform, not by arbitrary logic created by the developer.

More importantly, the developers smart contracts are no longer responsible for doing things like maintaining balances the ledger itself does that. This removes huge numbers of checks and boilerplate code that developers today have to slog through, just to make a token interact with another smart contract. This not only massively improves security, it frees up developer time to focus almost purely on business logic.

This is not the first time we have seen such massive productivity improvements in history. In the 1990s, game developers had to build their own engine from scratch every time they built a game, defining how gravity, physics, and graphics would be rendered. Then in the late 90s, game engines were born such as Unreal Engine. Now to build a game you just ask the engine to parameterize the things you want, such as setting gravity to 1. Any game imaginable can still be built, but now developers have the tools to do the standard things they need to do every day safely, intuitively, and quickly.

Thats what the asset-oriented paradigm means for Web3 and DeFi.

BCN: Can you explain in very simple terms what atomic composability is all about?

PR: This is a perfect segue. So when a transaction is atomic it means that either every leg of it happens, or none of them happens. Its all or nothing. Just like the house example above. composability means the ability to combine things together. So for example, lego bricks are composable with one another as they have been designed to snap together.

So atomic composability just means that you can join things together (such as the two legs of that house transaction) and you can guarantee that it all completes or it doesnt complete.

BCN: People in the crypto and blockchain space often talk about the blockchain trilemma or quadrilemma. Radix has said its consensus layer Cerberus will solve this. How does it work, and how will it manage unlimited scalability without breaking the so-called atomic composability?

PR: How long do we have? This is quite a deep topic but lets revisit that mental model from earlier. On a blockchain, transactions live inside blocks. Once a block finalizes, thats it. So what a block does is it stops you from having atomicity across two or more blocks.

Cerberus instead gets rid of blocks entirely. Instead of chaining blocks, Cerberus chains transactions, transaction to transaction to transaction. This means that if you ever need to interact with any part of the Radix ledger, such as for example leg 1 of the house transaction needing to interact with leg 2 of the house transaction, it doesnt matter where that data is stored, you can combine both transactions together atomically whenever you need to. Transactions are freed from the confines of a block.

The result of this is that you can massively parallelize transaction processing across many trillions of shards (2^256 to be exact). But when you need to, you can snap anything together with atomic composability whenever you need it. A DEX on Radix, no matter where it is stored, will always have atomic composability with every other Dapp on the Radix ledger no matter how many transactions are being processed.

This particular insight took 7 years of research (from 2013 to 2020). With truly linear scalability without compromising atomic composability, and thats why Radix will always have low transaction fees forever.

What are your thoughts about this interview? Let us know what you think in the comments section below.

Terence Zimwara is a Zimbabwe award-winning journalist, author and writer. He has written extensively about the economic troubles of some African countries as well as how digital currencies can provide Africans with an escape route.

Image Credits: Shutterstock, Pixabay, Wiki Commons

Disclaimer: This article is for informational purposes only. It is not a direct offer or solicitation of an offer to buy or sell, or a recommendation or endorsement of any products, services, or companies. Bitcoin.com does not provide investment, tax, legal, or accounting advice. Neither the company nor the author is responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in this article.

Read the original here:

'The Only Way to Truly Scale Blockchains Is to Parallelize ... - Bitcoin News

BlackFort BXN: A Revolutionary Blockchain for Web 3.0 Applications … – Investing.com

Blockchain technology has evolved significantly since the introduction of Bitcoin in 2009, giving rise to a new era of blockchain projects focused on addressing the scalability and interoperability concerns that have long plagued the technology. Among these promising ventures is BlackFort, an EVM Blockchain that aims to surpass existing solutions in every conceivable way. This innovative project offers a range of groundbreaking functionalities and features that set it apart from the rest, and is poised to make a significant impact on the blockchain industry. In the context of other blockchain projects, BlackFort represents a positive step forward in the ongoing quest for better blockchain technology.

To begin with, BlackFort is a revolutionary blockchain solution that offers unparalleled smart contract operability. Its sophisticated platform enables the seamless importation of smart contracts from existing projects while providing a comprehensive set of smart contracts for new projects, thereby saving valuable time and resources. This advanced technology enables anyone, regardless of their programming skills or financial capacity, to launch their own tokens and projects on the BlackFort Network protocol, making it highly accessible to individuals and businesses alike. In addition, the fee structure is optimized to benefit users by being competitive. BlackForts user-friendly and convenient platform is undoubtedly a game-changer in the blockchain industry, making it a significant milestone in the quest for better blockchain technology. This goes without saying that whether youre an individual or a business, BlackFort makes it easy for you to be a part of the blockchain revolution.

BlackFort is not only an open-to-the-public blockchain platform, but it also serves as a foundation to build a comprehensive 360 crypto-fiat economy. This powerful blockchain technology enables the creation of a range of highly useful services and applications to support the growth of the wider blockchain ecosystem. By offering a robust foundation upon which developers can build, BlackFort is helping to drive the expansion of the blockchain industry and provide users with a wide range of value-added services.

BlackFort is a globally scalable blockchain solution that caters to projects of all sizes and types, making it an ideal choice for personal and business-level initiatives. This environmentally-friendly staking network requires no energy-intensive processes or expensive hardware. Additionally, the BlackFort wallet offers an easy entry point into the world of cryptocurrencies, allowing users to create their own crypto products, tokenize virtual currencies, bridge crypto assets from and to other blockchains, build liquidity pools for decentralized exchange services, and optimize all of these for scalable operations in the cryptocurrency scene. With the BlackFort Network, everyone has the opportunity to participate in more than just holding coins but to be a part of technology building in the rapidly growing blockchain industry.

Read market moving news with a personalized feed of stocks you care about.

Get The App

Finally, BlackFort is designed to be fast. To keep at par with the fast-paced world we live in, it has a very high transaction per second rate throughput and low block time of an average of 5 seconds, creating an almost immediate transaction execution environment while not compromising security. This allows businesses to prosper and have certainty in transaction confirmations. In essence, BlackFort offers a platform for anyone to participate in the new and innovative blockchain ecosystem and reap the benefits of a more efficient, transparent, and secure network. Its future-oriented team, vision, and possibilities set it apart from other blockchain projects and make it a powerful tool for developers, businesses, and enthusiasts alike. BlackFort is more than just a blockchain; its a community, a network, and an ecosystem built to empower users and drive innovation.

The post BlackFort BXN: A Revolutionary Blockchain for Web 3.0 Applications appeared first on Coin Edition.

See original on CoinEdition

The rest is here:

BlackFort BXN: A Revolutionary Blockchain for Web 3.0 Applications ... - Investing.com

Blockchain APPS of ChatGPT-4 and training plans of GPT-AI – Digital Journal

PRESS RELEASE

Published March 27, 2023

In the current AI boom sweeping the globe, "ChatGPT" is undoubtedly one of the hottest topics on the internet. From the most basic "ask me anything" to simple market analysis, or even designing a quantitative strategy to predict prices, ChatGPT's "superpowers" have permeated every corner of the blockchain field.

Blockchain apps of ChatGPT-4

Last week, ChatGPT-4 was officially launched. OpenAI stated that "ChatGPT-4 has human-level performance in various professional and academic benchmarks". In practical applications, ChatGPT-4 scored high on the SAT exam (American college entrance exam) and successfully monitored vulnerabilities in Ethereum smart contracts, even proposing potential solutions to fix the vulnerabilities.

Coinbase's head of engineering, Conor Grogan, confirmed this when he posted on social media that he had inserted a real-time Ethereum smart contract into ChatGPT-4 and the AI instantly found security vulnerabilities and even showed how to exploit them. With the release of this tweet, the ability of ChatGPT to detect security vulnerabilities became one of the hottest topics in the industry. This Tuesday, Coinbase officially released a comparison experiment and its report results on its official blog, using the ChatGPT ERC20 token review framework to perform automatic reviews and blockchain security engineers to perform reviews.

In the experiment, blockchain security engineers will use internal tools to review each function of the token smart contract and output risk scores based on the risks marked to the function; similarly, in order to compare the accuracy of ChatGPT with the accuracy of standard reviews, ChatGPT will also generate a risk score. So, how did ChatGPT perform?

Coinbase compared ChatGPT and manual security review for 20 smart contract risk scores in its experiment, of which ChatGPT generated the same result as manual review 12 times. However, in the other 8 mistakes, 5 were ChatGPT incorrectly marking high-risk assets as low-risk assets.

According to the results of the experiment, ChatGPT can only be said to have a slight ability to quickly evaluate the risk of smart contracts, but it does not meet the accuracy requirements of Coinbase's security review process. Perhaps Coinbase can improve the accuracy of ChatGPT token security review through further engineering design. However, at present, it is still impossible to rely solely on ChatGPT to perform security review.

In general, ChatGPT has a wide knowledge base and, with the input of specific business logic and prompts, ChatGPT can accomplish more in less time. Additionally, for security engineers who face high costs for smart contract auditing, ChatGPT provides a timely and cost-effective auditing assistance.

Training plans of GPT-AI

GPT-AI is a decentralized web3 project developed and created independently using CHATGPT artificial intelligence. The goal of GPT-AI is to enable everyone to have and train their own AI robots, eventually forming a huge scale of AI applications, transactions and rental platforms.

For example, if you are an image processor, designer, nutritionist, fitness coach or a chef, you can teach your AI robot your best skills and knowledge, continuously training it, accumulating data, optimizing its data structure, making it more professional. Such AI will be the most popular presence in all industries of Web3, and you can serve other users by renting or selling AI robots, thus earning commissions for yourself. This is the huge demand value that has been released by the combination of Web3 community and AI, and the value generated after solving the demand is returned to the users who keep training GPT-AI robots.

The decentralized and distributed features of Web3 provide better support for GPT-AI. In the Web3 ecosystem, all data and applications are stored on a decentralized blockchain network, which is public, transparent, and immutable. The distributed data architecture makes it easier for GPT-AI to access and share data while ensuring data security. In addition, the smart contract function of Web3 can also provide GPT-AI with more flexible and efficient transaction and training mechanisms, making the application and sale of GPT-AI more convenient.

ChatGPT-4 and GPT-AI are like a blessing, with their collaborative nature and more mature and humanized professional knowledge after training, they are more suitable for all the Web3 user groups than the potential threats of automation and replacing humans.

Learn more: https://gpt-ai.io/

Media ContactCompany Name: GPT-AIContact Person: NICKEmail: Send EmailCountry: United StatesWebsite: https://gpt-ai.io/

Excerpt from:

Blockchain APPS of ChatGPT-4 and training plans of GPT-AI - Digital Journal

Shiba Inu: These Are The Key Takeaways From Shibarium Docs – Bitcoinist

The documentation for Shibarium, the layer-2 technology of Shiba Inu, was published by the developers two days ago, revealing more details about how it works. Among other things, the documents describe how the Shibarium Proof-of-Stake and the Ethereum Shibarium Bridge relate to each other.

While Shibariums Proof of Stake (PoS) chain uses side chains to process transactions, the bridge enables a bidirectional transaction environment between Shibarium and Ethereum. Moreover, the documents reveal that the PoS algorithm requires users to stake their BONE tokens.

Further, the platforms blockchain technology allows users to create programmable tokens and smart contracts that are used in a variety of applications such as initial coin offerings (ICOs) of fungible tokens and non-fungible tokens (NFTs). Transaction fees are expected to be less than $0.01.

SHIB Influencer Lucie pointed out other key takeaways from the documentation in several tweets. One important cornerstone is the Shibarium Staking Manager.

As Lucie writes, proof-of-security consensus is ensured by having Shibarium perform all proof-of-concept and deployment verification operations on the Ethereum smart contract, leaving the computationally intensive tasks to layer-2.

Stakeholders can take on the role of validator, delegate, or observer to report fraud. This is where the Stake Manager comes in, which is the primary contract for validation-related activities such as managing stakes, distributing rewards and verifying signatures.

Only one role, either validator or delegator, can be assigned to a single Ethereum address as a design choice. Using NFT ID as the source of ownership ensures that changes in ownership and signer will not impact the system, Lucie further explained.

An important insight from the documentation also relates to the burn mechanism. When users make a transaction, a fee is incurred that is divided into two parts: the base fee (70%) and the priority fee (30%). The latter is paid to the validator, while the base fee is burned.

Once a certain amount of BONE ($25,000) is accumulated in the burn contract, users can start the burn process from Shibarium. Once this process starts, accumulated BONE are sent to Ethereums L1, where an automated swap for SHIB takes place, and this amount gets burned calling its contract function, Lucie further elaborates.

Unification, the developer of Shibarium, has also announced an all-in-one wallet for the layer-2 technology and Shiba Inu. The wallet will enable two-way asset transfers between the first and second layer, staking/delegating, and will include a Shibaswap integration.

The project has also already been highlighted in Shibarium documentation and further publicized by Ringoshi Toitsu, a pseudonymous Unification Validator operator.

At press time, Shiba Inu was trading at $0.00001051, continuing its downtrend that persists since the beginning of February 2023.

Featured image from Analytics Insight, chart from TradingView.com

Read the rest here:

Shiba Inu: These Are The Key Takeaways From Shibarium Docs - Bitcoinist

Bitcoin, Ether extend declines amid U.S. lawsuit against Binance … – Yahoo Finance

Bitcoin and Ether extended their declines in Tuesday afternoon trade in Asia, along with most other top 10 non-stablecoin cryptocurrencies by market capitalization, after regulators in the U.S. pulled up Binance, the worlds biggest crypto exchange, for allegedly violating trading mandates. Asian markets mostly gained on Tuesday, reflecting a rise in U.S. equities on Monday, as investor sentiment picked up following a slew of positive announcements that eased fears of a banking sector crisis.

See related article: Binance rejects U.S. charges of violating trading rules, manipulating markets

Bitcoin, the worlds biggest cryptocurrency by market cap, lost 3.06% to US$26,960 in 24 hours to 4 p.m. in Hong Kong, according to data from CoinMarketCap, declining 2.22% in the last seven days. Ethereum dropped 1.61% to US$1,724, after losing 0.6% on the week.

BNB, the native token of the worlds largest crypto exchange Binance, saw the biggest decline among top 10 cryptos. The token dropped 5.19% in the last 24 hours to US$309, after the U.S. Commodity Futures Trading Commission said Monday it filed a civil enforcement action lawsuit against Binance and its top executives for allegedly breaking trading rules.

XRP was the only token among top 10 cryptos to gain in Tuesday afternoon trade in Asia, climbing 5.61% to US$0.4843, and has risen 25.47% on the week. The gains come as Ripple Labs, whose payment network is powered by XRP, expects to win a lawsuit filed against it by the U.S. Securities and Exchange Commission for allegedly selling US$1.3 billion in unregistered securities.

The global crypto market capitalization dropped 1.96% to US$1.13 trillion, while the total crypto market volume gained 30.1% to US$43.42 billion in the last 24 hours.

The Forkast 500 NFT index fell 0.54% to 4,004.93 on the day and declined 3.34% on the week. The index is a proxy measure of the performance of the global NFT market and includes 500 eligible smart contracts on any given day.

Asian equity markets mostly rose on Tuesday after concerns regarding a banking industry crisis eased. Hong Kongs Hang Seng Index rose 1.11%, South Koreas Kospi increased 1.07% and Japans Nikkei 225 gained 0.15%.

The Shanghai Composite lost 0.19% and the Shenzhen Component Index dropped 0.72%, over concerns that Covid-19 related disruptions continue to hamper Chinas economic recovery.

Gold slid 0.24% to US$1,951 an ounce, after falling 1% on Monday. The precious metal remains under its one-year high of US$2,000 that it touched last week.

European bourses rose for a second consecutive day. The benchmark STOXX 600 gained 0.34% and Germanys DAX 40 advanced 0.5%.

European Central Bank President Christine Lagarde will speak at the opening ceremony of the Bank for International Settlements Innovation Hub Eurosystem Centre later Tuesday.

Londons benchmark FTSE 100 rose 0.43% during the day, after Bank of England Governor Andrew Bailey said the countrys financial system is resilient and has robust capital, but warned that interest rates may move higher.

See related article: Is our banking system obsolete?

Go here to read the rest:

Bitcoin, Ether extend declines amid U.S. lawsuit against Binance ... - Yahoo Finance