
Work Here?
IO Global is a blockchain technology research and engineering company. The company develops distributed protocols, open-source software, digital identity, governance, and infrastructure associated with Cardano and other systems. It serves developers, researchers, enterprises, governments, ecosystem projects, and blockchain users. Its operating model centers on formal research, engineering, product, and ecosystem teams collaborating across open technical programs. Teams work across cryptography, software engineering, formal methods, research, product, partnerships, and operations. The business combines technical knowledge, practical execution, and ongoing support across the markets it serves.
Industries
Data & Analytics
Crypto & Web3
Company Size
N/A
Company Stage
N/A
Total Funding
N/A
Headquarters
Colorado
Founded
N/A
Help us improve and share your feedback! Did you find this helpful?
Health Insurance
Dental Insurance
Vision Insurance
401(k) Retirement Plan
Health Savings Account/Flexible Spending Account
Life Insurance
Paid Vacation
Professional Development Budget
Introducing the CANS protocol: unlocking Bitcoin liquidity for Cardano DeFi. Edmund Judge July 07 2026 How Input Output's cyclic atomic swap protocol enables trustless cross-chain exchanges - no bridges, no custodians, no compromise * New protocol: CANS (Cyclic Atomic N-party Swap) lets multiple parties swap assets across different blockchains at once - with a mathematical guarantee that either everyone gets what they agreed to, or nobody loses anything * Decentralized: the CANS protocol does not require bridges, wrapped tokens, or trusted intermediaries - the cryptography enforces the rules * Locked liquidity: Bitcoin holds approximately $1 trillion in market capitalization, yet its limited scripting keeps that liquidity locked away from DeFi users * Adaptable: the pattern is not limited to Bitcoin and Cardano: any blockchain with native Schnorr signature support, or a smart contract layer capable of verifying Schnorr signatures, can participate in a CANS swap session * Proven: a reference implementation in Rust, formally verified and tested with up to 20 concurrent parties, proves this is achievable in practice today Bitcoin's liquidity problem. Bitcoin is the most valuable asset in cryptocurrency - but it isn't liquid. Its deliberately simple scripting language was never designed to support lending, trading, or the kind of complex financial interactions that have flourished on programmable blockchains like Cardano. Meanwhile, Cardano has a mature DeFi ecosystem: decentralized exchanges, lending protocols, liquid staking, oracles - with a fraction of Bitcoin's potential liquidity. Connecting these two worlds sounds straightforward. In practice, most solutions involve a compromise: a bridge that holds the Bitcoin assets while issuing a stand-in token, a custodian you have to trust, or a centralized exchange that introduces the very counterparty risk that blockchain was supposed to remove. These are not decentralized solutions - they are centralized solutions wearing a decentralized mask. What is CANS? The Cyclic Atomic N-party Swap protocol (CANS) is developed by Input Output under the Intersect IOR proposal. This is part of the work package WP4.1 Bridges, Atomic Swaps, & Agent Chains. This protocol takes a different approach by arranging participants in a ring: each person agrees to send assets to the next person in the chain, with the last person completing the loop back to the first. Each participant sends exactly once and receives exactly once. Crucially, the entire swap is atomic: either everyone gets what they agreed to, or nobody loses anything. There is no partial outcome, and there is no intermediary holding funds in the middle. Think of it like a coordinated round of gift exchanges, where everyone simultaneously hands over their gift - except the coordination is handled by mathematics, not trust. No one hands over their gift until they are certain everyone else will too. The protocol supports any combination of assets and blockchains within a single swap session. Two parties can exchange BTC for ADA. Ten parties can swap across multiple chains at once. The ring structure scales naturally. How does the CANS protocol work? The core innovation of the CANS protocol is that digital signatures can be made conditionally valid - locked behind a secret that only becomes visible once someone commits to the swap. CANS uses this property to choreograph the exchange. Before any funds move, every participant contributes a piece of a shared cryptographic puzzle. Once the designated leader confirms that everyone has locked their funds, they reveal the final piece. That single act unlocks the entire ring: every participant can now claim their incoming funds, on whatever blockchain those funds sit. The beauty of this approach, compared to earlier techniques like hash time-locked contracts, is that nothing sensitive appears on-chain. Spend transactions look like ordinary transfers. There is no shared hash linking the legs of the swap together, which is good for privacy and for scalability beyond two parties. One primary hurdle is that Bitcoin and Cardano use different cryptographic systems under the hood. Bitcoin uses the secp256k1 elliptic curve with Schnorr signatures (via Taproot), while Cardano natively relies on Ed25519. The reference implementation elegantly solves this by deploying a Cardano smart contract (a Plutus validator) capable of verifying Bitcoin's Schnorr signatures. This allows a single cryptographic event on the Bitcoin network to instantly trigger and unlock UTXOs on Cardano. What if someone backs out? Every participant holds a fully signed refund transaction before a single lock transaction is broadcast. No one locks their funds unless their exit is already guaranteed. Refund transactions are time-locked - only valid after a certain block height - and the windows are staggered deliberately: each party's window opens after the person claiming their funds has had a chance to act. This ordering ensures that if the leader stops cooperating mid-swap, every honest participant can recover their funds safely, without racing against each other. The implementation. The reference implementation demonstrates that trustless, multi-party, cross-chain atomic swaps are practically achievable. The prototype is written in Rust and runs as a daemon that manages the full protocol lifecycle - key exchange, transaction construction, broadcast, and settlement - for a single participant in a swap session. Daemons communicate directly over TCP; there is no central server. Regression tests validate correct behaviour with up to 20 concurrent parties, each running an independent daemon against Bitcoin and Cardano nodes on a private test network. The protocol's safety and liveness properties have been formally verified, giving mathematical confidence that honest participants cannot lose funds. The pattern is not limited to Bitcoin and Cardano: any blockchain with native Schnorr signature support, or a smart contract layer capable of verifying Schnorr signatures, can participate in a CANS swap session. Why does CANS matter? The trade finance gap perfectly illustrates why CANS matters. Each year, $1.7 trillion in trade remains static - not for lack of capital, but for lack of trust infrastructure. Banks turn away small and mid-sized deals as they are too small, too costly, and too risky to service, leaving SMEs with poor options: ship and hope for payment, demand full prepayment until the deal collapses, trade only with known partners, or accept steep premiums from intermediaries. The result isn't expensive trade; it's absent trade. By applying CANS technology, Input Output Global, Inc. can service the trade finance gap and unlock trillions in new trade activity. Every prior attempt - TradeLens, Input Output Global, Inc..trade, Contour, Marco Polo - was a proprietary walled garden, and each failed because you can't force a whole competing industry to join one company's platform. CANS instead is an open, chain-agnostic protocol. Concretely, in a cross-border trade, CANS lets a buyer, seller, shipper, insurer, and financier settle in a single atomic transaction across whatever chains each prefers. Cryptography - N-of-N multi-signature locks, adaptor signatures, and staggered time-locked refunds - gives the same guarantee a letter of credit does: either every leg executes, or none executes, and no principal is ever lost. That removes counterparty risk without a bank's credit assessment, compressing settlement from weeks to minutes and removing bank margins and subscription fees. The CANS protocol turns deals that simply couldn't happen into deals that settle safely in minutes, by replacing the missing trust infrastructure with cryptographic guarantees instead of yet another platform nobody wants to join. The reference implementation is being developed on GitHub. Input Output Global, Inc. welcome contributions, integrations, and feedback from the community by raising pull requests or issues, or adding comments. Timelines and product features are not final and are not guaranteed; all future developments are subject to change. IO does not review, approve, monitor, endorse or make representations with respect to third-party protocols or offerings.
Input Output co-hosts Cryptographic Tools for Blockchains workshop at Eurocrypt '26. Academics and practitioners from across the blockchain ecosystem gathered to learn about zero-knowledge proofs, post-quantum cryptography, privacy, and blockchain programmability. Jesus Diaz Vico June 17 2026 Summary: Input Output (IO) recently co-organized the third edition of the Cryptographic Tools for Blockchains (CTB '26) workshop in Rome, alongside Eurocrypt 2026. The full-day technical event highlighted three critical pillars for the next generation of decentralized infrastructure: * Post-quantum readiness: leveraging novel signature transformations and threshold constructions to preserve long-term network resilience. * Verifiable state privacy: deploying advanced private information retrieval (PIR) regimes that guard data access layers without bottleneck baseline performance. * Programmability without forks: extending the capabilities of existing networks like Bitcoin through witness encryption frameworks. Together, these research streams build the secure, correct, and scalable foundations necessary for widespread institutional adoption. About CTB'26. The third edition of the Cryptographic Tools for Blockchains (CTB'26) workshop was held in Rome in early May, alongside Eurocrypt 2026. The workshop gathered around 50 attendees - academics and practitioners from across the blockchain ecosystem - for a full day of technical presentations spanning zero-knowledge proofs, post-quantum cryptography, privacy, and blockchain programmability. CTB '26 has established itself as a focused venue for bridging the gap between cutting-edge cryptographic research and its practical applications in blockchain systems. The third edition continued this tradition, bringing together researchers from leading institutions - including Stanford, EPFL, KU Leuven, the Ethereum Foundation, and others - alongside engineers building production systems. The program featured two keynotes and eight contributed talks organized across three sessions. Technical tracks and highlights. Here is a closer look at the specialized technical tracks and standout highlights from the event: Invited talks. Benedikt Wagner (Ethereum Foundation) opened the workshop with an overview of the state of multisignatures and aggregate signatures in Ethereum. Benedikt described the ongoing EF effort to combine post-quantum secure hash-based signatures (XMSS) with succinct non-interactive arguments of knowledge (SNARKs) as a path toward scalable signature aggregation - a construction called Hint-Free multi-signatures. The afternoon invited talk, by Ali Atiia (Ethereum Foundation), addressed read privacy in blockchains. Querying blockchain state leaks information about which data is being accessed - a privacy problem often overlooked in protocol design. Atiia presented a system for private information retrieval (PIR) over Ethereum state, combining Unified Binary Trees (UBT) for compact state representation, SNARKification for verifiable query processing, and sharding plus preprocessing techniques to bring PIR into a practically feasible regime. Morning track. * SNARKs for First-Order Logic (Gabbay and Mendelsohn, Imperial College London) showed how to arithmetize first-order logic formulas into constraint systems that SNARKs can process, using multilinear extensions. * New Straight-Line Extractable NIZKPs for Cryptographic Group Actions (Pintore et al., University of Trento) revisited the Fiat-Shamir transform and its alternatives for converting interactive proofs to non-interactive ones. They introduced a new transform based on group actions - the GAO transform - that achieves straight-line extraction without rewinding. The result has near-optimal parameters for post-quantum signature schemes such as LESS, an isogeny-based scheme. * DekartProof: Efficient Vector Range Proofs and Their Applications to Blockchains (Boneh et al., Stanford / Aptos) introduced a new construction for zero-knowledge range proofs over vectors, leveraging multilinear encodings and a novel ZK variant of the sumcheck protocol. Proving and verification are significantly faster than prior art, though at the cost of larger proof sizes. * Trust, But Verify When Using the Powers of Tau (Baghery, KU Leuven) diagnosed a critical gap in how Powers of Tau ceremonies are run in practice. Since verifying the final structured reference string (SRS) naively takes thousands of seconds, ceremony participants routinely skip this step, undermining security guarantees. The paper presents a concrete algorithm and advocates for its adoption as standard practice. * Monotone Erasure Codes (Cimatti, Bammert et al., University of Bern / Common Prefix / SDF) introduced a framework for constructing optimal erasure codes for arbitrary monotone access structures, formalizing the problem via linear programming. The construction is relevant to BFT consensus, secret sharing, and blockchain voting, among others. Afternoon track 1. * Sponsored Fair Exchange (Vaudenay, EPFL / CIMA.SCIENCE) presented Sponsored Optimistic Xchange (SOX), a protocol for fair digital goods exchange that achieves privacy and economic fairness. A key innovation is the sponsor role: third parties who subsidize blockchain fees on behalf of participants, enabling fee-free participation for vendors and buyers who only pay on successful transactions. Dispute resolution has logarithmic complexity in the number of knowledge coins exchanged. * Balthazar: A Password-Based Web3 Wallet using OPAQUE and TEE with Brute-Force Resistance (Krajci, Oleksak, Homoliak, Brno UT / Slovak UT) tackled the UX gap between Web2 password authentication and Web3 key management. Balthazar implements the OPAQUE password-authenticated key exchange protocol inside a TEE-backed confidential EVM, with encrypted on-chain storage and blockchain-enforced rate limiting to prevent brute-force attacks. Afternoon track 2. * Bitcoin PIPES v2 (Abdalla, Carmer, El Gebali, Kilinc Alper et al., allocinit.xyz) extended the PIPES framework with Witness Encryption and Witness Signatures. The result increases Bitcoin's programmability - enabling rollups, bridges, vaults, and other constructions - without any protocol fork. * Thresholding Post-Quantum Signatures (De Sclavis, Nardelli, Pedicini, Bank of Italy / Roma Tre) surveyed the state of threshold signatures in the post-quantum setting, covering lattice-based approaches (noise flooding, Lagrange coefficient issues), group-action and isogeny-based schemes, and hash-based constructions. The talk highlighted the significant open challenges remaining in each family before practical threshold post-quantum signatures become viable. * Data Availability Sampling with Repair (Boneh, Neu, Nikolaenko, Partap, Stanford / a16zcrypto) augmented data availability (DA) sampling with repair capabilities: the ability to reconstruct data lost due to malicious or faulty nodes. The construction relies on locally correctable codes (specifically multiplicity codes) and a new multivariate polynomial commitment scheme, providing provable recovery guarantees for DA layers. Ongoing research work. CTB'26 reflected both the maturity and the open frontiers of applied cryptography for blockchains. From practical ceremony hygiene to post-quantum threshold signatures, and from private state access to Bitcoin programmability, the workshop demonstrated the breadth of unsolved problems - and the depth of the ongoing work to address them. The slides used by the presenters are available on the CTB website.
XRP futures on Kalshi + Iran tensions dip Bitcoin. Good Morning Lions, Kalshi just opened XRP perpetual futures to US traders - and that's actually huge. For years, anyone serious about crypto derivatives had to go offshore. Now a CFTC-regulated platform is offering the same products domestically. To me this is a regulatory inflection point. The fact that a prediction market can offer crypto perps under CFTC approval tells you something about how the landscape has shifted. Meanwhile, geopolitics hit overnight. US and Iranian forces traded strikes near the Strait of Hormuz, and Bitcoin dipped. Underneath all of it: institutional capital is getting pulled in a thousand directions at once. Kalshi's move is bullish for crypto's legitimacy. The Iran stuff is a reminder that macro risk is always lurking. And the IPO pipeline - $160 billion worth - is real competition for the risk-appetite dollars that got Bitcoin to $126K. XRP perpetual contracts now live on CFTC-approved Kalshi. BTC slides amid $300M in liquidations after US-Iran escalation (again). Avalanche appoints new COO. IPO wave threatens institutional crypto capital. And Kalshi tightens insider-trading rules. TL;DR: XRP perpetual futures are now trading on Kalshi, a US-regulated prediction market with CFTC approval. For the first time, American traders can access crypto derivatives on a domestic platform without going offshore. This is a watershed moment for regulatory acceptance - it signals that crypto derivatives aren't going away, and the CFTC is willing to let them operate under its watch. TL;DR: US forces struck Iranian targets after an Apache helicopter was downed near the Strait of Hormuz, sparking a sharp crypto selloff. Bitcoin fell as approximately $300 million in new positions liquidated. Geopolitical risk is a real volatility driver - historically, these kinds of macro shocks flush out the most overleveraged players and reset the market. TL;DR: The Avalanche Foundation appointed Marta Szluinska, a former executive at IOHK, as Chief Operating Officer to strengthen operational discipline and push institutional adoption. Leadership moves like this matter less for hype and more for signal - it tells you the foundation is serious about building enterprise-grade infrastructure, not just chasing TVL. TL;DR: A record $160 billion IPO pipeline - including OpenAI's confidential S-1 filing - is competing for the same institutional risk-appetite capital that drove Bitcoin to $126K. AI and semiconductor stocks are pulling hard on the same wallet. This is the real macro headwind, not the daily price noise. Capital reallocation is a slow-motion event, but it's happening. TL;DR: Jordan's military intercepted five Iranian missiles targeting a US base, with no casualties reported. The escalation adds another layer of geopolitical uncertainty to an already-tense macro backdrop. Historically, these kinds of regional flare-ups create short-term volatility in both crypto and traditional markets - they're the kind of tail risk that forces traders to reassess their leverage. TL;DR: Kalshi announced new compliance measures requiring traders to disclose employment before accessing markets flagged for insider-trading or manipulation risk. The platform blocked over 100 suspicious trades in 2026. This is the cost of legitimacy - more rules, more friction, but also more trust. Regulated markets need guardrails to survive. I'm watching this level on BTC closely - that's where I'd feel a lot better about the setup. Kalshi's move matters; the Iran stuff is noise until it isn't. - Khal Trade what you just read about. Swap any token, non-custodially, on LeoDex. More crypto news, daily, at news.leodex.io. The Daily LEO · Written by the LEO Team, Edited by Khal. Posted Using INLEO
IOG reveals biggest technical upgrade in pipeline for the Cardano network. April 29, 2026 Input Output, the primary engineering organization behind Cardano, has outlined a major consensus upgrade designed to dramatically boost the network's transaction capacity. The project, known as Leios, is led by Carlos López De Lara, product manager at Input Output since 2020. It aims to lift Cardano's current throughput to levels that could support 200 kilobytes of transactions per second or more under optimized parameters. That upgrade offers a potential 10- to 65-fold improvement over the current, roughly equivalent to handling just a few kilobytes of transactions per second in sustained conditions. The upgrade builds on the existing Ouroboros Praos consensus rather than replacing it, preserving the chain's core security and decentralization properties while introducing endorser blocks and committee-based validation for greater efficiency. López De Lara described the effort as a multi-team undertaking that touches nearly every aspect of the Cardano node. Work spans cryptography for new key structures, networking protocols for faster block diffusion, ledger updates, consensus engine rewrites, and supporting interfaces, including the node API and command-line tools. A code audit of cryptographic components is already underway. The current budget cycle, ending in June 2026, will deliver an early public testnet with an alpha implementation. The newly proposed phase for the 2026/27 cycle shifts focus to maturing the prototype into production-grade code suitable for mainnet deployment. This includes advancing through higher software readiness levels, extensive parameter experimentation to balance performance and security, continuous load testing, and adversarial red-teaming exercises. Success, according to López De Lara, means delivering a stable Cardano node version capable of running Leios, along with comprehensive documentation, stakeholder workshops for stake pool operators and developers, and all governance artifacts needed to enable a future hard fork. Input Output is requesting ₳27,714,342 ADA from the Cardano treasury to fund the work. The upgrade addresses both immediate limitations and long-term sustainability. Network congestion has occasionally surfaced during high-profile events such as NFT launches or token distributions, highlighting capacity constraints for broader adoption in decentralized finance and real-world assets. That said, as the treasury reserve continues to decline and eventually approaches zero, the network must increasingly rely on transaction fees to sustain stake pool operators and infrastructure. Higher throughput is considered essential to generating sufficient fee revenue without compromising participants' economic viability. Leios forms the cornerstone of Cardano's 2030 vision, which targets scaling monthly transaction volumes from around 800,000 today to more than 27 million while maintaining economic self-sufficiency. If approved and executed, the initiative would position the network with substantially greater headroom for growth in total value locked, user activity, and overall ecosystem revenue.
Cardano launches its initial zero-knowledge smart contract, yet ADA value stays under 10% of peak price. Cardano launches first zero-knowledge smart contract. * Cardano has introduced its inaugural zero-knowledge smart contract on the mainnet, utilizing Halo-2-zkSNARK technology. This achievement places Cardano in the same league as Ethereum and Polygon within the ZK computation sector. * The Halo-2-zkSNARK system enables privacy-focused computations without the need for a trusted setup, offering improved efficiency and security compared to alternatives like Groth16, which is used by Ethereum. * Even with these technological strides, ADA is currently valued at $0.26, reflecting a 91.5% decrease from its peak price. Technical progress and network capabilities. The integration of Halo-2-zkSNARK smart contracts into Cardano's mainnet represents a major step forward, enhancing both privacy and scalability. This advancement allows for verifiable computations on Cardano, paving the way for privacy-centric DeFi solutions, secure credentials, and confidential voting mechanisms. Researchers Sebastian Nagel from IOG and Nico Arqueros have emphasized the increased efficiency and security that this deployment brings to the Cardano ecosystem. The adoption of Halo-2-zkSNARK proofs on Cardano's mainnet is a pivotal development, enabling large-scale privacy-preserving computations. This opens up new opportunities for secure DeFi, confidential voting, and identity verification. Despite these innovations, ADA continues to trade at $0.26, which is 91.5% below its historical high of $3.09. Impact on Cardano's market standing. By deploying its first zero-knowledge smart contract with Halo-2-zkSNARK technology, Cardano has strengthened its position alongside Ethereum and Polygon in the ZK computation landscape. This breakthrough enables verifiable computations without the need for a trusted setup. Sebastian Nagel of IOG has highlighted its potential to support privacy-focused DeFi, verifiable credentials, and secure voting applications. ADA price trends and performance. Despite Cardano's technical progress, ADA's market value remains below 10% of its all-time high, and holders have experienced notable average losses. Cardano's development activity surpasses most Layer 1 networks, yet this has not translated into price gains. Increased whale accumulation - 140 million ADA in three days - has not sparked a broader price recovery. Investor shifts and alternative opportunities. Taur0x IO, a decentralized hedge fund protocol, is drawing investor attention from those seeking returns beyond ADA's staking rewards. This platform leverages AI agents to execute trades across exchanges, offering stakers 80% of net profits without management fees. Upcoming developments include the Protocol 11 hard fork and the launch of the USDCx stablecoin, but ADA's price remains stagnant. ADA continues to hover around $0.26, more than 91% below its record high, despite robust development activity. According to Santiment's on-chain data, the average return for active Cardano wallets over the past year is -43%. This situation is seen as a potential buying opportunity, as deeply underwater wallets may reduce selling pressure. Disclaimer: All content in this article represents the author's views only and is not related to this platform. Users should not use this article as a reference for investment decisions.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Crypto & Web3
Company Size
N/A
Company Stage
N/A
Total Funding
N/A
Headquarters
Colorado
Founded
N/A
Find jobs on Simplify and start your career today