Cryptocurrency
Recursive inscriptions: Bitcoin ‘supercomputer’ and BTC DeFi coming soon

Earlier this year, Ordinals — a unique inscription on the smallest unit of a Bitcoin, called a Satoshi — emerged as a controversial new development. Dismissed by some as spam and embraced by others as a way to bring BRC-20 tokens and NFTs to Bitcoin, the technology stimulated a flurry of developments.
Now there is excitement around “recursive inscriptions,” which is a very confusing yet potentially much more powerful development. Recursive Inscriptions essentially promise to allow more complex functionality to be built on Bitcoin’s blockchain, akin to smart contracts on Ethereum.
Some believe recursive inscriptions could see Ordinals develop from NFTs and “digital artifacts” to underpin a full-blown DeFi ecosystem on Bitcoin very soon. Others are confident it will enable Bitcoin to take on decentralized storage provider IFPS. One person Magazine spoke to believes it will eventually lead to an interconnected supercomputer being built on-chain.
Danny Yang, a Stanford PhD, creator of OCM Dimensions and Bitcoiner since 2013, says recursive inscriptions unlock the next evolution of Bitcoin:
“People won’t believe it when it’s presented to them now. It’s not going to operate exactly like Uniswap, but other high-value digital assets will emerge on Bitcoin. That’s what Ordinals and recursive inscriptions will evolve into. They will become a new form of programmable assets and code.”
These tech developments — while at a very early and speculative stage — are making Bitcoin interesting again. A Bitcoin maxi friend complained to me that I never write about Bitcoin. In truth, there’s been very little new to write about until recently.
“That’s pretty true,” Yang agrees.
Recursive support switched on in June
Yang has worked on recursive inscriptions since February in the form of Bitcoin generative NFT collections OCM Dimensions and OCM Genesis. He inscribed both of those innovative collections on Bitcoin in February (along with compression and 3D programming libraries) before anyone understood the significance of what he had done.
Yet OCM Dimensions was only publicly launched on June 15, the day that recursive inscription support was turned on for Ordinals.com. Yang explains to Magazine:
“You have to show something before people start listening, and finally, after months of beating the drums about the significance of recursive inscriptions on Bitcoin, people are starting to get it after we showed what was possible with OCM Dimensions — the first 3D, high resolution, animated and interactive work on Bitcoin.”
For now, the smart contract-enabled Ethereum blockchain is the home of more developer activity than anywhere else, and it dominates the DeFi sector. Until this year, the idea of building a genuine smart contract — the self-executing code used as building blocks for programmable money ecosystems — was not possible on Bitcoin.
But some now say Ordinals and recursive inscriptions could see a DeFi ecosystem emerge on Bitcoin fairly soon. It’s not going to be easy, though.
What are Ordinals and recursive inscriptions?
Ordinals allow you to uniquely identify a satoshi or a sat. A satoshi is 100 millionth of a Bitcoin. Identifying a fractionalized part of a Bitcoin means creating NFTs on Bitcoin or creating a provenance certificate on-chain is now possible. The idea of NFTs on Bitcoin, the most decentralized OG chain, is tantalizing for some.
In January 2023, developer Casey Rodarmor released the Ordinals protocol, creating Bitcoin NFTs on the Bitcoin blockchain. Rodarmor found an unintended loophole in the taproot scripts that command lines of Bitcoin code.
The Ordinals’ protocol creator argues that such NFTs are now “complete,” as the token and related images are stored on the Bitcoin blockchain rather than side chains or using off-chain storage systems like most Ethereum NFTs. Digital artifacts on Bitcoin are truly immutable.
“Now you can own the actual art, not just a contract that points at a piece of art stored on centralized databases,” says Carlo Fox, an “Ordinals OG” since February who created the Nakamoto Whales series. NFTs, as we know them on Ethereum and on other chains, are more like digital ownership certificates than actual on-chain art, and Ordinals change that.
“I got super excited for Ordinals for a few reasons: for one, we now can create and own on-chain art that is truly immutable. When you understand the ramifications of this, it’s huge. Half the time, NFTs as we know them are stored on AWS, centralized, and controlled by creators who can turn your art into pictures of turds at any time.”
Ordinals allow you to store any type of data on the most decentralized blockchain, and no one can modify it. “Ordinal artifacts may be most likely of any on-chain data to exist 2,000 years from now. That’s meaningful, and I think it is particularly relevant when in the context of important works of art, literature and science. I believe that Ordinals will become the premiere destination for the most coveted and important on-chain art. It’s akin to carving a statue out of gold,” says Fox.
So the business case for high-value NFTs minted on Bitcoin makes sense. Using the new tech to create cool 3D art for OCM Dimensions helped Yang’s company Metagood sell the idea of launching tokens on Bitcoin Ordinals to Asprey Studios and the Italian car company Bugatti recently.
But OG Ordinals could only hold 4MB of data, and that is one reason why recursive inscriptions have emerged.
Recursive inscriptions = Bitcoin cloud computing
At its most basic recursive inscriptions let you record stuff associated with a particular Bitcoin and enable smart contract-type functionality — Yang says they could have been called programmable inscriptions. By interlinking data through a series of calls (a contract for a sell order, for example), it’s possible to extract that data to run more complex processes anchored on Bitcoin blocks.
This enables recursive inscriptions to function like a distributed data repository, like putting AWS cloud on Bitcoin.
Composability — getting disparate projects and protocols to work together seamlessly — is an important part of crypto and one of the main reasons behind the exponential growth of the Ethereum DApp ecosystem.
Recursive inscriptions mean that even the most complex data sets, like video files and audio files, could now technically be hosted on Bitcoin. With a one-time cost to inscribe, data could be hosted forever on the most immutable and decentralized network in the world.
Inscriptions are like data legos, enabling data to be taken from somewhere else and built upon. In computer science, that’s where the phrase recursive comes from, as recursive inscriptions are a mechanism that extracts data from existing inscriptions and utilizes that data within new inscriptions.
Recursion is a fully on-chain process that uses scripts to combine various other on-chain data sources. These can include image layers, audio, code or other data sources. Individual scripts of code merge these layers together through recursion.
Recursive inscriptions use data inscribed elsewhere on new inscriptions, cutting down on storage requirements.
Fox uses the example of PFP art. Instead of uploading thousands of unique images (which can be prohibitively expensive), you can upload 200 and use scripts to combine them via the fully on-chain recursion process. The possibilities this offers are only just being explored.
This is powerful because recursive inscriptions enable new types of applications that were not possible before it. Applications like on-chain AI couldn’t be done on the base layer of Ethereum, but NewBitcoinCity builder Punk 3700 believes they could now be done on Bitcoin. He’s been playing around with “Perceptrons,” an early on-chain AI experiment on Bitcoin.
He explains that “it wasn’t possible to store the AI neural net models on-chain together with the artworks. So we split the AI models into different inscriptions and compose them at runtime.”
Inscriptions an important development for human freedom?
One of the most fascinating elements of recursive inscriptions is that once the data is on the blockchain once, you can simply refer to it again and again, vastly cutting down storage costs and block space utilization.
“Inscriptions are now reusable,” explains Punk 3700, “You can inscribe a very large code library like p5.js once, and other developers can reference that p5.js library at run time without inscribing it again.”
“This is super exciting because we start seeing a community-driven public infrastructure being built out.” This means more complex inscriptions are being created at a fraction of the cost.
“Essentially, any type of data can be an inscription. The most rudimentary use case combines multiple data sources together, and every piece of it can live on-chain. On-chain data might be able to communicate with each other, and data could be realized over time.”
Fox explains further: “The best way to think of it is anything you can do locally on a computer and have all little pieces live together in different files and work together.”
He gives examples like “open-source libraries, all on-chain,” meaning important research papers on Bitcoin, with citations on recursions on-chain, meaning major discoveries can be published on Bitcoin blocks for time immemorial. Javascript packages can be inscribed on Bitcoin. Essentially, a tiny internet that’s developed to live on Bitcoin can’t be taken down, building and building until one day it has created “an interconnected supercomputer living on Bitcoin.”
The public hasn’t grasped the significance of these developments, says Fox.
Let’s start with DeFi and AWS first
Long before the supercomputer cranks up, we’re likely to see Bitcoin DeFi and the chain emerge as a data storage competitor.
Toby Lewis co-founded OrdinalsBot, which automates inscriptions to help expedite development on Ordinals. He thinks that, for now, competing with the Web3 data storage provider IPFS is the best use case for recursive inscriptions. In the short term, both high-end and low-end NFTs can now be more affordably held on-chain.
“The end point of storing data onto Bitcoin will get people excited. That’s because Bitcoin has better name recognition than IPFS […] Bitcoin becomes the ultimate store of truth.”
Decentralized data storage on Bitcoin could disrupt NFT culture by allowing images, text files and audio files to be stored directly with tokens.
Lewis also thinks DeFi on Bitcoin is just becoming a realistic prospect now and that Bitcoin-native DeFi products are inevitable, even if they will be rudimentary for a while.
There is likely a large segment of users who will want to build and do something on Bitcoin, especially if the end state is a multichain ecosystem, posits Lewis. That is, use Bitcoin’s blockchain as the layer-1 base, and use Ordinals and recursive inscriptions to connect to other applications.
DEXs and automated market makers are starting to emerge. Lewis notes that Bitcoin can link up to other layer-2 applications as another way for smart contracts to emerge on Bitcoin.
This is the kind of DeFi that Punk 3700 has been building on Bitcoin. He launched a new protocol called Trustless Computer that enables writing smart contracts and building DApps on Bitcoin.
“If Ethereum and Bitcoin have a baby, that’s Trustless Computer.”
One of the first DeFi protocols it deployed was a Uniswap fork.
“Now that you could write smart contracts on Bitcoin, it turned out that building an AMM DEX was very simple. It took us just a couple of days.” A month after deploying Uniswap on Bitcoin, Punk 3700 connected it to Ethereum layer-2 network Optimism and says it can trade with two-second latency and low transaction fees.
“We now have a scalable infrastructure for DeFi to thrive on Bitcoin.”
Read also
Bitcoin maximalists aren’t going to like the use of Ethereum protocols in conjunction with Bitcoin, but Punk 3700 says it’s the future.
“This is the power of having a general-purpose programming language (Solidity) and a general-purpose virtual machine on Bitcoin. Developers can build any kinds of applications they want for Bitcoin.”
“Bitcoin is now no longer just a currency. It is becoming a DApp store.”
New generation of Bitcoin maxis?
At present, these use cases for recursive inscriptions and smart contracts on Bitcoin are highly speculative, and many Bitcoiners would no doubt argue abstracting it away on layer 2s means it’s no longer really Bitcoin at all.
But Leonidas, the founder of Ordinals marketplace Ord.io, is very excited about the new Web3 experiments on the Bitcoin layer 1 as well. He believes that “the release of the Ordinals protocol earlier this year ended a long period of stagnation” for the chain. He’s seeing a whole new wave of developers flood into the Bitcoin ecosystem, who are “eager to build everything from NFT marketplaces to DeFi protocols.”
“I think people will be pleasantly surprised with how much you can actually do on Bitcoin layer 1,” he says.
“The issue was never that Bitcoin as a technology wasn’t capable of handling Web3 use cases; it’s that a culture of toxic maximalism had driven the most talented developers to other ecosystems where they would be celebrated for their innovations rather than harassed.”
Leonidas firmly believes that through Ordinals, Bitcoin has “entered a new era where developers rather than idealists will dictate its future,” and he is optimistic that Bitcoin’s brightest days lay ahead.
Subscribe
The most engaging reads in blockchain. Delivered once a
week.
Cryptocurrency
Ripple (XRP) Price Predictions, Recent Cardano (ADA) Developments, and More: Bits Recap June 13

TL;DR
- ADA is down for the day, but essential developments, such as whale purchases and ecosystem progress, can have a positive impact on the price.
- XRP trades near $2.14, with bullish targets ranging from $2.80 to $10, while Ripple’s case versus the US SEC nears resolution.
- ETH fell back to around $2,500. Analysts remain cautiously bullish, noting that $2,380 is a crucial support zone.
What’s New Around ADA?
Cardano’s native token suffered the negative consequences of the geopolitical tension caused by the conflict between Israel and Iran, with its price plunging by over 7% in the last 24 hours and currently trading at around $0.63.
Some prominent analysts on X took notice of the decline, warning that a further plunge could be incoming. Nebraskangooner, for instance, claimed that “the head and shoulders” price pattern is “potentially breaking down,” suggesting this could lead to a correction below $0.50.
However, some important developments that took place earlier this week indicate that all hope isn’t lost for the bulls. On June 10, Ali Martinez revealed that Cardano whales (those holders having between 100 million and 1 billion tokens) bought 120 million ADA in the span of just 48 hours. Back then, the USD equivalent of the stash was approximately $85 million.
Another bullish factor is the development of the Cardano ecosystem. A few days ago, the project’s founder, Charles Hoskinson, announced Cardinal – the first Bitcoin DeFi protocol on Cardano, which allows people to use BTC for staking and lending on the platform, with no custody required.
XRP’s Price Targets
Ripple’s cross-border token was also hit by the latest correction. It currently trades at roughly $2.14, representing a 5% decline on a daily scale.
X user CRYPTOWZRD noted that XRP’s performance is similar to other major altcoins, arguing that “anything is possible from this level.”
The analyst said the main daily support target is $2, claiming a bullish reversal to the $2.80 resistance level isn’t completely out of the question. However, it will heavily depend on a breakout above the daily lower high trend line.
Another industry participant who has recently touched upon the matter is the X user Cobb. Earlier this week, the analyst forecasted that XRP’s next leg “is going to be brutal,” suggesting the price could exceed a staggering $10 per coin.
Meanwhile, it appears that Ripple and the US Securities and Exchange Commission (SEC) are nearing an official resolution of their court dispute. Some experts, though, believe the eventual conclusion of the legal battle is unlikely to trigger any substantial volatility for XRP.
How About ETH?
The price of the second-largest cryptocurrency surged to nearly $2,900 on June 11, marking the highest level since February. Currently, though, it is worth around $2,500, representing a 13% decline from the local top.
Despite the downtrend, multiple market observers remain optimistic that Ethereum (ETH) is poised to reach significant peaks, and “no war can stop it.”
$ETH to $4,000 is programmed.
No war that can stop it. pic.twitter.com/jPAAeiFoEt
— TraderPA (@Trader1PA) June 13, 2025
The X user DevKhabib also chipped in, claiming that ETH “is still in a good area” despite the ongoing unfavorable conditions. The trader, though, expressed concerns about a potential plunge below $2,380, saying it has proven to be strong support for now.
Earlier this week, Ali Martinez opined that investors should turn bullish only after a sustained close above $2,750. Failing that, he projected a potential drop toward $2,500 or possibly as low as $2,380.
Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!
Cryptocurrency
Trump Urges Iran to Sign Nuclear Deal Before ‘There’s Nothing Left:’ How Will BTC Price React?

US President Donald Trump said he urged the Iranian authorities to sign the nuclear deal; otherwise, the situation might escalate.
BTC’s price has already experienced substantial volatility after the initial Israeli missile strikes against Iran, but has recovered some ground and now stands close to $105,000.
Trump said on his own social media platform that he “gave Iran chance after chance to make a deal. I told them, in the strongest words, to “just do it,” but no matter how hard they tried, no matter how close they got, they just couldn’t get it done.”
The POTUS blamed it on a certain “Iranian hardliner” who spoke “bravely,” but noted that all of the top military personnel are now dead. Consequently, Trump urged the nation’s leaders to sign the nuclear deal once again, or the situation could worsen.
“The United States makes the best and most lethal military equipment anywhere in the World, BY FAR, and that Israel has a lot of it, with much more to come – And they know how to use it.”
He warned that the next planned attacks will be even more brutal and Iran should make a deal before “there is nothing left, and save what was once known as the Iranian Empire.”
Israel’s strike earlier this morning led to immediate price volatility across all financial sectors. While oil went up, the ever-volatile crypto market plunged, with BTC dumping below $103,000 for the first time since last Friday.
However, the asset has recovered some ground and now stands close to $105,000. Investors should be aware that more volatility is likely to follow if the tension between the US, Iran, and Israel further escalates.
Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!
Cryptocurrency
Crypto Price Analysis June-13: ETH, XRP, ADA, SOL, and HYPE

This week, we examine Ethereum, Ripple, Cardano, Solana, and Hype in greater detail.
Ethereum (ETH)
Ethereum began the week on a strong footing by testing the $2,800 resistance following a 10% rally. However, this suddenly came to a stop in the past 24 hours after Israel bombed Iran. The geopolitical tension pushed the whole crypto market down, and ETH erased much of its recent gains, closing the week with a modest 1% gain.
The price briefly visited the $2,400 support during its recent drop and is hovering around $2,500 at the time of this post. Hopefully, buyers will defend this support level as a breakdown here could open the way to $2,000 next.
With the market on edge due to the geopolitical context, volatility could continue to be high. So far, ETH has made a higher low, and on Wednesday, it made a higher high. This supports a bullish bias as long as the key support holds.
Ripple (XRP)
XRP reversed on Monday and turned bearish when it was rejected at the $2.3 resistance. With sellers taking back control, the last four daily candles closed in red, which brought the price back to the $2 support. This is why XRP closed the week in red with a 1% loss.
While this is not too concerning, the support at $2 has to hold if this cryptocurrency hopes to make higher highs later. The current momentum is bearish, but due to the low volume, sellers don’t seem interested in doing much more at this time.
Looking ahead, this cryptocurrency remains stuck in a tight range with low volatility. This has been ongoing for months, and there has been no decisive breakthrough to date. This is likely to continue to suppress the price.
Cardano (ADA)
ADA tried to distance itself from the $0.64 support, but in the past three days, sellers brought it back to this key level, closing the week with a 2% loss.
Ит struggled throughout May and June, and it has not been much better to date. This supports a bearish bias with momentum favoring sellers at this time. The daily MACD also turned bearish today which could put in danger the current support.
Looking ahead, if Cardano can’t hold its price above $0.64, then it could revisit $0.5 in the near future. This is a level where buyers returned in the past. Hopefully, they do it again if the key support is lost.
Solana (SOL)
Solana gave market participants a brief excitement when its price moved above $152, which used to act as a resistance. However, that did not last, and in the past three days, sellers returned and pushed it under $150.
With a lower low confirmed, the downtrend for Solana is likely to continue. If so, the next major support levels will be found at $130 and $118. The momentum indicators, such as the daily MACD and RSI, also remain bearish at this time.
If nothing changes in the days to come, which is unlikely considering the wider market context, then SOL has a good chance to revisit $130. This is a level that could attract buyers and lead it into a relief bounce.
Hype (HYPE)
HYPE made waves in the past few months, and this week is no different. It made a new all-time high at $44 and closed this week with a 15% gain. This makes it the best performer on our list and across most of the market.
This achievement also got HYPE next to ADA in terms of market cap on sites such as CoinMarketCap. If this performance continues, HYPE is well placed to challenge ADA or even TRX and DOGE in the future.
Looking ahead, HYPE remains in a clear uptrend with key resistances at $41 and $44, at the time of this post. The support level is found at $38, and the price bounced on it during its most recent pullback. If the rally continues, then expect new record prices in the future.
Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).
LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!
Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.
Cryptocurrency charts by TradingView.
- Forex3 years ago
Forex Today: the dollar is gaining strength amid gloomy sentiment at the start of the Fed’s week
- Forex3 years ago
Unbiased review of Pocket Option broker
- Forex3 years ago
Dollar to pound sterling exchange rate today: Pound plummeted to its lowest since 1985
- Forex3 years ago
How is the Australian dollar doing today?
- World3 years ago
Why are modern video games an art form?
- Cryptocurrency3 years ago
What happened in the crypto market – current events today
- Commodities3 years ago
Copper continues to fall in price on expectations of lower demand in China
- Economy3 years ago
Crude oil tankers double in price due to EU anti-Russian sanctions