HSBC To Power Pilot Issuance Of UK Digital Bonds – Details

bitcoinistОпубліковано о 2026-02-13Востаннє оновлено о 2026-02-13

Анотація

The UK government has selected HSBC's blockchain platform, Orion, to pilot the issuance of digital government bonds, known as the Digital Gilt Instrument (DIGIT). This initiative, supported by legal firm Ashurst LLP, aims to test the efficiency of blockchain technology in sovereign debt markets within a regulatory sandbox. The pilot will explore on-chain settlement for short-dated gilts, focusing on improving transaction speed, reducing costs, and enhancing security. UK Economic Secretary Lucy Rigby emphasized this as a key step toward the country's first digital gilt issuance. The program will assess practical metrics like settlement speed and secondary market accessibility, with results guiding potential wider adoption. This move is part of the UK's strategy to maintain competitiveness in global capital markets.

The UK government has tapped HSBC’s blockchain platform to run a pilot for issuing digital government bonds, called the Digital Gilt Instrument, or DIGIT.

The move marks a concrete step toward testing whether blockchain technology can improve efficiency in sovereign debt markets.

Reports say legal support for the program will be provided by Ashurst LLP, underlining the complexity of putting a regulated tokenised issuance into practice.

Pilot Program Aims To Explore On-Chain Settlement

According to reports, the pilot will issue short-dated digital gilts within a sandbox environment supervised by the UK’s financial regulators.

That setup allows officials to test issuance, transfer, and settlement processes on a distributed ledger while keeping the main debt system unchanged.

Source: Ledger Insights

HSBC’s Orion platform has previously supported tokenized bond projects abroad and was chosen because it can handle transactions at scale.

The government describes the pilot as a means for it to test what works, spot areas for potential savings, and clear up the legality of a fresh type of bond issue.

According to UK Economic Secretary to the Treasury, Lucy Rigby, “Today we’ve taken an important step towards issuing GB’s 1st Digital Gilt Instrument.” Rigby pointed out that she looks forward to “working with HSBC and other parties to deliver DIGIT.”

Total crypto market cap currently at $2.29 trillion. Chart: TradingView

Timing And Procurement Process

There has been talk of having a digital gilt for months, and that has put the pilot back from the original expectations.

According to sources, the extra time has given the Treasury an opportunity to assess various proposals from different companies: HSBC, the London Stock Exchange, and fintech companies.

The decision appears to be a reflection of the conservative approach the regulators would like to take, as well as the government’s intent of avoiding surprises in tokenized debt trialing.

According to reports, the pilot bonds used in this process have to replicate realistic issuance circumstances without jeopardizing market stability.

Image: Deloitte

Goals And Metrics Of The Pilot

The program will focus on several practical measures: settlement speed, custody arrangements, secondary market accessibility, and reconciliation of on-chain records with central books.

Reports have disclosed that authorities will closely monitor how automated processes handle bond lifecycles and any taxable events that arise.

The results will determine whether the technology is robust enough for wider adoption and whether operational or legal frameworks need adjustment before scaling.

Banks and investors are watching the pilot carefully. They want systems that plug into existing Treasury and clearing operations without adding unnecessary risk.

Reports say the pilot could set the stage for broader use of tokenized debt in the UK, though uptake will depend on measurable efficiency gains rather than novelty.

The government sees this as part of a broader effort to maintain the UK’s competitiveness in capital markets and to attract both domestic and international investment.

Featured image from Pexels, chart from TradingView

Пов'язані питання

QWhat is the name of the UK government's digital bond pilot program and which bank's blockchain platform is being used?

AThe UK government's digital bond pilot program is called the Digital Gilt Instrument (DIGIT), and it is using HSBC's Orion blockchain platform.

QWhat is the primary goal of the Digital Gilt Instrument (DIGIT) pilot program?

AThe primary goal of the DIGIT pilot is to test whether blockchain technology can improve efficiency in sovereign debt markets by exploring on-chain settlement, issuance, and transfer processes.

QWhich law firm is providing legal support for the digital gilt pilot, and what does this indicate about the project?

AAshurst LLP is providing legal support for the program, which underlines the complexity of putting a regulated, tokenized issuance into practice.

QAccording to UK Economic Secretary Lucy Rigby, what are three key benefits expected from the Digital Gilt Instrument?

AAccording to Lucy Rigby, the DIGIT is expected to enable faster and more efficient transactions, reduce costs for firms, and enhance security across the financial system.

QWhat are some of the specific practical measures that the pilot program will focus on testing?

AThe pilot will focus on practical measures including settlement speed, custody arrangements, secondary market accessibility, and the reconciliation of on-chain records with central books.

Пов'язані матеріали

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit30 хв тому

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit30 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit32 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

marsbit32 хв тому

Торгівля

Спот
Ф'ючерси
活动图片