Omnity Network Deep Dive

tokeninsight_enPublished on 2025-05-14Last updated on 2025-05-22

Introduction

In today’s increasingly interconnected digital landscape, interoperability across blockchain networks has become a key enabler for scalable, user-friendly applications. Omnity introduces a multi-chain coordination model through its expanding suite of non-custodial, open-source, on-chain Bitcoin products.

Designed to enhance Bitcoin interoperability, Omnity’s Hub can integrate leading chains, such as Ethereum and Solana, as well as various Bitcoin layer 2s, introducing a scalable and verifiable framework for cross-chain transactions. On the other hand, Omnity’s Runes Exchange Environment (REE) focuses specifically on enhancing Bitcoin’s programmability in a trust-minimized, open-source execution environment, offering BTCFi developers the opportunity to design comprehensive financial products on Bitcoin.

Omnity distinguishes itself by integrating the Internet Computer Protocol (ICP) to facilitate cross-chain transactions between heterogeneous blockchains. Unlike conventional solutions that often rely on external validators or centralized servers, Omnity integrates ICP’s Chain Fusion and Chain-key cryptography solutions to reduce system-level complexity and costs.

History of Omnity

Omnity's journey into cross-chain innovation began with Cosmos IBC (Inter-Blockchain Communication protocol), a field-tested standard from early cross-chain technology. IBC pioneered trustless and efficient cross-chain transactions by enabling native block verification on two Tendermint blockchains, reducing the need for external validators. Omnity's early developments drew heavily from IBC TAO to establish Adaptive IBC, extending IBC to any heterogeneous blockchain with verifiable light clients. Today, IBC is used by over 100 blockchains and has more than 420 forks.

Three Major Cross-Chain Solutions

To better understand Omnity's cross-chain solution, let’s first explore the three types of blockchain bridges. Cross-chain designs can generally be categorized into three main types that are distinguished by the way they validate cross-chain transactions.

External Validators Network

In a network of external validators, a number of servers monitor the target blockchain and, upon consensus, execute an operation on the destination chain. These validators operate independently and are not part of the source or destination chains. Typically, such an asset transfer requires locking the asset into the source chain and then minting an equivalent value of wrapped assets on the destination chain. The security of this cross-chain bridge is ensured by validators, secondary to the security of the source or destination chains. This frequently adds another scope of application-layer risk in smart contracts on one or both blockchains.

This type of bridge can facilitate a theoretically unlimited number of source and destination chains and enable a broad spectrum of functionalities, including the transfer of tokens, smart contract calls, and general messaging. However, this security model compounds the risk on two or more validator sets, rather than a single source or destination chain.

Light Clients

Light clients verify an event or condition on a blockchain to instruct a corresponding action on another monitored chain. Under this approach, a group of actors monitors the events on the source chain and generates cryptographic proofs for witnessed events, such as block height or smart contract data. These proofs are recorded in smart contracts or raw blockspace on both blockchains. This model only utilizes validators directly connected to consensus and economic security for those blockchains.

This type of bridge minimizes trust assumptions by relying solely on cryptographic proofs validated on the source and destination chains. As a result, the security of a cross-chain transaction is bounded by the consensus integrity of both chains and the correctness of the light client implementations that connect them. Light clients on both the source and destination chains must be maintained, including any updates to maintain compatibility with both blockchains. This raises complexity and development costs, diluting risk by increasing visibility of the code used.

Liquidity Networks

Liquidity networks enable cross-chain transfers by coordinating pre-funded pools of native assets across multiple blockchains. Rather than minting wrapped tokens, they route transactions between users based on the liquidity available at each endpoint. When a user sends an asset on one chain, the network fulfills the transfer by releasing an equivalent amount of the corresponding native asset from its pool on the destination chain. No new tokens are minted; the exchange is fully backed by deposited liquidity.

While this model avoids wrapped assets, it introduces custodial risk by concentrating control in the hands of liquidity managers, who must secure vaults or manage private keys. These systems tend to favor large-cap assets and struggle to scale support for long-tail tokens, where liquidity fragmentation makes routing unreliable. Additionally, liquidity networks generally only support asset transfers, not arbitrary message passing or contract calls.

Cosmos IBC as the Standard and Its Limitations

The Cosmos IBC protocol uses a template light client to verify cross-chain messages. In this setup, both the source and destination chains maintain a light client of the opposite chain on their respective networks, starting from a universal point of similarity. This architecture does not require third-party verification outside the connected light clients, though it’s common to involve relayers as tools to enhance user experience. While IBC strikes a balance between security, cost, and speed, implementing it outside the Cosmos ecosystem introduces non-trivial complexity, as the default Tendermint light client template applies only to chains built on the Cosmos SDK.

The Cosmos SDK provides a Tendermint light client implementation for all blockchains based on the Tendermint consensus, easing development costs with a default template. Unfortunately, there is no corresponding light client implementation for most (non-Cosmos) blockchains, and many do not anticipate light clients in their core designs. To implement IBC with a Cosmos chain and a non-Cosmos chain, developers must match complementary light clients to accommodate both blockchains. Development knowledge of both blockchains is required, and technical challenges arise in stabilizing the connection across multiple states. Because verifying cross-chain state transitions on-chain is resource-intensive, light clients typically rely on cryptographic proofs (e.g., Merkle roots or zk-proofs) or off-chain compute to validate state without parsing full blockchain histories.

Another challenge of the IBC protocol is token non-fungibility across different routes. In the Cosmos IBC framework, tokens transferred through different routes acquire distinct IBC denominations based on their localized paths. For example, token X transferred directly from Chain A to Chain B will differ from token X transferred via Chain C (A → C → B) due to variation in IBC channel metadata. This can lead to fragmentation in liquidity and usability if unmanaged. Cosmos chains can implement canonical token mappings, governance-based whitelisting, outposts, or relayer coordination to unify token representations and mitigate liquidity fragmentation issues. Still, these are features unique to IBC in its original stack.

The final limitation of Cosmos IBC lies in its reliance on relayers, which are off-chain agents that monitor and transmit IBC packets between chains. While not strictly required for protocol correctness, relayers play a crucial role in maintaining responsiveness. Without them, cross-chain transactions may appear stalled, even when successfully committed on-chain. Relayers submit proofs from the source to the destination chain, allowing user interfaces to reflect transaction status in near real-time. They also typically cover gas fees on the destination chain, further smoothing the user experience. While IBC ensures that relayers cannot tamper with or censor messages, the protocol still depends on their availability to relay packets in a timely manner. Because most relayers are uncompensated, this can create a recurring bottleneck for responsiveness and reliability, especially in user-facing applications.

Omnity’s Adaptive IBC: Enter ICP

Light clients are the core of IBC. They track the state of their counterparts to coordinate bridging, but the result of their awareness isn’t limited to asset transfers. Cosmos’ foundation and its architectural partners grew interoperability features around the Cosmos SDK, but struggled to extend them to non-Cosmos chains. While there are multiple non-Cosmos IBC designs, they are expensive to maintain, and their incentives align weakly across blockchain economies.

That’s where ICP comes in. ICP can witness multiple blockchains and generate immutable proofs in under 500ms, enabling it to trigger state changes across two chains in near real-time. While other blockchains can replicate parts of this functionality through augmentation, they often lack the dedicated infrastructure and tightly integrated architecture that ICP provides (see Technologies below). Comparable approaches built on monolithic blockchains typically require an external data availability (DA) layer to coordinate similar operations, which can increase system complexity and introduce additional cost and risk. In contrast, ICP manages data and state natively within its execution layer, reducing external dependencies and improving performance predictability.

Omnity first developed the Adaptive IBC concept to connect NEAR Protocol and Cosmos blockchains. Instead of relying on on-chain light clients, Adaptive IBC uses off-chain verification proxies hosted on a third-party public blockchain (proxy chain) to track the consensus state of the source chain (Cosmos). These off-chain proxies validate IBC messages and produce a single signature attesting to the message’s validity. A lightweight on-chain proxy client on the destination chain (any other blockchain) then verifies this signature, eliminating the need for full consensus verification on-chain.

This architecture simplifies cross-chain communication beyond Cosmos but does not resolve other IBC limitations, such as relayer dependence or lack of generalized message support. After testing several proxy chain candidates, Omnity selected the Internet Computer (ICP) for its strong performance, verifiability, and security, as well as its ability to address IBC limitations like relayer dependence and limited messaging.

Omnity’s Shift to ICP

By leveraging Dfinity’s commitment to a multi-chain thesis and Bitcoin, Omnity mitigates the current limitations of Cosmos IBC, including connecting multiple blockchains for a single asset, token non-fungibility, and reliance on third-party relayers.

Source: Hackernoon

The Internet Computer hosts all Omnity components within its decentralized, modular blockchain architecture, using smart contracts called “canisters” to support verifiable, cross-chain logic beyond Bitcoin’s native capabilities. Omnity builds on ICP’s full-node Bitcoin integration and support for widely adopted cryptographic standards, enabling streamlined Bitcoin asset handling through native and custom light clients. Omnity’s smart contract orchestration is compatible with any blockchain by abstracting asset properties into a standard token format recognized by ICP canisters.

One of ICP’s key advantages is its subnet architecture, which allows specialized subnets to host full nodes of external blockchains, such as Bitcoin, and a native smart contract layer (canisters) within the same execution layer. This co-location enables canisters (smart contracts) to directly observe and verify external blockchain states without relying on third-party infrastructure.

This design addresses a significant limitation in Cosmos IBC: verifying transactions across heterogeneous blockchains. IBC is typically deployed between common blockchain templates, so integrating state from structurally different chains, such as UTXO-based Bitcoin, often requires data normalization or a "flattening.” On ICP, full Bitcoin nodes can run alongside smart contracts, allowing rich Bitcoin transaction data to be directly queried, validated, and acted upon within the same execution environment. This makes it possible to coordinate cross-chain logic not only between ICP and Bitcoin, but also across other networks.

IBC implementations on ICP reduce reliance on third-party relayers by recording execution receipts directly on-chain with sub-second block times. Each attempted cross-chain action results in an immutable receipt that can be independently queried over HTTP through ICP’s canister-based web serving capabilities. This allows any user, relayer, or verifier to fetch cryptographic proof of execution or failure without trusting intermediaries or running a full node.

Omnity replaces traditional relayers with user-initiated message relaying directly from wallets or browsers by taking advantage of ICP’s Reverse Gas Model, where canisters pay for execution instead of the user. Once a cross-chain message is authorized on the ICP chain, pre-funded canisters autonomously execute all logic without further user interaction. Additionally, ICP’s Chain-key cryptography simplifies cross-chain message verification by allowing smart contracts to securely sign output data, reducing the computational and gas overhead typically associated with cross-chain communication.

Integrated ICP Technologies

Omnity harnesses the features and mission of ICP to build resilient and scalable cross-chain solutions. With ICP's distinct capabilities, including Chain Fusion, Chain-key cryptography, and the Reverse Gas Model, Omnity can balance UX, security, and long-term reliability.

Chain Fusion

Chain Fusion grants ICP interconnectivity with multiple blockchains, clients, virtual machines, smart contracts, and nodes. Chain Fusion has achieved deep integrations with major blockchains, such as Bitcoin and Ethereum, with Solana and others on the roadmap.

Source: ICP

ICP Canisters Interact Natively with the Bitcoin Network

Omnity’s Chain Fusion strategy focuses on Bitcoin. ICP canisters interact with Bitcoin directly. Canisters can directly receive, hold, and send BTC on the Bitcoin mainnet without using intermediaries or third-party bridges. This is made possible through specialized Bitcoin subnets, where ICP validators also run full Bitcoin nodes within the same execution environment. These subnets maintain the full UTXO set and allow canisters to locally query Bitcoin state, including script data and ledger history.

Canisters can also broadcast transactions directly to the Bitcoin network, signing them securely using Threshold Schnorr Signatures, an ICP upgrade supporting Taproot. This follows previous upgrades that introduced threshold ECDSA signing, enabling canisters to handle ECDSA keys, found in over 70 public blockchains and thousands of SaaS and mobile applications.

To maintain cryptographic security, ICP’s Chain-key cryptography, utilizing ed25519, ensures that private keys are never stored or exposed, even to the nodes themselves. Signing operations are distributed and threshold-based, preventing key leakage and eliminating the need to embed private keys in canisters.

Chain-Key Cryptography

Chain-key cryptography is one of the core technologies of ICP. Unlike traditional systems, where a single party holds a private key, Chain-key cryptography ensures that no subset of potentially misbehaving nodes can misuse a private key. Chain-key fragments the encrypted private key into private key shares and distributes these key shares to all nodes in a subnet. No node ever sees the whole private key, its own share, or any other node’s share.

To generate a valid digital signature, these nodes must collaboratively sign messages with a minimum (threshold) number of these shares. The threshold t is set such that t=⌈n/3⌉+1, where n is the total number of nodes in the subnet. Consequently, the network can tolerate up to one-third of the nodes failing or acting maliciously without disrupting its operations.

Source: Hackernoon

These BFT key shares are reshuffled every 1-2 hours among each subnet’s nodes to mitigate any compromise or abuse of shares. ICP’s distributed key generation (DKG) daemons utilize zero-knowledge proofs and elliptic curve cryptography to distribute key shares and randomize their reshuffling. Once reshared, the aged-out shares become obsolete, rendering them useless to any malicious actors or stale network participants.

When new subnets are created, the Internet Computer’s Network Nervous System (NNS) coordinates their initial key generation. The NNS is a DAO that governs the Internet Computer. It manages upgrades, node assignments, and the creation of subnets through governance actions. Because the NNS is designed to be trustless and decentralized at the protocol level, it cannot rely on a single trusted entity, so multiple NNS nodes must act as “dealers” for new subnets. Each dealer encrypts key shares for the new subnet's nodes and proves the correctness of these shares using zero-knowledge proofs. The contributions of all honest dealers are then combined to produce a single public key for the subnet and valid private key shares, ensuring the secure and decentralized bootstrapping of subnet keys.

Threshold-Schnorr Signing

ICP added threshold-Schnorr via ed25519 as a vehicle for ECDSA signing. Both threshold ECDSA and threshold Schnorr signatures are cryptographic techniques used to distribute the generation of signatures. Both schemes allow the encrypted private key to be divided into shares and distributed across different nodes in a network, where each node holds a partial key share. This enables several layered multi-chain designs, including correlating Bitcoin Taproot transactions with Ethereum transactions, or even supporting private blockchains. Omnity uses threshold-Schnorr signing (TSS) for Bitcoin inscriptions, runes, and other on-chain assets, such as SPL20 tokens (Solana token standard).

Reverse Gas Model

ICP introduces a Reverse Gas Model that shifts the responsibility for transaction fees from users to smart contracts. Instead of requiring users to pay gas fees, canisters fund execution using cycles, a non-redeemable resource token consumed during computation. This model allows users to interact with dApps without holding tokens or wallets, much like they use traditional web or mobile apps. It also enables developers to design onboarding flows where computation costs are pre-funded, a key requirement for freemium or pay-later SaaS-like models. Since cycles can’t be redeemed or traded, they serve purely as a metered compute resource.

Omnity Applications

The Omnity Hub

Omnity is built on ICP’s Chain Fusion infrastructure, which provides outbound HTTP, on-chain compute, and Chain-key cryptography to support verifiable cross-chain coordination. On top of this, the Omnity Hub introduces a modular hub-and-spoke architecture that connects Bitcoin and other public blockchains through dedicated smart contract components.

The Omnity Hub is a public coordination layer composed of canisters on ICP that manage cross-chain transactions. Each spoke is an additional canister responsible for interacting with a specific blockchain or ecosystem. Together, they form a permissionless interface for moving Bitcoin-native assets across multiple networks.

Source: Omnity

The Hub is natively integrated with Bitcoin, allowing users to sign and submit Bitcoin transactions through ICP. Spokes then route these transactions to other supported blockchains, enabling trust-minimized movement of tokenized Bitcoin assets beyond Bitcoin L1.

Today, Omnity supports routes to Bitcoin, Ethereum, Solana, Ton, ICP, and several Bitcoin L2s such as Bitlayer, Bitfinity, and Core. In Q1 2025, Omnity announced a temporary reduction in L2 support to streamline development and maintenance workloads, while keeping all related ICP contracts and blockchain addresses publicly accessible.

The Omnity Runes Indexer

Omnity’s Runes Indexer is the first fully on-chain Bitcoin asset indexer to deliver structured OP_RETURN data to applications across blockchains. While Bitcoin full nodes typically ignore OP_RETURN metadata, it has become central to BTCFi protocols like runes, Ordinals, and other emerging designs that operate entirely within Bitcoin’s existing consensus rules. These metaprotocols introduce new functionality, such as token issuance or digital artifacts, without relying on additional validators, external consensus layers, or wrapped assets. Websites like mempool.space have begun to visualize Bitcoin metaprotocol activity in real time, making it easier to confirm asset-related data through mainstream Bitcoin index services.

Omnity’s Runes Indexer currently powers applications like Odin.fun , Liquidium, and Blockminer by making Bitcoin asset data verifiable and available in near real time. Although OP_RETURN metadata is eventually confirmed on the Bitcoin ledger, it can be observed earlier through ICP’s Bitcoin subnet, which monitors the mempool directly. This allows canisters to expose rune metadata within approximately one second of broadcast, well before it is finalized on-chain.

The Runes Indexer serves as an on-chain backbone for emerging BTCFi protocols by providing developers with auditable, resilient Bitcoin asset data. This data supports a range of financial use cases, including lending, yield farming, derivatives, and fractionalized digital assets via recursive inscriptions. By indexing and exposing OP_RETURN inscriptions, the Runes Indexer can also support newer protocol designs such as Alkanes, a WASM-based smart contract system. Its flexible parsing framework is well-suited for early-stage standards like BRC2.0, which aims to extend fungible token functionality on Bitcoin. As of this writing, the Runes Indexer is fully compatible with Ord version 0.22.1.

The Omnity Hub Empowers BTCFi on Bitcoin L2s

Bitcoin isn't designed for complex programmability or high-speed execution. Transaction costs and 10-minute block settlement times limit the use of runes, Ordinals, and other assets. Bitcoin L2 networks address these limitations by processing transactions adjacent to Bitcoin itself. These networks typically execute transactions off-chain and settle selectively on Bitcoin, which allows them to increase throughput without being constrained by the 10-minute block interval. This architecture supports applications such as low-fee swaps, high-frequency trading, or gaming, which would be impractical on Bitcoin mainnet due to its latency, limited capacity, and reliance on miner-based finality.

The Omnity Hub makes Bitcoin metaprotocols like runes accessible across BTCFi applications on Bitcoin L2s, allowing them to be traded as fungible tokens. Users move runes to connected chains by locking their assets in hashed timelock contracts (HTLCs), where the Omnity Hub canister acts as the counterparty. These contracts are fully non-custodial, and assets can be withdrawn by the user at any time, provided the on-chain protocol rules are followed. In addition to transferring assets, users can etch, mint, and burn runes directly through the Omnity dApp. The “Add Runes” interface (see figure below) allows anyone to fund cross-chain metadata and extend interoperability to any Bitcoin rune, functioning as a permissionless bridge for onboarding new assets.

Source: Omnity

Omnity’s Native BTCFi Solution: Runes Exchange Environment (REE)

Layer 2 solutions extend Bitcoin’s functionality by moving execution off-chain, but each introduces its own trust assumptions, whether through external validators, rollups, or custodial bridges. In contrast, Omnity developed the Runes Exchange Environment (REE) as a new execution model built directly on Bitcoin. REE sidesteps the need for forks, bridges, or new opcodes by linking Rust-based smart contracts to Bitcoin core within the same runtime environment, achieving programmability without modifying Bitcoin’s consensus rules.

REE is not a validator network. It’s an application layer. REE adds a programmability environment to Bitcoin with smart contracts (canisters) instructing Bitcoin full nodes on the ICP blockchain. Unlike traditional Bitcoin L2 solutions, REE initiates Bitcoin locally without asset bridging or locking, preserving Bitcoin's security and introducing programmability through smart contracts.

Source: Omnity Docs

REE embraces Bitcoin UTXOs while providing advanced programmability and self-custody. REE adopts Bitcoin’s Partially Signed Bitcoin Transaction (PSBT) from BIP-370. This allows traders to interact with smart contracts directly without requiring asset lockups or deposits to an L2 solution. Instead, users simply sign a PSBT using their Bitcoin wallet. Once a user signs and broadcasts a PSBT, REE detects it in the Bitcoin mempool (typically within 2 seconds) and triggers a corresponding smart contract response, completing the transaction on-chain.

A Partially Signed Bitcoin Transaction (PSBT) is a flexible format that allows multiple parties to collaboratively construct and sign a Bitcoin transaction before finalization. PSBTs are designed to be incomplete until all required inputs and signatures are present, making them ideal for multi-party coordination without custodial risk.

In REE, applications registered with the REE Orchestrator can participate in this signing process directly. When a user signs and broadcasts a PSBT from their Bitcoin wallet, ICP Bitcoin subnet nodes monitoring the Bitcoin mempool detect the transaction in progress, either as a PSBT (pre-confirmation) or a completed UTXO (post-confirmation). This real-time observation forms the foundation of Omnity’s Decentralized PSBT Signer (DPS), a system where REE smart contracts complete user-submitted PSBTs by appending their own logic and signatures.

DPS eliminates the need for centralized servers or trusted relayers. It enables decentralized execution flows, where user-initiated PSBTs are picked up and completed by on-chain logic, resulting in finalized Bitcoin transactions without asset custody, protocol forks, or new opcodes.

Source: Omnity

REE’s Orchestrator smart contract is a verifiable on-chain coordinator. When users sign PSBTs with their Bitcoin wallets, REE applications emit transaction data and complementary PSBTs based on their logic and asset pools. The Orchestrator ensures consistency and atomicity by validating these PSBTs and coordinating execution. Although currently used for rune swaps, this PSBT-based coordination model can also support custom smart contract logic written in Rust, Motoko, or JavaScript. These contracts can interact with Bitcoin through UTXO validation and coordinated signing workflows.

REE BTCFi Exchange-Pool Model

REE’s Exchange-Pool model adapts Bitcoin’s UTXOs to an account-based identity on ICP. REE exchanges are independent ICP canisters (smart contracts) that can fully leverage the capabilities of the underlying blockchain, including the unique benefits to handle HTTP requests and containers on-chain. The Exchange-Pool model is composed of three basic concepts:

  1. Coin: a unit of UTXO-based Bitcoin assets. BTC and runes are accepted as coins in REE.
  2. Exchange: any BTCFi protocol operating on the REE platform.
  3. Pool: a public key (Chain-key) that an exchange uses to hold coins and sign Bitcoin transactions. An exchange can manage multiple pools, each with its own coin holding and state.

REE exchanges have the composability to integrate across protocols and combine logic and liquidity in a trust-minimized framework. Because exchanges on REE are implemented as ICP canisters, BTCFi developers gain access to a broader design space, including features like native web serving, cross-canister calls, and persistent state.

REE Use Cases

Lending

REE supports lending protocols composed of configurable pools, where each pool can define parameters such as collateral types, interest rates, and liquidation thresholds. For example, BTC can be borrowed against blue-chip runes, with smart contracts enforcing overcollateralization and monitoring pool health.

A real breakthrough lies in REE’s ability to decentralize oracle logic through canisters running on ICP. Traditional Bitcoin-native systems like Discreet Log Contracts (DLCs) rely on external oracles that are difficult to decentralize and integrate at scale. On REE, however, price feeds and liquidation logic can be implemented as autonomous, auditable canisters, eliminating the need for trust in a single data source. These canisters can ingest off-chain price data, cryptographically verify feeds across multiple sources, and trigger liquidation logic by coordinating with the REE Orchestrator over PSBT workflows.

This architecture enables native Bitcoin implementations of DeFi use cases such as lending, stablecoin issuance, and collateralized options, while preserving user custody and maintaining verifiable state across chains. REE makes it possible to build lending protocols that are both trust-minimized and verifiably decentralized end-to-end.

Liquid Staking (LST)

While REE could support Bitcoin staking natively, a more intriguing option might be to support Bitcoin staking by integrating with a protocol such as Babylon, which enables Bitcoin L1 staking via a dedicated appchain. In this potential design, users deposit BTC and receive rune-based Liquid Staking Tokens (LSTs) issued on REE. These LSTs represent claims on delegated stake and can be composed into BTCFi protocols for use in lending, yield strategies, or derivatives.

Staking and reward distribution remain anchored to Bitcoin L1 and Babylon’s validator set. At the same time, REE manages LST issuance and composability directly on Bitcoin, without relying on bridges, wrapped assets, or independent execution layers. Trustless coordination between Babylon and REE is achieved through cryptographic cross-chain messaging, allowing canisters to verify stake state and interact with native Bitcoin assets programmatically.

By combining REE’s programmability with Babylon’s staking architecture, this design preserves Bitcoin self-custody, removes reliance on trusted intermediaries, and brings liquid staking in line with Bitcoin’s native trust model.

AMM DEX: RichSwap

As the first DEX deployed on REE, RichSwap provides a reference implementation for developers. It supports Bitcoin and Runes trading pairs and runs fully on-chain. While Omnity hosts the frontend (richswap.io), all transaction logic is executed directly on Bitcoin, coordinated by canisters exposed on ICP for verification and tracking, with no bridges, wrapped assets, or off-chain components involved.

RichSwap was built to solve the liquidity cold-start problem common to new DeFi protocols. On REE, 100% of liquidity is shared with any application in the environment. PSBT-based transaction coordination allows inputs and outputs to be composed across applications. This means that liquidity deposited into RichSwap can be reused by other BTCFi protocols without fragmenting capital or spinning up isolated pools.

The RichSwap contracts are open source and designed to be forkable, extendable, and auditable. Developers building on REE can use RichSwap as a baseline for integrating native swaps, liquidity coordination, and composable PSBT workflows into their own BTCFi applications.

RichSwap users retain custody of their Bitcoin at all times. Funds remain in user-controlled wallets; all transactions are signed locally before being submitted to the Bitcoin network. Liquidity pools are non-custodial and governed by smart contracts running on ICP subnets verifying Bitcoin state (see Chain-key).

When a swap is initiated, the transaction logic executes and finalizes on ICP within seconds. The resulting PSBT is broadcast to the Bitcoin mempool, where it waits to be finalized.

This yields an immediate path to optimistic transactions on Bitcoin, including support for limited reentrancy between REE contracts during the same logical session.

Source: RichSwap

RichSwap supports swaps between Bitcoin and runes, liquidity provision, and withdrawal. For example, when a user swaps BTC for a rune, the REE TypeScript SDK constructs a PSBT locally in the browser, locking in trade parameters using appropriate sighash flags. The user signs this PSBT to pre-authorize their side of the trade. Once broadcast to the Bitcoin mempool, it’s picked up by the REE DPS (Decentralized PSBT Signer), which validates the transaction inputs and outputs against expected values, and subsequently requests a PSBT from the RichSwap pool. After all parties sign their respective PSBTs, REE rebroadcasts the fully signed transaction to the Bitcoin network.. RichSwap’s next major roadmap feature reportedly includes a runes-to-runes swap within a single transaction.

RichSwap shows how REE supports Bitcoin-native DEX functionality by offloading contract logic to ICP while preserving on-chain settlement on Bitcoin. It provides a concrete example of REE’s UTXO-based exchange-pool model, bringing familiar DeFi mechanics, typically found on account-based blockchains like Ethereum, into the BTCFi ecosystem.

Conclusion

Drawing from Cosmos IBC and other battle-tested solutions, Omnity integrates the Internet Computer to eliminate auxiliary validators and mitigate the complexity of Tendermint for non-Tendermint light clients.

The Omnity Hub offers a trust-minimized framework for multi-chain Bitcoin-native asset handling with verifiable coordination through Internet Computer (ICP) smart contracts. Instead of asset custodians or third-party relayers, Omnity takes advantage of ICP’s Chain-key cryptography and smart contracts on ICP’s Bitcoin subnet. Omnity’s Runes Indexer fills a structural infrastructure gap for BTCFi development. It supports emerging Bitcoin asset standards by providing organized access to verifiable, low-latency Bitcoin asset metadata from the Bitcoin mempool to smart contracts.

The Runes Exchange Environment (REE) extends Bitcoin’s functionality without third-party risk by exposing programmable interfaces and offering real-time on-chain data for developers to create programmable and composable applications directly on Bitcoin using UTXO logic and standard transaction formats. REE’s standard usage of PSBTs coordinated by DPS means Bitcoin developers can deliver secure, non-custodial protocols without any changes to Bitcoin, thanks to the SaaS-grade tools on Dfinity’s ICP.

Omnity provides a composable, modular architecture with developer tooling and automatic signing from a resilient sub-network of Bitcoin full nodes unified by Bitcoin’s on-chain security and ICP’s on-chain logic. Omnity’s open-source tooling, pioneering contract framework, and native on-chain indexers offer Bitcoin applications a home void of proprietary software without compromising security and scalability.

Trending Cryptos

Related Reads

Trading

Spot

Hot Articles

What is SONIC

Sonic: Pioneering the Future of Gaming in Web3 Introduction to Sonic In the ever-evolving landscape of Web3, the gaming industry stands out as one of the most dynamic and promising sectors. At the forefront of this revolution is Sonic, a project designed to amplify the gaming ecosystem on the Solana blockchain. Leveraging cutting-edge technology, Sonic aims to deliver an unparalleled gaming experience by efficiently processing millions of requests per second, ensuring that players enjoy seamless gameplay while maintaining low transaction costs. This article delves into the intricate details of Sonic, exploring its creators, funding sources, operational mechanics, and the timeline of significant events that have shaped its journey. What is Sonic? Sonic is an innovative layer-2 network that operates atop the Solana blockchain, specifically tailored to enhance the existing Solana gaming ecosystem. It accomplishes this through a customised, VM-agnostic game engine paired with a HyperGrid interpreter, facilitating sovereign game economies that roll up back to the Solana platform. The primary goals of Sonic include: Enhanced Gaming Experiences: Sonic is committed to offering lightning-fast on-chain gameplay, allowing players and developers to engage with games at previously unattainable speeds. Atomic Interoperability: This feature enables transactions to be executed within Sonic without the need to redeploy Solana programmes and accounts. This makes the process more efficient and directly benefits from Solana Layer1 services and liquidity. Seamless Deployment: Sonic allows developers to write for Ethereum Virtual Machine (EVM) based systems and execute them on Solana’s SVM infrastructure. This interoperability is crucial for attracting a broader range of dApps and decentralised applications to the platform. Support for Developers: By offering native composable gaming primitives and extensible data types - dining within the Entity-Component-System (ECS) framework - game creators can craft intricate business logic with ease. Overall, Sonic's unique approach not only caters to players but also provides an accessible and low-cost environment for developers to innovate and thrive. Creator of Sonic The information regarding the creator of Sonic is somewhat ambiguous. However, it is known that Sonic's SVM is owned by the company Mirror World. The absence of detailed information about the individuals behind Sonic reflects a common trend in several Web3 projects, where collective efforts and partnerships often overshadow individual contributions. Investors of Sonic Sonic has garnered considerable attention and support from various investors within the crypto and gaming sectors. Notably, the project raised an impressive $12 million during its Series A funding round. The round was led by BITKRAFT Ventures, with other notable investors including Galaxy, Okx Ventures, Interactive, Big Brain Holdings, and Mirana. This financial backing signifies the confidence that investment foundations have in Sonic’s potential to revolutionise the Web3 gaming landscape, further validating its innovative approaches and technologies. How Does Sonic Work? Sonic utilises the HyperGrid framework, a sophisticated parallel processing mechanism that enhances its scalability and customisability. Here are the core features that set Sonic apart: Lightning Speed at Low Costs: Sonic offers one of the fastest on-chain gaming experiences compared to other Layer-1 solutions, powered by the scalability of Solana’s virtual machine (SVM). Atomic Interoperability: Sonic enables transaction execution without redeployment of Solana programmes and accounts, effectively streamlining the interaction between users and the blockchain. EVM Compatibility: Developers can effortlessly migrate decentralised applications from EVM chains to the Solana environment using Sonic’s HyperGrid interpreter, increasing the accessibility and integration of various dApps. Ecosystem Support for Developers: By exposing native composable gaming primitives, Sonic facilitates a sandbox-like environment where developers can experiment and implement business logic, greatly enhancing the overall development experience. Monetisation Infrastructure: Sonic natively supports growth and monetisation efforts, providing frameworks for traffic generation, payments, and settlements, thereby ensuring that gaming projects are not only viable but also sustainable financially. Timeline of Sonic The evolution of Sonic has been marked by several key milestones. Below is a brief timeline highlighting critical events in the project's history: 2022: The Sonic cryptocurrency was officially launched, marking the beginning of its journey in the Web3 gaming arena. 2024: June: Sonic SVM successfully raised $12 million in a Series A funding round. This investment allowed Sonic to further develop its platform and expand its offerings. August: The launch of the Sonic Odyssey testnet provided users with the first opportunity to engage with the platform, offering interactive activities such as collecting rings—a nod to gaming nostalgia. October: SonicX, an innovative crypto game integrated with Solana, made its debut on TikTok, capturing the attention of over 120,000 users within a short span. This integration illustrated Sonic’s commitment to reaching a broader, global audience and showcased the potential of blockchain gaming. Key Points Sonic SVM is a revolutionary layer-2 network on Solana explicitly designed to enhance the GameFi landscape, demonstrating great potential for future development. HyperGrid Framework empowers Sonic by introducing horizontal scaling capabilities, ensuring that the network can handle the demands of Web3 gaming. Integration with Social Platforms: The successful launch of SonicX on TikTok displays Sonic’s strategy to leverage social media platforms to engage users, exponentially increasing the exposure and reach of its projects. Investment Confidence: The substantial funding from BITKRAFT Ventures, among others, emphasizes the robust backing Sonic has, paving the way for its ambitious future. In conclusion, Sonic encapsulates the essence of Web3 gaming innovation, striking a balance between cutting-edge technology, developer-centric tools, and community engagement. As the project continues to evolve, it is poised to redefine the gaming landscape, making it a notable entity for gamers and developers alike. As Sonic moves forward, it will undoubtedly attract greater interest and participation, solidifying its place within the broader narrative of blockchain gaming.

1.8k Total ViewsPublished 2024.04.04Updated 2024.12.03

What is SONIC

What is $S$

Understanding SPERO: A Comprehensive Overview Introduction to SPERO As the landscape of innovation continues to evolve, the emergence of web3 technologies and cryptocurrency projects plays a pivotal role in shaping the digital future. One project that has garnered attention in this dynamic field is SPERO, denoted as SPERO,$$s$. This article aims to gather and present detailed information about SPERO, to help enthusiasts and investors understand its foundations, objectives, and innovations within the web3 and crypto domains. What is SPERO,$$s$? SPERO,$$s$ is a unique project within the crypto space that seeks to leverage the principles of decentralisation and blockchain technology to create an ecosystem that promotes engagement, utility, and financial inclusion. The project is tailored to facilitate peer-to-peer interactions in new ways, providing users with innovative financial solutions and services. At its core, SPERO,$$s$ aims to empower individuals by providing tools and platforms that enhance user experience in the cryptocurrency space. This includes enabling more flexible transaction methods, fostering community-driven initiatives, and creating pathways for financial opportunities through decentralised applications (dApps). The underlying vision of SPERO,$$s$ revolves around inclusiveness, aiming to bridge gaps within traditional finance while harnessing the benefits of blockchain technology. Who is the Creator of SPERO,$$s$? The identity of the creator of SPERO,$$s$ remains somewhat obscure, as there are limited publicly available resources providing detailed background information on its founder(s). This lack of transparency can stem from the project's commitment to decentralisation—an ethos that many web3 projects share, prioritising collective contributions over individual recognition. By centring discussions around the community and its collective goals, SPERO,$$s$ embodies the essence of empowerment without singling out specific individuals. As such, understanding the ethos and mission of SPERO remains more important than identifying a singular creator. Who are the Investors of SPERO,$$s$? SPERO,$$s$ is supported by a diverse array of investors ranging from venture capitalists to angel investors dedicated to fostering innovation in the crypto sector. The focus of these investors generally aligns with SPERO's mission—prioritising projects that promise societal technological advancement, financial inclusivity, and decentralised governance. These investor foundations are typically interested in projects that not only offer innovative products but also contribute positively to the blockchain community and its ecosystems. The backing from these investors reinforces SPERO,$$s$ as a noteworthy contender in the rapidly evolving domain of crypto projects. How Does SPERO,$$s$ Work? SPERO,$$s$ employs a multi-faceted framework that distinguishes it from conventional cryptocurrency projects. Here are some of the key features that underline its uniqueness and innovation: Decentralised Governance: SPERO,$$s$ integrates decentralised governance models, empowering users to participate actively in decision-making processes regarding the project’s future. This approach fosters a sense of ownership and accountability among community members. Token Utility: SPERO,$$s$ utilises its own cryptocurrency token, designed to serve various functions within the ecosystem. These tokens enable transactions, rewards, and the facilitation of services offered on the platform, enhancing overall engagement and utility. Layered Architecture: The technical architecture of SPERO,$$s$ supports modularity and scalability, allowing for seamless integration of additional features and applications as the project evolves. This adaptability is paramount for sustaining relevance in the ever-changing crypto landscape. Community Engagement: The project emphasises community-driven initiatives, employing mechanisms that incentivise collaboration and feedback. By nurturing a strong community, SPERO,$$s$ can better address user needs and adapt to market trends. Focus on Inclusion: By offering low transaction fees and user-friendly interfaces, SPERO,$$s$ aims to attract a diverse user base, including individuals who may not previously have engaged in the crypto space. This commitment to inclusion aligns with its overarching mission of empowerment through accessibility. Timeline of SPERO,$$s$ Understanding a project's history provides crucial insights into its development trajectory and milestones. Below is a suggested timeline mapping significant events in the evolution of SPERO,$$s$: Conceptualisation and Ideation Phase: The initial ideas forming the basis of SPERO,$$s$ were conceived, aligning closely with the principles of decentralisation and community focus within the blockchain industry. Launch of Project Whitepaper: Following the conceptual phase, a comprehensive whitepaper detailing the vision, goals, and technological infrastructure of SPERO,$$s$ was released to garner community interest and feedback. Community Building and Early Engagements: Active outreach efforts were made to build a community of early adopters and potential investors, facilitating discussions around the project’s goals and garnering support. Token Generation Event: SPERO,$$s$ conducted a token generation event (TGE) to distribute its native tokens to early supporters and establish initial liquidity within the ecosystem. Launch of Initial dApp: The first decentralised application (dApp) associated with SPERO,$$s$ went live, allowing users to engage with the platform's core functionalities. Ongoing Development and Partnerships: Continuous updates and enhancements to the project's offerings, including strategic partnerships with other players in the blockchain space, have shaped SPERO,$$s$ into a competitive and evolving player in the crypto market. Conclusion SPERO,$$s$ stands as a testament to the potential of web3 and cryptocurrency to revolutionise financial systems and empower individuals. With a commitment to decentralised governance, community engagement, and innovatively designed functionalities, it paves the way toward a more inclusive financial landscape. As with any investment in the rapidly evolving crypto space, potential investors and users are encouraged to research thoroughly and engage thoughtfully with the ongoing developments within SPERO,$$s$. The project showcases the innovative spirit of the crypto industry, inviting further exploration into its myriad possibilities. While the journey of SPERO,$$s$ is still unfolding, its foundational principles may indeed influence the future of how we interact with technology, finance, and each other in interconnected digital ecosystems.

105 Total ViewsPublished 2024.12.17Updated 2024.12.17

What is $S$

What is AGENT S

Agent S: The Future of Autonomous Interaction in Web3 Introduction In the ever-evolving landscape of Web3 and cryptocurrency, innovations are constantly redefining how individuals interact with digital platforms. One such pioneering project, Agent S, promises to revolutionise human-computer interaction through its open agentic framework. By paving the way for autonomous interactions, Agent S aims to simplify complex tasks, offering transformative applications in artificial intelligence (AI). This detailed exploration will delve into the project's intricacies, its unique features, and the implications for the cryptocurrency domain. What is Agent S? Agent S stands as a groundbreaking open agentic framework, specifically designed to tackle three fundamental challenges in the automation of computer tasks: Acquiring Domain-Specific Knowledge: The framework intelligently learns from various external knowledge sources and internal experiences. This dual approach empowers it to build a rich repository of domain-specific knowledge, enhancing its performance in task execution. Planning Over Long Task Horizons: Agent S employs experience-augmented hierarchical planning, a strategic approach that facilitates efficient breakdown and execution of intricate tasks. This feature significantly enhances its ability to manage multiple subtasks efficiently and effectively. Handling Dynamic, Non-Uniform Interfaces: The project introduces the Agent-Computer Interface (ACI), an innovative solution that enhances the interaction between agents and users. Utilizing Multimodal Large Language Models (MLLMs), Agent S can navigate and manipulate diverse graphical user interfaces seamlessly. Through these pioneering features, Agent S provides a robust framework that addresses the complexities involved in automating human interaction with machines, setting the stage for myriad applications in AI and beyond. Who is the Creator of Agent S? While the concept of Agent S is fundamentally innovative, specific information about its creator remains elusive. The creator is currently unknown, which highlights either the nascent stage of the project or the strategic choice to keep founding members under wraps. Regardless of anonymity, the focus remains on the framework's capabilities and potential. Who are the Investors of Agent S? As Agent S is relatively new in the cryptographic ecosystem, detailed information regarding its investors and financial backers is not explicitly documented. The lack of publicly available insights into the investment foundations or organisations supporting the project raises questions about its funding structure and development roadmap. Understanding the backing is crucial for gauging the project's sustainability and potential market impact. How Does Agent S Work? At the core of Agent S lies cutting-edge technology that enables it to function effectively in diverse settings. Its operational model is built around several key features: Human-like Computer Interaction: The framework offers advanced AI planning, striving to make interactions with computers more intuitive. By mimicking human behaviour in tasks execution, it promises to elevate user experiences. Narrative Memory: Employed to leverage high-level experiences, Agent S utilises narrative memory to keep track of task histories, thereby enhancing its decision-making processes. Episodic Memory: This feature provides users with step-by-step guidance, allowing the framework to offer contextual support as tasks unfold. Support for OpenACI: With the ability to run locally, Agent S allows users to maintain control over their interactions and workflows, aligning with the decentralised ethos of Web3. Easy Integration with External APIs: Its versatility and compatibility with various AI platforms ensure that Agent S can fit seamlessly into existing technological ecosystems, making it an appealing choice for developers and organisations. These functionalities collectively contribute to Agent S's unique position within the crypto space, as it automates complex, multi-step tasks with minimal human intervention. As the project evolves, its potential applications in Web3 could redefine how digital interactions unfold. Timeline of Agent S The development and milestones of Agent S can be encapsulated in a timeline that highlights its significant events: September 27, 2024: The concept of Agent S was launched in a comprehensive research paper titled “An Open Agentic Framework that Uses Computers Like a Human,” showcasing the groundwork for the project. October 10, 2024: The research paper was made publicly available on arXiv, offering an in-depth exploration of the framework and its performance evaluation based on the OSWorld benchmark. October 12, 2024: A video presentation was released, providing a visual insight into the capabilities and features of Agent S, further engaging potential users and investors. These markers in the timeline not only illustrate the progress of Agent S but also indicate its commitment to transparency and community engagement. Key Points About Agent S As the Agent S framework continues to evolve, several key attributes stand out, underscoring its innovative nature and potential: Innovative Framework: Designed to provide an intuitive use of computers akin to human interaction, Agent S brings a novel approach to task automation. Autonomous Interaction: The ability to interact autonomously with computers through GUI signifies a leap towards more intelligent and efficient computing solutions. Complex Task Automation: With its robust methodology, it can automate complex, multi-step tasks, making processes faster and less error-prone. Continuous Improvement: The learning mechanisms enable Agent S to improve from past experiences, continually enhancing its performance and efficacy. Versatility: Its adaptability across different operating environments like OSWorld and WindowsAgentArena ensures that it can serve a broad range of applications. As Agent S positions itself in the Web3 and crypto landscape, its potential to enhance interaction capabilities and automate processes signifies a significant advancement in AI technologies. Through its innovative framework, Agent S exemplifies the future of digital interactions, promising a more seamless and efficient experience for users across various industries. Conclusion Agent S represents a bold leap forward in the marriage of AI and Web3, with the capacity to redefine how we interact with technology. While still in its early stages, the possibilities for its application are vast and compelling. Through its comprehensive framework addressing critical challenges, Agent S aims to bring autonomous interactions to the forefront of the digital experience. As we move deeper into the realms of cryptocurrency and decentralisation, projects like Agent S will undoubtedly play a crucial role in shaping the future of technology and human-computer collaboration.

771 Total ViewsPublished 2025.01.14Updated 2025.01.14

What is AGENT S

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of S (S) are presented below.

活动图片