June 28, 2026

Capitalizations Index – B ∞/21M

Jack Dorsey Unveils Square Crypto, How Will It Help Bitcoin?

Jack dorsey unveils square crypto, how will it help bitcoin?

Jack Dorsey Unveils Square Crypto, How Will It Help Bitcoin?

As made easily apparent by a mass of recent developments, like Vitalik Buterin’s latest topical update on Ethereum, Samsung’s consumer-facing crypto solution, and the swelling Bitcoin Lightning Network, now is the perfect time for industry stakeholders to bear down, test, and post stellar results.

Some firms may have missed the memo, but by and large, an argument can be made that the cryptocurrency ecosystem is stronger than ever, as big names continue to propel human and physical capital at this asset class.

Jack Dorsey’s fintech company cemented this theme’s potency on Wednesday, as the firm unveiled Square Crypto, a branch dedicated to the growth of decentralized networks through the use of development, design, and marketing.

Related Reading: Blockchain Capital Partner: Now is a Very Good Time to Buy Bitcoin (BTC) Despite Bear Market

Meet Square Crypto

For the umpteenth time in a matter of weeks, Jack Dorsey, Twitter’s chief executive, has wowed the bitcoin community with a straight out of left field announcement. On March 20th, the Missouri native revealed that the $32 billion Square intends to hire up to five talents for “open source contributions to the Bitcoin and crypto ecosystem.”

Three to four of the job offers are for engineers, especially those who have experience building out blockchain systems, and the remaining slot will be left for a designer. All positions will be full-time, presumably either remote or in Square’s San Francisco campus.

Surprisingly, Dorsey seems to want to reallocate much of his time to this subsidiary, as it was remarked on Twitter that he intends for those he hires to report directly to him, in spite of his responsibilities managing Square’s 2,000 staffers and Twitter’s 4,000-strong workers. If this isn’t good enough of an offer already, Square will be forking on bitcoin to those they hire. Sounds fun, right?

In subsequent tweets, which garnered monumental levels of traction on what Dorsey calls “bitcoin Twitter,” the industry CEO explained why he decided to go ahead with this venture, which will likely cost Square upwards of $500,000 per year.

Dorsey noted that when he asked Mike Brock about how cryptocurrency can be improved, the business partner responded with: “pay people to make the broader crypto ecosystem better.”This rallying cry was purportedly only mentioned last week — talk about a rapid turnaround time! Bakkt, please take notes.

The Square co-founder explains that he sees this as a way to bolster “individual economic empowerment,” along with a move towards the creation of a “more accessible global financial system.” And with that, he signed off, giving cryptocurrency’s developers a call to arms to the tune of accolades from the likes of Bill Barhydt, Crypto Rand, Matt Odell, Max Keiser, and countless others.

While five individuals would barely add to bitcoin’s active developer base, the fact that a multi-billion dollar fintech company is looking seriously at this space sure sets a positive precedent for the network’s technical future.

What Exactly Does Jack See in bitcoin

But what does Dorsey see in bitcoin? And more importantly, what is he trying to accomplish with this high-ticket move, one of the first of its kind?

Jack dorsey unveils square crypto, how will it help bitcoin?

Well, simply put, he has explained that the Internet needs a native currency. In an interview with podcaster Joe Rogan mere months ago, the Silicon Valley bigwig explained that digital ecosystems need a medium of exchange, as such an offering will bolster a multitude of operation types worldwide, especially financial transactions and data processes.

And as it stands, Dorsey sees an exemplar of an Internet currency in bitcoin. He stated:

“The internet has always wanted its own currency but it hasn’t had the technology (right principles, uniform, passionate early adopters) until 10 years ago… I think it will be [bitcoin] given all the tests it has been through and the principles behind it, how it was created. It was something that was born on the Internet, was developed on the Internet, was tested on the Internet, [and] it is of the Internet. ”

An Ongoing Epic

Dorsey isn’t doing this to garner clout. In a podcast with the cryptocurrency space’s Stephen Livera, the raging bitcoin bull revealed that he intends to add support for the Lightning Network into Square. Pundits have lauded this potential move one that could have more impact than a crypto-backed ETF and Bakkt combined.

He has also been putting money where his mouth is. On Twitter, Dorsey once revealed that he is #stackingsats, joining a bunch of other bitcoin enthusiasts in recurring weekly purchases of the cryptocurrency.

On a podcast, Dorsey revealed that he had bought $10,000 of BTC in a week prior to the interview’s recording, before hinting that this is one of his many attempts to establish a large foothold in the cryptocurrency market.

It is clear that Twitter’s leader expects for BTC to stay. But where will his crypto efforts come to fruition next?

Featured Image from Shutterstock

Published at Thu, 21 Mar 2019 12:03:21 +0000

Previous Article

Robert Shiller: Greater Than Average Chance Of Recession In Next 18 Months

Next Article

Ontology’s ONT Crypto Surges 74.5% in March

You might be interested in …

UAE Now Has A Local-Based Exchange

Crypto New Media UAE Now Has A Local-Based Exchange Bitex has officially opened its Cryptocurrency exchange services in the United Arab Emirates (UAE) to become the latest Crypto trading platform in the country. The new […]

Blockchain Capital Raises $10 Million ICO for VC Startup Fund

Blockchain Capital Raises $10 Million ICO for VC Startup Fund Blockchain Capital recently raised $10 million for a venture capital fund, Blockchain Capital III Digital Liquid Venture Fund, LP, which it calls the first venture […]

Ivy Playground for Bitcoin: Experimenting With the Future of Bitcoin Smart Contracts

IvyChain.jpg

Blockchain developer Chain is releasing an open-source compiler and development environment for writing Bitcoin smart contracts using Ivy, a smart contract language developed in-house.

Chain is best known for the open-source Chain protocol and Chain Core, an enterprise blockchain infrastructure that facilitates financial transactions on scalable, private blockchain networks. An open-source developer edition of Chain Core is available to developers, with a testnet operated by Chain. Ivy was developed at Chain as a smart contract language for Chain Core. With Ivy for bitcoin, which compiles to bitcoin Script, Chain wants to make it easier for average programmers to write smart contracts for the public bitcoin network.

By design, bitcoin doesn’t include a Turing-complete programming language for smart contracts of arbitrary complexity. But this doesn’t mean that bitcoin doesn’t support smart contracts. In fact, the simple, low-level, primitive operations included in bitcoin’s native scripting language (bitcoin Script) can be exploited to write smart contracts of significant complexity. “bitcoin Script does provide a set of useful primitives — signature checks, hash computations, and absolute and relative timelocks  — and the freedom to combine those primitives,” notes the Chain news release.

However, bitcoin Script is not being fully used by software developers, which according to Chain is due to “the relative difficulty of reading and writing bitcoin Script programs, and of creating and using addresses from those programs.” In fact, bitcoin Script is a very low-level, assembly-like language, which doesn’t offer the readability and ease of use of high-level programming languages. Therefore, most bitcoin programmers limit themselves to simple applications, without pushing bitcoin Script to its limits.

The Chain developers want to change that with Ivy, a higher-level language that allows developers to create custom, SegWit-compatible bitcoin addresses that enforce arbitrary combinations of conditions supported by the bitcoin protocol, including signature checks, hash commitments and timelocks.

Earlier this year, Chain released Ivy Playground, a tool for designing, drafting and testing smart contracts on a Chain Core blockchain network with Ivy. Now, Chain is making Ivy available to bitcoin developers and releasing Ivy Playground for bitcoin, which allows developers to design, create and spend simulated bitcoin contracts. The playground includes preloaded smart contract templates for bitcoin and developer documentation.

A disclaimer states that Ivy is relatively untested prototype software and should be used for educational and research purposes only. “Do not attempt to use Ivy to control real Bitcoins,” warns the front-page document.

Besides Chain, other developers are realizing that bitcoin needs more sophisticated smart contracts and user-friendly programming environments for smart contracts. Recently, blockchain developer Blockstream introduced Simplicity, a new programming language for blockchain-based smart contracts, intended for inclusion in Blockstream’s sidechains and eventually in bitcoin. Lead developer Russell O’Connor said that “after extensive vetting,” Simplicity support could be considered for inclusion in one of the next releases of bitcoin.

In the Blockstream announcement, O’Connor noted that Ivy’s programming language development efforts may be suitable for being compiled to Simplicity. But it now appears that Ivy’s progress toward these more sophisticated bitcoin smart contracts is advancing faster than some might have expected.

The post Ivy Playground for Bitcoin: Experimenting With the Future of Bitcoin Smart Contracts appeared first on Bitcoin Magazine.