application – Coin Network News https://coinnetworknews.com If it's coin, it's news. Tue, 19 Mar 2024 08:54:32 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Grayscale Investments Submits Revised Application for Spot Ethereum ETF https://coinnetworknews.com/grayscale-investments-submits-revised-application-for-spot-ethereum-etf/ https://coinnetworknews.com/grayscale-investments-submits-revised-application-for-spot-ethereum-etf/#respond Tue, 19 Mar 2024 08:54:32 +0000 https://coinnetworknews.com/grayscale-investments-submits-revised-application-for-spot-ethereum-etf/ Grayscale Investments’ Chief Legal Officer announced that the firm has submitted a revised Form 19b-4 for spot Ether exchange-traded funds. The officer, Craig Salm, stated that investors are seeking access to ethereum via a spot Ethereum ETF. Listing on the NYSE Grayscale Investments, a digital asset management firm, recently submitted an amended Form 19b-4 filing […]

Source link

]]>
https://coinnetworknews.com/grayscale-investments-submits-revised-application-for-spot-ethereum-etf/feed/ 0
Coinbase on Grayscale Ethereum Spot ETF Application: “ETH Is a Commodity, Not a Security” https://coinnetworknews.com/coinbase-on-grayscale-ethereum-spot-etf-application-eth-is-a-commodity-not-a-security/ https://coinnetworknews.com/coinbase-on-grayscale-ethereum-spot-etf-application-eth-is-a-commodity-not-a-security/#respond Sat, 24 Feb 2024 11:00:33 +0000 https://coinnetworknews.com/coinbase-on-grayscale-ethereum-spot-etf-application-eth-is-a-commodity-not-a-security/ Coinbase on Grayscale Ethereum ETF Application: "ETH Is a Commodity, Not a Security"Coinbase has answered the SEC request for comments on the proposed rule change to list the ETH Grayscale Fund as a spot ETF. Coinbase stated that ether was a commodity, and its status has been publicly recognized in a variety of circumstances by U.S. agencies and courts. Coinbase Supports Ethereum Grayscale Fund Conversion as a […]

Source link

]]>
https://coinnetworknews.com/coinbase-on-grayscale-ethereum-spot-etf-application-eth-is-a-commodity-not-a-security/feed/ 0
Nostr Wallet Connect: A Bitcoin Application Collaboration Layer https://coinnetworknews.com/nostr-wallet-connect-a-bitcoin-application-collaboration-layer/ https://coinnetworknews.com/nostr-wallet-connect-a-bitcoin-application-collaboration-layer/#respond Thu, 08 Feb 2024 21:08:37 +0000 https://coinnetworknews.com/nostr-wallet-connect-a-bitcoin-application-collaboration-layer/ Going into the future of Bitcoin adoption and development there is one issue of software interacting that is coming to the forefront of roadblocks developers must deal with: compatibility. As applications and protocols in this space become more complex and featureful in order to meet the needs of actual users and use cases, this presents a dilemma that fundamentally has only two real answers; either an application or wallet must internally integrate every protocol and feature necessary to meet the requirements of its purpose, or different applications must be able to talk to each other.

One example of where this issue crops up is the integration of Lightning into different applications and software tools. Lightning is a very complicated protocol stack to implement, involving numerous sub-protocols dictating how to coordinate and process updates to the state of a Lightning channel. This involves the transaction structure for each channel state and what it is enforcing, the order in which each step of crafting and signing new transactions is conducted to guarantee safety of user funds, and functions to watch the blockchain to react in the appropriate way automatically if invalid states are ever submitted to the blockchain.

This is a lot of complexity for a single application developer to take on themselves directly integrating to their project. The obvious conclusion if that requires too much effort is to depend on already produced software handling the problem of implementing Lightning, and simply build your application to talk to that external software. That leads to the next problem: what if your application’s users don’t use that particular Lightning implementation or wallet?

Even by outsourcing that functionality of an app the development team still hasn’t fully escaped the complexity problem. While they don’t have to fully implement Lightning on their own, a developer taking this route now has to handle incorporating API support for any Lightning wallet the user of their application could potentially be using. This necessitates keeping up with any changes or alterations to multiple Lightning wallets, their API, how the internal features of that wallet works and which ones they support. Not keeping up with any changes in a particular wallet would break their application for users of that wallet.

Some standardized mechanism needs to exist for software on both sides of that gap to simply be able to implement that one thing for all of these different tools to talk to each other. This would allow each application developer, and each Lightning wallet developer, to all simply integrate and maintain one single protocol that would enable their applications to communicate with each other.

Nostr Wallet Connect is a protocol making the attempt at being a truly generalized mechanism for fulfilling this need. When seeking to embed Lightning payments into Nostr, all of these complexity issues arriving from how to do it cropped up.

Lightning And NWC

The team behind Amethyst, a Nostr client, and Alby, the web based Lightning wallet, created NWC in order to solve the problem of Nostr users wishing to integrate Lightning into their Nostr experience without having to use a special purpose wallet. The application/protocol is based on Nostr’s identity architecture where every message (event) sent over Nostr is signed by a cryptographic keypair functioning as your identity on Nostr. This allows an application to simply generate a Nostr keypair, and from that alone have a cryptographic authentication mechanism to use in communicating with an external Bitcoin wallet to fulfill the functionality of the app.

Using the keypair to register the external application with the Lightning wallet, the application can now ping your wallet to initiate a payment. The specification currently supports paying BOLT 11 invoices, making keysend payments (invoiceless payments made to a node’s public key), paying multiple invoices simultaneously, generating an invoice to present to someone else to pay you, and a few other functionalities to allow payment history and wallet balance queries from the external application.

All of this is coordinated over Nostr, allowing for a very redundant means of communication not dependent on a single centralized messaging mechanism or the user needing to depend on complicated software such as Tor or other protocols to facilitate the network connection between an application and wallet software or infrastructure running on their home network. Nostr also supports encrypted direct messages, meaning the communication between the wallet and the application is entirely private, revealing no details about payments being coordinated to the Nostr relays used to communicate.

On the wallet side of the NWC bridge, security restrictions can be implemented to prevent the external application from having unfettered access to wallet funds in the case the Nostr key used to communicate with the wallet was compromised. Restrictions on the amounts allowed to be spent, as well as the frequency of payments, are configurable on the wallet side of the connection.

NWC is useful for far more than simply integrating Lightning into Nostr applications as well. The entire design philosophy of Nostr itself as a protocol was centered around keeping it simple enough that the entire protocol could be easily implemented correctly by any developer with minimal time and resources. Applications that have nothing to do with Nostr can easily integrate NWC or similar protocols with almost no overhead or complexity to address the underlying issues of how to connect a Bitcoin wallet with their application without having to build it directly into the app.

Beyond Lightning

The potential for a protocol like NWC to provide massive value to wallet and application developers goes far beyond integrating Lightning wallets into special purpose applications. The entire long term direction of interacting with Bitcoin, short of some mind blowing fundamental breakthrough no one has yet realized, is towards interactive protocols between multiple users.

Multiparty coinpools are a perfect example. Most of the specific design proposals like Ark or Timeout trees are built around a central coordinating party or service provider, which can easily facilitate a means of message passing between users wallets, but this hamstrings the design space with a single point of failure. If a hundred users are packed into a coinpool together on top of a single UTXO, the security model is based around each user having a pre-signed pathway to withdraw their coins unilaterally on-chain. This mechanism can be exercised in the event of any failure or disappearance of the coordinator to ensure their funds are not lost, but this is the least efficient way to handle such a worst case scenario.

If users were able to find a mechanism to communicate with each other in the absence of the service provider or coordinator, much more efficient on-chain exits could be achieved by using the larger group multisig to migrate their funds elsewhere with a much more efficient (and therefore cheaper) on-chain footprint. NWC and Nostr are a perfect fit for such a scenario.

Collaborative multisignature wallets between multiple parties could also benefit from such a protocol. In combination with standards like PSBT, a simple Nostr communication mechanism could drastically simplify the complexity of different wallets with multisig support coordinating transaction signing in a smooth and user friendly way.

Discreet Log Contracts (DLC) are another amazing use for such a protocol. The entire DLC scheme relies on both parties being able to access oracle signatures to unilaterally close a contract correctly if both parties will not cooperate to settle it collaboratively. Nostr is the perfect mechanism for oracles to broadcast these signatures, and allow for a simple subscription to their Nostr key in users wallets to automatically track and acquire signatures when broadcast by oracles.

As time goes on and more applications and protocols are built on top of Bitcoin with the requirement of interactivity between users, and between different applications, a general purpose communication mechanism to facilitate that without relying on a single point of failure is going to be sorely needed.

Nostr is the perfect underlying protocol to facilitate that given its incredible simplicity and the redundancy of a large set of relays to utilize. NWC is the perfect example of that being a viable solution. 

Source link

]]>
https://coinnetworknews.com/nostr-wallet-connect-a-bitcoin-application-collaboration-layer/feed/ 0
SEC Delays ARK Invest And 21 Shares Spot Bitcoin ETF Application https://coinnetworknews.com/sec-delays-ark-invest-and-21-shares-spot-bitcoin-etf-application/ https://coinnetworknews.com/sec-delays-ark-invest-and-21-shares-spot-bitcoin-etf-application/#respond Fri, 11 Aug 2023 16:46:00 +0000 https://coinnetworknews.com/sec-delays-ark-invest-and-21-shares-spot-bitcoin-etf-application/

Friday morning, the Securities and Exchange Commission (SEC) solicited comments on 21 Shares and Cathie Wood’s ARK Invest’s spot Bitcoin exchange-traded fund (ETF) application, further delaying the process.

This is the second delay in the listing process for this ETF, with the first delay happening earlier this year. The third deadline for the SEC’s decision is scheduled for later this year for November 11. If the SEC delays the application again, it will go to its fourth and final deadline on January 10, 2024. 

The race for approval for a spot Bitcoin ETF in the United States gained huge momentum earlier this year when the worlds largest asset manager, BlackRock, filed for one of their own. After that, big institutions including Fidelity, VanEck and WisdomTree among others, piled in and filed for their own spot Bitcoin ETFs.  

The first mover advantage of being the first to have its Bitcoin ETF approved and listed may prove to be vital in its performance. Galaxy Digital CEO and billionaire Mike Novogratz said in an earnings call earlier this week, “The news of both BlackRock filing ETF and quite frankly, Invesco plus Galaxy, we’re going to fight like cats and dogs to win market share there once it gets approved. It’s a big, big deal.”

Earlier this year on July 27, the SEC approved a leveraged, 2x Bitcoin futures ETF, which leaves many scratching their heads as to how that is safe for investors, but not a spot ETF. Grayscale, who is currently in a legal battle with the SEC over the denial of its spot Bitcoin ETF application, sent a letter to the U.S. Court of Appeals protesting exactly this. 

More information on the spot Bitcoin ETF race can be found here.



Source link

]]>
https://coinnetworknews.com/sec-delays-ark-invest-and-21-shares-spot-bitcoin-etf-application/feed/ 0
WisdomTree Files Application For Spot Bitcoin ETF Following BlackRock's Filing https://coinnetworknews.com/wisdomtree-files-application-for-spot-bitcoin-etf-following-blackrocks-filing/ https://coinnetworknews.com/wisdomtree-files-application-for-spot-bitcoin-etf-following-blackrocks-filing/#respond Tue, 20 Jun 2023 23:46:46 +0000 https://coinnetworknews.com/wisdomtree-files-application-for-spot-bitcoin-etf-following-blackrocks-filing/

WisdomTree, a prominent provider of exchange-traded funds (ETFs), has filed an application seeking approval for the launch of the WisdomTree Bitcoin Trust, to be listed on the Cboe BZX Exchange. This filing comes in the wake of BlackRock’s recent application for a spot bitcoin ETF, signaling the increasing interest and recognition of bitcoin within the traditional finance space.

In their filing, WisdomTree outlined their investment objective of gaining exposure to the price of bitcoin while considering the expenses and liabilities associated with the ETF’s operations. WisdomTree intends to value the shares daily based on the CF Bitcoin US Settlement Price, which aggregates trade flow from major bitcoin spot exchanges.

WisdomTree’s approach involves conducting “in-kind” transactions with Authorized Participants, enabling them to deliver or facilitate the delivery of bitcoin to the Trust’s custodian, U.S. Bank, National Association. Although the name indicates a trust, both WisdomTree’s filing and BlackRock’s filings function as spot ETFs, which is explained further here.

While the Securities and Exchange Commission (SEC) has rejected previous applications for spot Bitcoin ETFs, it has approved Bitcoin futures ETFs. The filings by BlackRock and WisdomTree reflect the industry’s push to provide investors with regulated options for participating in the bitcoin market, albeit at the cost of properties exclusive to sovereign bitcoin usage.

The consecutive filings by BlackRock and WisdomTree highlight the increasing recognition of Bitcoin’s potential in traditional finance. By applying for spot ETFs, these asset management giants are acknowledging the demand for regulated investment vehicles in the space. The filings may pave the way for broader adoption and a new wave of institutional investors entering the bitcoin market.

Source link

]]>
https://coinnetworknews.com/wisdomtree-files-application-for-spot-bitcoin-etf-following-blackrocks-filing/feed/ 0
BlackRock Nears Filing Bitcoin ETF Application, Leveraging Coinbase Custody https://coinnetworknews.com/blackrock-nears-filing-bitcoin-etf-application-leveraging-coinbase-custody/ https://coinnetworknews.com/blackrock-nears-filing-bitcoin-etf-application-leveraging-coinbase-custody/#respond Thu, 15 Jun 2023 14:39:18 +0000 https://coinnetworknews.com/blackrock-nears-filing-bitcoin-etf-application-leveraging-coinbase-custody/

BlackRock, the worlds largest asset manager, is reportedly on the brink of submitting an application for a Bitcoin ETF (exchange-traded fund), as disclosed by a reliable source familiar with the matter. 

In their pursuit of a Bitcoin ETF, BlackRock has chosen Coinbase Custody as their trusted custodial solution. Moreover, the asset manager will rely on Coinbase’s spot market data to ensure accurate and reliable pricing for the ETF. Coinbase and BlackRock have so far refrained from providing any official comments on the matter.

While the specifics of the upcoming ETF remain undisclosed, it is yet to be determined whether it will be based on spot or futures contracts. BlackRock, however, refrained from immediate comment, leaving investors eagerly awaiting further details.

It is worth noting that the Securities and Exchange Commission (SEC), the regulatory authority responsible for overseeing ETFs in the United States, has thus far rejected every application for a spot bitcoin ETF. Nevertheless, the commission has granted approval for several bitcoin futures ETFs, which have been successfully introduced for trading.

BlackRock’s imminent filing for a Bitcoin ETF signals a turning point in the industry, as a prominent player in the traditional financial space acknowledges the potential of Bitcoin. If approved, the Bitcoin ETF would open doors to a new wave of adoption and provide investors with an unprecedented opportunity to participate in the Bitcoin market through a regulated and accessible investment vehicle.

Source link

]]>
https://coinnetworknews.com/blackrock-nears-filing-bitcoin-etf-application-leveraging-coinbase-custody/feed/ 0
Filecoin Price Drops After SEC Asks Grayscale to Withdraw FIL Trust Application https://coinnetworknews.com/filecoin-price-drops-after-sec-asks-grayscale-to-withdraw-fil-trust-application/ https://coinnetworknews.com/filecoin-price-drops-after-sec-asks-grayscale-to-withdraw-fil-trust-application/#respond Wed, 17 May 2023 20:40:49 +0000 https://coinnetworknews.com/filecoin-price-drops-after-sec-asks-grayscale-to-withdraw-fil-trust-application/

“The SEC staff requested that Grayscale seek withdrawal of the registration statement promptly,” Grayscale said. “Grayscale does not believe that FIL is a security under the federal securities laws and intends to respond promptly to the SEC staff with an explanation of the legal basis for Grayscale’s position. Grayscale cannot predict whether the SEC staff will be persuaded that Grayscale’s position is correct, and if not, whether it may become necessary for Grayscale to seek accommodations that would enable the Trust to register under the Investment Company Act of 1940 or, alternatively, seek dissolution of the Trust.”

Source link

]]>
https://coinnetworknews.com/filecoin-price-drops-after-sec-asks-grayscale-to-withdraw-fil-trust-application/feed/ 0
Four open source Plutus Application Backend (PAB) for Cardano https://coinnetworknews.com/four-open-source-plutus-application-backend-pab-for-cardano/ https://coinnetworknews.com/four-open-source-plutus-application-backend-pab-for-cardano/#respond Wed, 17 May 2023 13:33:02 +0000 https://coinnetworknews.com/four-open-source-plutus-application-backend-pab-for-cardano/

Decentralized applications (dApps) are becoming increasingly popular as more businesses and developers seek to leverage the benefits of decentralized networks such as blockchain. However, developing dApps can be complex and time-consuming. To simplify the process, developers can use frameworks that provide a set of tools and functionalities to test, compile, deploy and debug their applications. There are several popular frameworks for developing decentralized applications. In this article, we will explore the Cardano ecosystem and learn about the smart contract framework available to developers.

Plutus: Cardano’s smart contract language

Cardano’s Plutus programming language is a high-level, functional programming language designed specifically for developing smart contracts on the Cardano blockchain. Plutus is based on the Haskell programming language, which is known for its mathematical precision and high degree of reliability.

Plutus is designed to be a secure and flexible language for developing smart contracts. It is used to write both on-chain and off-chain code that governs the behavior of smart contracts, allowing developers to create complex financial applications that can be executed on the Cardano blockchain.

Plutus offers robust support for formal verification. This unique feature allows developers to mathematically verify the correctness of smart contracts before deploying them to the blockchain. By removing vulnerabilities and bugs through formal verification, Plutus helps to enhance the security and reliability of smart contracts, reducing the risk of loss of funds or contract hacks.

What is a Plutus Application Backend (PAB)?

There is a significant difference between Ethereum’s account model and Cardano’s eUTXO models. In the account model, all the logic is on-chain, but this has been found to cause scalability issues. In the eUTXO model, smart contract computation is performed off-chain and only the smart contract validation itself is performed on-chain, just like in Bitcoin. This means transaction validation can be incredibly efficient and scalable—an advantage of the eUTXO model.

For this reason, Plutus smart contracts must be paired with an off-chain framework, or a Plutus Application Backend (PAB). A PAB is responsible for executing the dApp logic and provides the following functionalities:

Join the community where you can transform the future. Cointelegraph Innovation Circle brings blockchain technology leaders together to connect, collaborate and publish. Apply today

  • Query the blockchain state
  • Handles user inputs
  • Execute smart contracts
  • Build and balance transactions
  • Submit signed transactions to the network.

Overall, a PAB is a crucial component as it provides the necessary functionality to interact with the Cardano blockchain and execute the smart contracts that govern the behavior of the application.

Using PAB solutions on Cardano

IOG PAB

This was developed by IOG, one of Cardano’s founding entities. This was one of the first PAB available to developers. It is a Haskell PAB designed as a monolith framework that combines many tools and services into one environment. Being written in Haskell allows it to leverage native interoperability with Plutus primitives and enjoy a streamlined and efficient interface between on-chain and off-chain code. However, its architecture is complex and lacks modularity, therefore developers may find it difficult to work with.

Atlas

Developed in collaboration with MLabs, Well-Typed and Plank. Atlas is another Haskell-based PAB that took the best out of the IOG PAB and improved on its limitations. It offers an intuitive type system that abstracts away the complexity around building transactions, balancing UTxOs and interfacing with Plutus contracts. In addition, it supports modular data providers and leverages Vasil upgrade features such as reference inputs and inline datums. Finally, it provides a testing framework for debugging your application in a simulated environment.

Lucid

Developed by SpaceBudz, Lucid is a PAB in JavaScript, Deno and Node.js. This makes it particularly adapted to Web development and JavaScript programing language, giving it a lot of flexibility and ease of use out of the box. In particular, it lowers the barrier to entry for many developers who aren’t familiar with Haskell and struggle with the functional programming paradigm. Lastly, it integrates with Aiken to perform smart contract evaluation.

Mesh

Developed by Martify, Mesh is similar to Lucid as it is also based on JavaScript and is web friendly. It stands out by providing higher-level abstractions for common use cases such as transaction asset bundles, minting/burning NFTs, staking and more. Its focus is on simplicity and ease of use with React frontends. (Disclosure: Genius X, a brand of Genius Yield, has onboarded Martify to its accelerator program.)

Building your own PAB is a complex endeavor and requires a deep technical knowledge of UTxOs, Plutus and other Cardano primitives. This represents a significant hurdle for developers and individual projects to design and implement on their own. Thankfully, Cardano now possesses four open-source PAB solutions available to the developer community significantly reducing the barrier to entry into the Cardano ecosystem.

In conclusion, PAB frameworks play a key role in the handling and execution of the smart contracts on Cardano. They provide a set of tools and functionalities that make dApp development faster and more streamlined for developers. Cardano’s developer ecosystem has significantly matured over the past year and now offers a variety of PAB solutions to build and deploy dApps on Cardano.

CSO at Genius Yield, the all-in-one DeFi platform, that combines an AI-powered yield optimizer with a concentrated liquidity DEX.

This article was published through Cointelegraph Innovation Circle, a vetted organization of senior executives and experts in the blockchain technology industry who are building the future through the power of connections, collaboration and thought leadership. Opinions expressed do not necessarily reflect those of Cointelegraph.

Learn more about Cointelegraph Innovation Circle and see if you qualify to join

Source link

]]>
https://coinnetworknews.com/four-open-source-plutus-application-backend-pab-for-cardano/feed/ 0
Fujitsu interested in crypto trading services, trademark application reveals https://coinnetworknews.com/fujitsu-interested-in-crypto-trading-services-trademark-application-reveals/ https://coinnetworknews.com/fujitsu-interested-in-crypto-trading-services-trademark-application-reveals/#respond Sun, 26 Mar 2023 07:30:27 +0000 https://coinnetworknews.com/fujitsu-interested-in-crypto-trading-services-trademark-application-reveals/

Japanese tech giant Fujitsu filed a trademark application with the United States Patent and Trademark Office (USPTO), revealing its intent to offer brokerage services for cryptocurrency trading, among other crypto and non-crypto financial facilities.

Fujitsu’s trademark application aims to register a new mark which “consists of the stylized word FUJITSU with a sideways s shaped swirl over the J and I,” as evidenced in the official document filed on March 16. The branding is dedicated to offering financial services, which include acceptance of deposits, financing loans and financial management and exchange of crypto assets.

Fujitsu trademark application filed for the above logo. Source: tsdr.uspto.gov

The image above represents the updated logo that Fujitsu intends to trademark for providing the said services. In addition, the snippet below provides an overview of the services Fujitsu disclosed with the USPTO, along with the trademark request.

Fujitsu’s trademark application for crypto services. Source: tsdr.uspto.gov

Fujitsu’s growing interest in web3 became evident when it launched a Web3 acceleration platform for startups and partner companies in February. The platform aims to support the creation of a diverse ecosystem of Web3 applications across a range of use cases, such as digital content rights management, business transactions, contracts, and processes.

Related: Japanese prime minister says DAOs and NFTs help support government’s ‘Cool Japan’ strategy

At the beginning of 2023, financial regulators in Japan urged global regulators to introduce tougher banking rules for the crypto sector.

Deputy director-general of the Financial Services Agency’s Strategy Development and Management Bureau, Mamoru Yanase, acknowledged that the problem wasn’t with crypto. “What’s brought about the latest scandal isn’t crypto technology itself,” he said, adding that the blame lay with “loose governance, lax internal controls and the absence of regulation and supervision.”

Magazine: Samsung’s Bitcoin ETF, $700M bust, Coinbase exits Japan: Asia Express