Binance Square

Hemi

image
Verifierad skapare
Hemi is the network that’s scaling Bitcoin beyond money.
0 Följer
36.8K+ Följare
7.1K+ Gilla-markeringar
255 Delade
Inlägg
·
--
hBitVM unlocks a ZK-secured, trust-minimized tunnel for moving BTC onto Hemi. It's a 1-of-N trust model, where you can be the N to make it fully trustless for yourself. hemiBTC stays redeemable 1:1 for native Bitcoin via the hBitVM ZK settlement system. The same core tech gets remixed for other use cases, like verifying ZK proofs on Bitcoin and solving the superblock light-client emulation problem with a canonical BitVM2-style design. Listen to the entire episode of Midweek with Max for more: https://hemi.xyz/blog/midweek-with-max-opreth-minerfi-and-building-cool-stuff-on-bitcoin
hBitVM unlocks a ZK-secured, trust-minimized tunnel for moving BTC onto Hemi.

It's a 1-of-N trust model, where you can be the N to make it fully trustless for yourself.

hemiBTC stays redeemable 1:1 for native Bitcoin via the hBitVM ZK settlement system.

The same core tech gets remixed for other use cases, like verifying ZK proofs on Bitcoin and solving the superblock light-client emulation problem with a canonical BitVM2-style design.

Listen to the entire episode of Midweek with Max for more: https://hemi.xyz/blog/midweek-with-max-opreth-minerfi-and-building-cool-stuff-on-bitcoin
·
--
When it comes to backing reserves, claims are the easy part. Continuously, cryptographically, and independently proving it is something else. Hemi is partnering with Accountable to make the latter the standard for hemiBTC. Accountable's Data Verification Network powers continuous Proof of Solvency for hemiBTC, with a live dashboard showing collateral ratio and reserves in real time. See the dashboard at http://por.hemi.xyz Learn more: https://hemi.xyz/blog/hemibtc-reserves-are-now-independently-verified-by-accountable
When it comes to backing reserves, claims are the easy part. Continuously, cryptographically, and independently proving it is something else.

Hemi is partnering with Accountable to make the latter the standard for hemiBTC.

Accountable's Data Verification Network powers continuous Proof of Solvency for hemiBTC, with a live dashboard showing collateral ratio and reserves in real time.

See the dashboard at http://por.hemi.xyz

Learn more: https://hemi.xyz/blog/hemibtc-reserves-are-now-independently-verified-by-accountable
·
--
Artikel
What is Programmable Bitcoin?TL;DR Programmable Bitcoin refers to Bitcoin extended with smart contract capabilities, allowing developers to build applications that use BTC and natively read the Bitcoin state. Bitcoin's native scripting language is intentionally limited to keep the base layer secure and predictable, which is why programmability has to come from systems built on top of Bitcoin rather than directly on it. Layer 2 networks now deliver programmable Bitcoin in practice: execution happens above the base chain, and the resulting state is anchored back to Bitcoin for settlement. Hemi Network is a Bitcoin Layer 2 that exposes programmable Bitcoin through the hVM (Hemi Virtual Machine), an EVM with a full Bitcoin node embedded, giving smart contracts direct access to Bitcoin state. Programmable Bitcoin refers to Bitcoin extended with smart contract capabilities, allowing developers to build applications that use BTC and natively read the Bitcoin state. The phrase covers a range of work: upgrades to Bitcoin's base-layer scripting (Taproot, PSBT), sidechains and rollups that handle execution off-chain, and Layer 2 networks that anchor state back to Bitcoin for settlement. What unifies the category is the goal. Keep Bitcoin's security and base-layer simplicity, and add the application surface that has existed on Ethereum for the better part of a decade. The question matters now because most of the BTC supply sits idle. With Bitcoin's market cap just above $1.5 trillion and active onchain participation at less than 1% of supply, the gap between Bitcoin holdings and Bitcoin-denominated economic activity is the largest unmet opportunity in the category. Bitcoin by itself is intentionally not programmable Every Bitcoin transaction follows a script written in Bitcoin Script, a stack-based language that controls how coins can be spent. It supports useful primitives: multi-signature, time locks, hash locks, and conditional spends. It does not support loops, persistent state, or arbitrary logic. This is a design choice, not a limitation Bitcoin's engineers want to fix on the base layer. Stripping out general computation keeps the network deterministic, easy to audit, and resistant to denial-of-service vectors that have caused outages on more expressive chains. Every full node has to validate every transaction, so anything more complex than Bitcoin Script imposes a cost on the entire network. The trade-off is that programmable Bitcoin cannot be executed within Bitcoin Script itself. It has to live in a system that uses Bitcoin Script as a settlement primitive and adds an execution environment on top of it. Bitcoin's base-layer upgrades expanded what Script can do, but not by much Recent upgrades made Bitcoin Script meaningfully more expressive without changing its fundamental nature. Taproot, activated in 2021, made multi-signature transactions look identical to single-signature transactions onchain. That improved privacy and reduced fees for complex spends. PSBT (Partially Signed Bitcoin Transactions) standardized the construction of multi-party transactions, making it easier to build wallets, exchanges, and custody systems that coordinate signatures across multiple parties. These upgrades expanded what is practical to build with Bitcoin Script. They did not turn Bitcoin into a smart-contract platform. A developer cannot write a lending market, an automated market maker, or a yield vault directly on Bitcoin. The expressiveness needed for those applications has to come from somewhere else. Programmable Bitcoin in 2026 means Layer 2 Today, programmable Bitcoin is delivered through Layer 2 networks. These networks execute off-chain and anchor the resulting state back to Bitcoin for settlement. There are several variants in production: sidechains with their own consensus (Stacks, Rootstock), restaking-style networks that secure other protocols with Bitcoin (Babylon), and EVM-compatible L2s that anchor to Bitcoin via specialized consensus protocols (Hemi). The architectural choice that distinguishes these approaches is how programmable Bitcoin gets access to the Bitcoin state. Most Bitcoin L2s require external oracles or relayers to import Bitcoin data into their execution environment. That introduces trust assumptions: the oracle must be honest, the relayer must be available, and the validator set must stay aligned. Each added trust assumption is a potential failure mode. The alternative is to embed Bitcoin awareness directly into the execution layer. That removes the oracle dependency entirely and lets smart contracts treat Bitcoin state as a primitive. How Hemi delivers programmable Bitcoin Hemi Network is a Bitcoin Layer 2 that delivers programmable Bitcoin through the hVM (Hemi Virtual Machine), an Ethereum Virtual Machine with a full Bitcoin node embedded inside it. Smart contracts running on Hemi can query Bitcoin UTXOs, validate transactions, and read Bitcoin block metadata directly, with no external oracle in the loop. The embedded Bitcoin client is called TBC (Tiny Bitcoin Client). It is roughly 14,000 lines of code, runs in two modes (header tracking and full state indexing), and inherits design lineage from BTCD, a well-known Go-based Bitcoin client. To stay deterministic, the hVM intentionally lags two Bitcoin blocks behind the tip, which protects against short reorgs that could otherwise confuse smart-contract state. Developers interact with Bitcoin state through the Hemi Bitcoin Kit (hBK), a smart-contract SDK that wraps the lower-level EVM precompiles into ergonomic functions. A lending market that wants to verify a Bitcoin UTXO before issuing a loan can do it in a few lines of Solidity, with the same tooling profile as any other EVM application. Security anchors back to Bitcoin through Proof-of-Proof (PoP) consensus. PoP miners periodically commit the state of the Hemi Network to Bitcoin itself, so reversing a Hemi transaction ultimately requires reversing the Bitcoin block in which it was anchored. That puts Hemi's settlement guarantees in the same economic neighborhood as Bitcoin's own. What programmable Bitcoin unlocks The point of programmable Bitcoin is not novelty. It is a specific set of applications that have been impractical on Bitcoin's base layer and risky on Ethereum because they depended on wrapped or synthetic BTC. Concretely, programmable Bitcoin enables: lending markets where BTC is the collateral and Bitcoin state determines liquidation logic; restaking systems where Bitcoin secures additional protocols; yield strategies that earn returns from onchain activity rather than custodial intermediaries; and cross-chain applications that move value between Bitcoin, Ethereum, and other networks without depending on third-party bridges. Each of these has shipped on Hemi or is in active development across the ecosystem. What this means for developers For developers, programmable Bitcoin removes a structural constraint that has shaped Bitcoin tooling for a decade. Building a Bitcoin-aware application historically meant running indexers, writing custody integrations, and trusting oracles to surface state. Building on a Bitcoin Layer 2 that exposes programmable Bitcoin natively means writing Solidity against an EVM that already knows what Bitcoin looks like. The practical implication is that the same developer who can ship an Ethereum dApp can now ship a Bitcoin-aware dApp, using familiar frameworks (Foundry, Hardhat, viem) and querying Bitcoin state directly through the Hemi Bitcoin Kit. The learning curve is the architectural model, not a new toolchain. For teams evaluating where to deploy Bitcoin-native logic, the question is whether their application requires direct access to Bitcoin state or can tolerate an oracle dependency. Programmable Bitcoin only matters where the answer is the former. Sources & further reading: https://hemi.xyz/blog/what-makes-bitcoin-programmable https://hemi.xyz/blog/hemi-developer-ama-recap-whats-next-for-bitcoin-programmability-and-l3-security/ https://hemi.xyz/blog/introducing-hemi-a-new-vision-for-layer-2-on-bitcoin-and-ethereum/ https://docs.hemi.xyz/foundational-topics/the-architecture https://docs.hemi.xyz/foundational-topics/the-architecture/proof-of-proof/pop-consensus-and-bitcoin-finality Hemi Network is a Bitcoin Layer 2 that uses Proof-of-Proof consensus to anchor its security to Bitcoin while enabling Ethereum-compatible smart contracts through the hVM. For a weekly recap on the progress of Hemi, subscribe to Your Signal Aggregator at https://news.hemi.xyz/. Digital assets involve risk. Yields are variable and not guaranteed. Past performance is not indicative of future results. Users should select security and finality settings appropriate to their risk tolerance.

What is Programmable Bitcoin?

TL;DR
Programmable Bitcoin refers to Bitcoin extended with smart contract capabilities, allowing developers to build applications that use BTC and natively read the Bitcoin state. Bitcoin's native scripting language is intentionally limited to keep the base layer secure and predictable, which is why programmability has to come from systems built on top of Bitcoin rather than directly on it. Layer 2 networks now deliver programmable Bitcoin in practice: execution happens above the base chain, and the resulting state is anchored back to Bitcoin for settlement. Hemi Network is a Bitcoin Layer 2 that exposes programmable Bitcoin through the hVM (Hemi Virtual Machine), an EVM with a full Bitcoin node embedded, giving smart contracts direct access to Bitcoin state.
Programmable Bitcoin refers to Bitcoin extended with smart contract capabilities, allowing developers to build applications that use BTC and natively read the Bitcoin state. The phrase covers a range of work: upgrades to Bitcoin's base-layer scripting (Taproot, PSBT), sidechains and rollups that handle execution off-chain, and Layer 2 networks that anchor state back to Bitcoin for settlement. What unifies the category is the goal. Keep Bitcoin's security and base-layer simplicity, and add the application surface that has existed on Ethereum for the better part of a decade.
The question matters now because most of the BTC supply sits idle. With Bitcoin's market cap just above $1.5 trillion and active onchain participation at less than 1% of supply, the gap between Bitcoin holdings and Bitcoin-denominated economic activity is the largest unmet opportunity in the category.
Bitcoin by itself is intentionally not programmable Every Bitcoin transaction follows a script written in Bitcoin Script, a stack-based language that controls how coins can be spent. It supports useful primitives: multi-signature, time locks, hash locks, and conditional spends. It does not support loops, persistent state, or arbitrary logic.
This is a design choice, not a limitation Bitcoin's engineers want to fix on the base layer. Stripping out general computation keeps the network deterministic, easy to audit, and resistant to denial-of-service vectors that have caused outages on more expressive chains. Every full node has to validate every transaction, so anything more complex than Bitcoin Script imposes a cost on the entire network.
The trade-off is that programmable Bitcoin cannot be executed within Bitcoin Script itself. It has to live in a system that uses Bitcoin Script as a settlement primitive and adds an execution environment on top of it.
Bitcoin's base-layer upgrades expanded what Script can do, but not by much Recent upgrades made Bitcoin Script meaningfully more expressive without changing its fundamental nature. Taproot, activated in 2021, made multi-signature transactions look identical to single-signature transactions onchain. That improved privacy and reduced fees for complex spends. PSBT (Partially Signed Bitcoin Transactions) standardized the construction of multi-party transactions, making it easier to build wallets, exchanges, and custody systems that coordinate signatures across multiple parties.
These upgrades expanded what is practical to build with Bitcoin Script. They did not turn Bitcoin into a smart-contract platform. A developer cannot write a lending market, an automated market maker, or a yield vault directly on Bitcoin. The expressiveness needed for those applications has to come from somewhere else.
Programmable Bitcoin in 2026 means Layer 2 Today, programmable Bitcoin is delivered through Layer 2 networks. These networks execute off-chain and anchor the resulting state back to Bitcoin for settlement. There are several variants in production: sidechains with their own consensus (Stacks, Rootstock), restaking-style networks that secure other protocols with Bitcoin (Babylon), and EVM-compatible L2s that anchor to Bitcoin via specialized consensus protocols (Hemi).
The architectural choice that distinguishes these approaches is how programmable Bitcoin gets access to the Bitcoin state. Most Bitcoin L2s require external oracles or relayers to import Bitcoin data into their execution environment. That introduces trust assumptions: the oracle must be honest, the relayer must be available, and the validator set must stay aligned. Each added trust assumption is a potential failure mode.
The alternative is to embed Bitcoin awareness directly into the execution layer. That removes the oracle dependency entirely and lets smart contracts treat Bitcoin state as a primitive.
How Hemi delivers programmable Bitcoin Hemi Network is a Bitcoin Layer 2 that delivers programmable Bitcoin through the hVM (Hemi Virtual Machine), an Ethereum Virtual Machine with a full Bitcoin node embedded inside it. Smart contracts running on Hemi can query Bitcoin UTXOs, validate transactions, and read Bitcoin block metadata directly, with no external oracle in the loop.
The embedded Bitcoin client is called TBC (Tiny Bitcoin Client). It is roughly 14,000 lines of code, runs in two modes (header tracking and full state indexing), and inherits design lineage from BTCD, a well-known Go-based Bitcoin client. To stay deterministic, the hVM intentionally lags two Bitcoin blocks behind the tip, which protects against short reorgs that could otherwise confuse smart-contract state.
Developers interact with Bitcoin state through the Hemi Bitcoin Kit (hBK), a smart-contract SDK that wraps the lower-level EVM precompiles into ergonomic functions. A lending market that wants to verify a Bitcoin UTXO before issuing a loan can do it in a few lines of Solidity, with the same tooling profile as any other EVM application.
Security anchors back to Bitcoin through Proof-of-Proof (PoP) consensus. PoP miners periodically commit the state of the Hemi Network to Bitcoin itself, so reversing a Hemi transaction ultimately requires reversing the Bitcoin block in which it was anchored. That puts Hemi's settlement guarantees in the same economic neighborhood as Bitcoin's own.
What programmable Bitcoin unlocks The point of programmable Bitcoin is not novelty. It is a specific set of applications that have been impractical on Bitcoin's base layer and risky on Ethereum because they depended on wrapped or synthetic BTC.
Concretely, programmable Bitcoin enables: lending markets where BTC is the collateral and Bitcoin state determines liquidation logic; restaking systems where Bitcoin secures additional protocols; yield strategies that earn returns from onchain activity rather than custodial intermediaries; and cross-chain applications that move value between Bitcoin, Ethereum, and other networks without depending on third-party bridges. Each of these has shipped on Hemi or is in active development across the ecosystem.
What this means for developers For developers, programmable Bitcoin removes a structural constraint that has shaped Bitcoin tooling for a decade. Building a Bitcoin-aware application historically meant running indexers, writing custody integrations, and trusting oracles to surface state. Building on a Bitcoin Layer 2 that exposes programmable Bitcoin natively means writing Solidity against an EVM that already knows what Bitcoin looks like.
The practical implication is that the same developer who can ship an Ethereum dApp can now ship a Bitcoin-aware dApp, using familiar frameworks (Foundry, Hardhat, viem) and querying Bitcoin state directly through the Hemi Bitcoin Kit. The learning curve is the architectural model, not a new toolchain. For teams evaluating where to deploy Bitcoin-native logic, the question is whether their application requires direct access to Bitcoin state or can tolerate an oracle dependency. Programmable Bitcoin only matters where the answer is the former.
Sources & further reading:
https://hemi.xyz/blog/what-makes-bitcoin-programmable
https://hemi.xyz/blog/hemi-developer-ama-recap-whats-next-for-bitcoin-programmability-and-l3-security/
https://hemi.xyz/blog/introducing-hemi-a-new-vision-for-layer-2-on-bitcoin-and-ethereum/
https://docs.hemi.xyz/foundational-topics/the-architecture
https://docs.hemi.xyz/foundational-topics/the-architecture/proof-of-proof/pop-consensus-and-bitcoin-finality
Hemi Network is a Bitcoin Layer 2 that uses Proof-of-Proof consensus to anchor its security to Bitcoin while enabling Ethereum-compatible smart contracts through the hVM.
For a weekly recap on the progress of Hemi, subscribe to Your Signal Aggregator at https://news.hemi.xyz/.
Digital assets involve risk. Yields are variable and not guaranteed. Past performance is not indicative of future results. Users should select security and finality settings appropriate to their risk tolerance.
·
--
Bitcoin and yield, together on one network. See today's Merkl yield opportunity: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
Bitcoin and yield, together on one network.

See today's Merkl yield opportunity: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
·
--
Bringing $BTC BTC to EVM is possible with Hemi, but you can also flip it around. You could take EVM assets, like $USDC,$ ETH, even the $HEMI token, and lock them directly onto Bitcoin, where the asset lives on the chain itself. That means Bitcoin-level security, direct settlement, and none of the wait. When you're done, whoever holds it brings it back to Hemi and redeems the underlying asset. Any asset. Fungible or non-fungible. Two ecosystems, one instrument. That's Hemi.
Bringing $BTC BTC to EVM is possible with Hemi, but you can also flip it around.

You could take EVM assets, like $USDC,$ ETH, even the $HEMI token, and lock them directly onto Bitcoin, where the asset lives on the chain itself.

That means Bitcoin-level security, direct settlement, and none of the wait. When you're done, whoever holds it brings it back to Hemi and redeems the underlying asset.

Any asset. Fungible or non-fungible. Two ecosystems, one instrument.

That's Hemi.
·
--
Hemi's Engineering Team returns for another AMA, on Thursday, May 28th, at 6:00 AM PDT, 9:00 AM EDT and 1:00 PM UTC. Go to Hemi's Official Discord and send your hBitVM questions to the team ahead of time: https://discord.gg/v7Ns8cfebD
Hemi's Engineering Team returns for another AMA, on Thursday, May 28th, at 6:00 AM PDT, 9:00 AM EDT and 1:00 PM UTC.

Go to Hemi's Official Discord and send your hBitVM questions to the team ahead of time: https://discord.gg/v7Ns8cfebD
·
--
Next week join BitFi Co-founder Chelsea Zhang during Built On Hemi. Going live on X, YouTube, and LinkedIn next Friday, May 22 at 12PM PDT, 3 PM EDT, 7 PM UTC.
Next week join BitFi Co-founder Chelsea Zhang during Built On Hemi.

Going live on X, YouTube, and LinkedIn next Friday, May 22 at 12PM PDT, 3 PM EDT, 7 PM UTC.
·
--
On the last Midweek with Max, Hemi Co-Founder and CTO Max Sanchez shared what he's most excited about for the future of DeFi, BTC, and Hemi. See the whole show: https://hemi.xyz/blog/midweek-with-max-rust-runes-and-the-road-to-zk
On the last Midweek with Max, Hemi Co-Founder and CTO Max Sanchez shared what he's most excited about for the future of DeFi, BTC, and Hemi.

See the whole show: https://hemi.xyz/blog/midweek-with-max-rust-runes-and-the-road-to-zk
·
--
For Hemi, Chainlink’s accurate decentralized price data enables:  Lending protocols on Ethereum and Monad to accept hemiBTC as collateral with real-time pricing that supports proper loan-to-value ratios and liquidation thresholds. BTC yield strategies to use a reliable price reference, making hemiBTC a viable base asset for structured products and onchain funds. Developers to build money markets, liquidity vaults, and more with integrated hemiBTC, without standing up custom oracle infrastructure Institutional participants deploying hemiBTC into Ethereum and Monad get the same Chainlink data standard they already require everywhere else. Learn more about the integration: https://hemi.xyz/blog/hemi-adopts-chainlink-to-power-hemibtc-lending-and-yield-across-defi
For Hemi, Chainlink’s accurate decentralized price data enables:

Lending protocols on Ethereum and Monad to accept hemiBTC as collateral with real-time pricing that supports proper loan-to-value ratios and liquidation thresholds.

BTC yield strategies to use a reliable price reference, making hemiBTC a viable base asset for structured products and onchain funds.

Developers to build money markets, liquidity vaults, and more with integrated hemiBTC, without standing up custom oracle infrastructure
Institutional participants deploying hemiBTC into Ethereum and Monad get the same Chainlink data standard they already require everywhere else.

Learn more about the integration: https://hemi.xyz/blog/hemi-adopts-chainlink-to-power-hemibtc-lending-and-yield-across-defi
·
--
On the last Midweek with Max, the team provided in-depth updates on Hemi protocol development. Read the full recap and catch the show live every Tuesday: https://hemi.xyz/blog/midweek-with-max-rust-runes-and-the-road-to-zk
On the last Midweek with Max, the team provided in-depth updates on Hemi protocol development.

Read the full recap and catch the show live every Tuesday: https://hemi.xyz/blog/midweek-with-max-rust-runes-and-the-road-to-zk
·
--
Hemi Co-Founder Max Sanchez describes how Hemi's new Bitcoin indexer, Oxygen, works during last week's Midweek with Max. See the whole show: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
Hemi Co-Founder Max Sanchez describes how Hemi's new Bitcoin indexer, Oxygen, works during last week's Midweek with Max.

See the whole show: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
·
--
Bitcoin and yield, together at last. See today's opportunity: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
Bitcoin and yield, together at last.

See today's opportunity: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
·
--
During the last Midweek with Max, Hemi CTO and Co-Founder, Max Sanchez, offers a quick breakdown of the Hemi Virtual Machine, hVM. Watch the full show: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
During the last Midweek with Max, Hemi CTO and Co-Founder, Max Sanchez, offers a quick breakdown of the Hemi Virtual Machine, hVM.

Watch the full show: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
·
--
Catch the show, with Hemi Co-Founder and CTO Max Sanchez, live tomorrow on X, YouTube, and LinkedIn. Send questions ahead of time for Max and the team: https://discord.gg/v7Ns8cfebD
Catch the show, with Hemi Co-Founder and CTO Max Sanchez, live tomorrow on X, YouTube, and LinkedIn.

Send questions ahead of time for Max and the team: https://discord.gg/v7Ns8cfebD
·
--
A major update for the Hemi Community Discord server is here. Read more: https://hemi.xyz/blog/hemi-community-2.0
A major update for the Hemi Community Discord server is here.

Read more: https://hemi.xyz/blog/hemi-community-2.0
·
--
Hemi is home to $BTC yield. Check out today's opportunity on Merkl: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
Hemi is home to $BTC yield.

Check out today's opportunity on Merkl:

https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
·
--
During the last Midweek with Max, Hemi CTO Max Sanchez outlined some of the things developers can do with hemiBTC. Check out the entire broadcast: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
During the last Midweek with Max, Hemi CTO Max Sanchez outlined some of the things developers can do with hemiBTC.

Check out the entire broadcast: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
·
--
Join @MaxwellSanchezX and the Hemi crew on Midweek with Max, now streaming on X, YouTube, and LinkedIn, every week on Tuesday, 8 AM PDT, 11 AM EDT, 3 PM UTC. Send your questions ahead of each broadcast in the official Hemi Discord: https://discord.gg/v7Ns8cfebD
Join @MaxwellSanchezX and the Hemi crew on Midweek with Max, now streaming on X, YouTube, and LinkedIn, every week on Tuesday, 8 AM PDT, 11 AM EDT, 3 PM UTC.

Send your questions ahead of each broadcast in the official Hemi Discord: https://discord.gg/v7Ns8cfebD
·
--
During the latest Midweek with Max, Maxwell Sanchez described how hVM could hypothetically be used to power an order-book DEX operation on the Hemi network. Watch the entire episode: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
During the latest Midweek with Max, Maxwell Sanchez described how hVM could hypothetically be used to power an order-book DEX operation on the Hemi network.

Watch the entire episode: https://hemi.xyz/blog/midweek-with-max-protocol-progress-restaking-plans-and-hvm-expansion
·
--
BTC yield without complication, with Hemi and Merkl. See today's yield pick: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
BTC yield without complication, with Hemi and Merkl.

See today's yield pick: https://app.merkl.xyz/opportunities/hemi/SUSHI_SWAP/0x519CE7290870ff699f7A1f7Fc6aff00172f4fEFC
Logga in för att utforska mer innehåll
Gå med globala kryptoanvändare på Binance Square.
⚡️ Få den senaste och användbara informationen om krypto.
💬 Betrodd av världens största kryptobörs.
👍 Upptäck verkliga insikter från verifierade skapare.
E-post/telefonnummer
Webbplatskarta
Cookie-inställningar
Plattformens villkor