<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Halliday on Medium]]></title>
        <description><![CDATA[Stories by Halliday on Medium]]></description>
        <link>https://medium.com/@HallidayHQ?source=rss-21257fa81ec5------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*WgDtWVTX7XEg9R7Ok34uqg.png</url>
            <title>Stories by Halliday on Medium</title>
            <link>https://medium.com/@HallidayHQ?source=rss-21257fa81ec5------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 31 May 2026 09:32:49 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@HallidayHQ/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Halliday: The First Agentic Workflow Protocol]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-the-first-agentic-workflow-protocol-2f7f56a661c4?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/2f7f56a661c4</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[agentic-workflow]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Thu, 20 Feb 2025 17:00:35 GMT</pubDate>
            <atom:updated>2025-02-20T19:20:48.072Z</atom:updated>
            <content:encoded><![CDATA[<iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWSoqua_mVrU&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWSoqua_mVrU&amp;image=http%3A%2F%2Fi.ytimg.com%2Fvi%2FWSoqua_mVrU%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=google" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/54ecff3dd1bc105b861f6c1dedde58db/href">https://medium.com/media/54ecff3dd1bc105b861f6c1dedde58db/href</a></iframe><p>As blockchain has scaled, a mass proliferation of infrastructure, chains, and on-chain services has ensued.</p><p>Large acquisitions have paved the way for enterprise adoption of public blockchains.</p><p>Strong AI is a reality now, with its effects rippling through industries. The launch of reasoning models make it inevitable that AI agents will perform important actions on our behalf.</p><p>But this explosion of progress has created a wall of complexity. It’s too difficult to ship blockchain products. The thousands of chains and services coming online have burdened developers with<strong> </strong>unending plumbing work. Building smart contracts, or as we call them application-specific integrated protocols (ASIPs), for every new use case is no longer tenable — there’s a better way.</p><h3>Smart contracts are obsolete</h3><p>Smart contract development is slow, expensive, and dangerous. Unlike traditional software, once you deploy a contract on-chain, it’s difficult to iterate:</p><ul><li><strong>6–12+ months</strong> to add functionality.</li><li><strong>Expensive audits </strong>required, even for minor changes.</li><li><strong>Non-battle-tested </strong>contracts are susceptible to deadly exploits.</li></ul><p>Whenever a customer requests something new, you’re stuck saying “Wait months for an audited update” — often losing deals in the process. This is the cost of building ASIPs.</p><h3>Integrations never end</h3><p>The current stack is overwhelming. Developers are faced with unending integration work. In building Halliday, we were tasked with integrating <strong>ninety components</strong> (DEXs, bridges, networks, customer protocols, etc.). An integration optimistically takes three weeks, adding up to<strong> five years of engineering time</strong> — time diverted from building core business logic.</p><h3>Composing existing integrations is difficult</h3><p>Moving data between heterogeneous protocols is hard and building the supporting infrastructure for reliable execution is even harder.</p><p>This requires a system that is fault-tolerant under failure modes. Errors like gas fee spikes, bridge outages, or arbitrary contract reverts are common when working with numerous components. Maintenance also demands constant time and effort: protocols migrate from V1 to V2, data APIs change formats, etc.</p><h3>Building multi-chain adds significant complexity</h3><p>In recent years, it has become essential to support alt-VMs, such as Solana, TON, and SUI. Even though there are fewer VMs than on-chain services, each new VM can add <strong>6–12+ months</strong> of development time and a maintenance burden.</p><p>Handling hundreds of chains makes all of the above more complicated. You need deployment ops, data systems, reliable execution, and monitoring on every chain. Augmenting a system to handle this adds <strong>12+ months.</strong> Halliday solves this automatically — no new code required.</p><h3>Operationalizing AI with on-chain assets is hard</h3><p>You can’t just hand over your keys and/or assets to an AI system. That is neither safe nor compliant. However, to make AI useful for blockchain apps agents need to be able to work with user assets and perform actions on-chain. You also need to be sure that the AI can’t lose funds, steal assets, or make consequential mistakes. Businesses need to have oversight and control over the scope of actions an agent can perform. For AI to be integrated into real crypto businesses, we need robust safety infrastructure for AI.</p><p>This requires a trustless agentic workflow protocol that enables users to leverage AI safely. You need to be able to define tasks and set guardrails that are enforced on-chain. This is a frontier research problem, requiring thousands of hours of R&amp;D and engineering.</p><h3>We built an agentic workflow engine once, so you never have to write smart contracts again</h3><p>Everyone thinks you should write smart contracts for every on-chain application. However, most developers aim to stitch together protocols into workflows for specific use cases. Much like how most web2 developers solve problems in high-level scripting languages like JavaScript, the vast majority of web3 use cases don’t require low-level contract code. For most production needs — especially multi-chain/multi-service scenarios — this is especially true.</p><p>The cost of working in low-level code is lost customers. We were in a deal discussion and a potential customer asked if we could handle recurring payments across networks. At the time, we supported one-time payments but our smart contracts didn’t support subscriptions. In a high-level programming environment this would have been a trivial addition. Because we were stuck having to re-write smart contracts, we told them we couldn’t support the request for over 6 months. We lost the deal.</p><p>What if there was a better way? What if you could outsource most of the work of making a multi-service application? What if a zero-trust platform could integrate, compose, and automate existing protocols on your behalf obviating the need to build custom glue and reliability logic over and over again?</p><p>While others focused on liquidity optimizations, we saw that smart contracts were the core issue. Our insight was to build a workflow engine once and never write a smart contract again. An engine eliminates the need to write new smart contracts per use case by handling protocol integration, composition, and automation out of the box.</p><p>This workflow engine was the perfect foundation for agents. With it, agents could transform user intention into on-chain action, orchestrate processes, and interact with smart contracts easily. However, to trust agents with crypto assets, there needs to be a way to implement guardrails that guarantee safe task completion.</p><p>That’s why we’re excited to introduce the first agentic workflow protocol: a platform that lets you define tasks with immutable guardrails that enables autonomous systems, such as agents or software, to do work for you.</p><p><strong>ASIP vs Agentic Workflows side-by-side</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/749/1*LIFyJho8UyBQYjBkRbYjZg.png" /></figure><h3>The first agentic workflow protocol</h3><p>An agentic workflow is a task with immutable guardrails that lets autonomous systems, such as agents or software, do work for you.</p><p>The agentic workflow protocol saves you 10+ years of engineering time. No need to perform countless integrations. No need to build reliable execution logic. No need to manage complex data systems. Simply put, avoid building over a decade of plumbing infrastructure.</p><p>Halliday features a unified programming model, allowing you to write agentic workflows as code. Define agentic workflows in your favorite language and deploy them to Halliday Protocol for guaranteed execution. You only need to learn one protocol, instead of navigating multiple project docs and manually stitching together rigid ASIPs, which is time consuming and error prone.</p><p>The protocol is zero-trust which uniquely enables the safe delegation of partial or entire workflows to agents. Guardrails and task objectives are immutable and enforced on-chain. No party, not even Halliday or AI, can circumvent guardrails placed on a task. This is an essential unlock for blockchain businesses who have been eager to integrate AI into their applications.</p><p>For the vast majority of work, you’ll never have to write a smart contract again. Agentic workflows can handle a wide variety of tasks, including advanced scheduled and event based actions. Furthermore, Halliday is a general-purpose platform, allowing you to define any flow you’d like.</p><p>Define the following with ease:</p><ul><li>A one-time contract call.</li><li>A cross-chain swap.</li><li>A multi-chain recurring payment with smart routing and up-to-date price information.</li></ul><p>The magic of all of this is that each workflow, irrespective of the complexity, requires no infrastructure from you.</p><p>Agentic workflows are forward-composable. As new protocols, VMs, and chains launch, you do not need to perform integration and infrastructure work to use them. The platform will handle all this work for you. No changes to your code base. No re-architecture. No lost months. Co-evolve with the market.</p><h3>Build breakthrough apps in hours, not years</h3><p>Halliday lets you build breakthrough apps in hours not years. Matter of fact, we invite you to re-create many of the core features of our first party product, Halliday Payments, in hours not the years it took us.</p><p>Rest easy knowing the technology is already battle-tested. We’ve used a proprietary version of our workflow engine in production for over a year to power payments flows for ApeChain, Avalanche’s Core Wallet, Shrapnel, DeFi Kingdoms, Metis, and more. And, we have upcoming launches with Frax, Lens, Story Protocol, and more leading projects.</p><p>With Halliday, there are many use cases that would take years to build as an ASIP that you can now build in hours as an agentic workflow. Build the following in hours, not years:</p><ul><li>Recurring payments</li><li>Liquidity &amp; bridge aggregator</li><li>Event-based or scheduled solver rebalancing</li><li>Cross-chain NFT checkout</li><li>Treasury management</li><li>Yield optimizer</li></ul><p>Furthermore, agentic workflows empower you to safely integrate AI into your blockchain business for the first time, enabling agents to perform actions tailored to your app. With Halliday Protocol, maintain full control, observability, and ship agentic blockchain products.</p><h3>The era of agentic blockchain is now</h3><p>The blockchain industry has been relatively isolated from AI, until now. It is readily apparent that agents will power the next evolution of software products irrespective of the technology vertical, be it big data, cloud computing, or blockchain.</p><p>Don’t stay stuck in two year development cycles as the agentic era dawns. Those who adopt AI in a safe, compliant, and efficient manner will offer superior experiences to their users. The rest of tech has gotten the message and has whole-heartedly embraced AI. Before we know it, the most used products will all be AI-powered or disrupted by AI-native businesses. It’s about time blockchain catches up. Halliday is here to assist, providing the guardrails and protocol needed for a safe and easy integration of AI on blockchain.</p><h3>Ready to never write a smart contract again?</h3><h3>Join our Q2 early access program</h3><p>Halliday’s agentic workflow platform is rolling out to early access this quarter. <a href="http://halliday.xyz/earlyaccess"><strong>Sign up here.</strong></a></p><h3>Join the community</h3><ul><li><a href="http://discord.halliday.xyz">Discord</a></li><li><a href="http://x.com/hallidayhq">Twitter / X</a></li><li><a href="http://docs.halliday.xyz">Developer docs</a></li></ul><h3>Try Halliday Payments</h3><p>To try out our first party product, Halliday Payments, built on agentic workflows, <a href="http://halliday.xyz/payments">please visit this page</a> or <a href="https://calendly.com/george-uuk/website-contact"><strong>schedule a time to meet with us</strong></a>.</p><h3>Ecosystem partner</h3><p>To become an ecosystem partner, please <a href="mailto:george@halliday.xyz"><strong>contact us here</strong></a>.</p><h3>About Halliday</h3><p><a href="http://halliday.xyz">Halliday</a> is the first Agentic Workflow protocol. By safely involving AI and third parties in complex workflows, Halliday enables you to create breakthrough applications in hours, not years. Halliday Payments, the first-party application built on top of the protocol, streamlines onboarding by enabling users to seamlessly acquire any asset on your chain with just a single click, creating a frictionless user experience.</p><p>Backed by a16z and #Hashed, we have partnered with prominent developers such as ApeChain, Story Protocol and DeFi Kingdoms. Our team comes from Stanford, Harvard, and Carnegie Mellon, and has years of experience at the most recognized Web2 and Web3 brands in the world, including Alphabet, Meta, Netflix, Stripe, Compound and more.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*jFR7B24IbV5Q4S-wztr3YA.jpeg" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2f7f56a661c4" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Automating Blockchain Commerce: The Next Big Leap]]></title>
            <link>https://medium.com/@HallidayHQ/automating-blockchain-commerce-the-next-big-leap-613fadeb745b?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/613fadeb745b</guid>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Fri, 20 Sep 2024 14:52:01 GMT</pubDate>
            <atom:updated>2024-09-20T14:52:01.556Z</atom:updated>
            <content:encoded><![CDATA[<p>Since Bitcoin’s debut in 2009, blockchain has become synonymous with cryptocurrency, but its potential goes far beyond that. Gartner estimates that blockchain technology could generate a business value of <a href="https://connect.comptia.org/blog/blockchain-statistics">approximately $3.1 trillion by 2030</a>, “with blockchain-based systems potentially governing 10% to 20% of the global economic infrastructure”.</p><p>As a technology, it is transforming transactions, enhancing security, and introducing new standards for transparency. Yet, when it comes to <em>commerce</em>, user experience and scalability challenges persist. This is where automation can enable blockchain to continue to scale while also delivering a unified user experience.</p><h3>The Role of Blockchain Automation</h3><p>Automation is key to streamlining blockchain commerce. We need a unified platform that handles token swaps, bridges, and onramps where users don’t need to worry about gas fees, juggling wallets, or managing balances across many chains. Automation takes care of these complexities, allowing users to focus on what matters: using blockchain applications.</p><p>Automating the blockchain experience eliminates unnecessary steps and reduces friction, simplifying user interactions with blockchain-based applications and facilitating increased commerce.</p><h3>Why We Can’t Scale Without Automation</h3><p>As of H1–2024, there are <a href="https://crypto.com/research/crypto-market-sizing-report-h1-2024">only 617 million cryptocurrency users</a> globally, or only 7.5% of the world’s population. If we want blockchain to handle the next billion users, automation is key. Manual processes won’t hold up for the millions of new users who wish to interact with decentralized applications (dApps). The large number of manual workflows required to interact with blockchain experiences will result in bottlenecks, higher costs, and a frustrating user experience, resulting in user churn.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*wPVrbNSWUNUiLL04H5Qgkw.png" /></figure><p>Automation is the solution. It is the key to overcoming user experience challenges in a multi-chain world. By automatically managing interactions across different blockchains, automation eliminates the need for users to manually route transactions, schedule operations, or figure out how to bridge and swap assets between chains. This not only reduces complexity and time-consuming processes but also enables businesses to handle more users seamlessly without increasing operational burdens. Automation ensures that users no longer have to manage their balances across multiple chains, providing a smoother and more accessible blockchain experience.</p><h3>Cutting Through the Complexity with Halliday</h3><p>Fragmentation is one of the most significant challenges in blockchain today. Assets and liquidity are scattered across multiple chains, creating silos that hinder user experience. A typical scenario might involve a user holding a custom token on an L3 chain, needing to bridge to the L2, swap to USDC, bridge to another L2, swap to another custom token, and bridge to an L3 — all while paying separate fees at each step.</p><p>This friction is a barrier to blockchain adoption, and Halliday aims to eliminate it. Our platform allows users to bring their existing balances — whether Bitcoin, Ethereum, or any other token — and make seamless transactions. Halliday’s <a href="https://halliday.xyz/">Commerce Automation Network</a> handles the complexities of bridging, swapping, and fees behind the scenes in one click.</p><p>With Halliday, users can also effortlessly convert fiat into any cryptocurrency, whether interacting with appchains, custom blockchains, or any other platform. This simple user experience drives blockchain commerce, enabling chains to scale and onboard users without friction.</p><h3>The Path Forward: Simplifying Blockchain for Everyone</h3><p>Blockchain commerce is at a pivotal moment. The technology is ready to scale, but without simplifying the user experience, it will never achieve widespread adoption. Automation is the key to unlocking blockchain’s full potential.</p><p>That’s why at <a href="https://halliday.xyz/">Halliday</a>, we believe blockchain commerce should be as simple as using a debit card. By automating everything from token swaps to cross-chain transactions, we’re creating a future where blockchain becomes a standard part of everyday life, not a niche technology for enthusiasts.</p><h3>The Future of Blockchain Commerce Is Simplicity</h3><p>Blockchain commerce is evolving, and the next big leap will come from automation. As the space matures, it’s becoming clear that users don’t want to wrestle with the technology — they just want it to <em>work</em>. Automation is how we make that happen. Whether it’s reducing friction, solving fragmentation, or scaling up for mass adoption, automated solutions like Halliday are leading the way.</p><p>By making it easy for users to spend their first dollar on your chain, Halliday improves the experience and empowers the next generation of blockchain ecosystems to thrive.</p><p><a href="https://calendly.com/george-uuk/website-contact">Schedule a call</a> today to see how Halliday can empower your users to spend, manage, and transact effortlessly on <em>your</em> chain.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=613fadeb745b" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Halliday Partners with ApeChain]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-partners-with-apechain-44d6ade7a560?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/44d6ade7a560</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[bored-ape-yacht-club]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Wed, 31 Jul 2024 20:33:23 GMT</pubDate>
            <atom:updated>2024-07-31T20:33:23.364Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*964GRf4-ws8t4rpoFHOBmg.png" /></figure><p>We are thrilled to announce a partnership with ApeChain to revolutionize on-chain commerce by enabling seamless transactions with just one click.</p><p>Starting from day one, this partnership will facilitate smooth and efficient commerce on ApeChain. With Halliday integrated into ApeChain, developers and users will enjoy a range of features designed to enhance the blockchain experience.</p><h4>Key Benefits for Developers on ApeChain:</h4><ol><li><strong>Leverage MoonPay &amp; Stripe as a Fiat-to-Crypto Onramp: </strong>Easily convert fiat to crypto, making it simpler for users to engage with the blockchain ecosystem.</li><li><strong>Accept Payments in Any Token from Any Blockchain: </strong>Developers can accept a wide variety of tokens and settle in the cryptocurrency of their choice, such as Ethereum or Solana.</li><li><strong>Empower Users to Perform Cross-Rollup Swaps with Ease: </strong>Enable seamless swaps across different rollups, reducing the complexity and friction typically associated with these transactions.</li><li><strong>Enable Users to Withdraw from Exchange Accounts Like Coinbase: </strong>Users can bridge and swap to any token with a single click, simplifying the process and enhancing user experience.</li></ol><p>With Halliday, developers can accept APE payments from any blockchain. This flexibility ensures that transactions are as smooth and efficient as possible, fostering a robust and dynamic ecosystem on ApeChain.</p><p><strong>About Halliday</strong></p><p>Halliday connects your Appchain to commerce. We understand the critical hurdle of getting users to make their first purchase. That’s why we offer a comprehensive solution that streamlines onboarding and simplifies asset acquisition. Our Commerce Network allows users to seamlessly acquire and manage any asset on your chain with just a single click, creating a frictionless user experience.</p><p>Backed by a16z and #Hashed, we have partnered with prominent developers such as DeFi Kingdoms, Shrapnel, and Ancient8. Our team comes from Stanford, Harvard, and Carnegie Mellon, and has years of experience at the most recognized Web2 and Web3 brands in the world, including Meta, Netflix, Compound, Matter Labs and more.</p><p><strong>About ApeChain</strong></p><p>ApeCoin is an ERC-20 governance and utility token used within the APE ecosystem to empower a decentralized community building at the forefront of web3.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=44d6ade7a560" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the Halliday Commerce Automation Network]]></title>
            <link>https://medium.com/@HallidayHQ/introducing-the-halliday-commerce-automation-network-04fd7af400ed?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/04fd7af400ed</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[network]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[wallet]]></category>
            <category><![CDATA[blockchain-technology]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Mon, 08 Jul 2024 13:58:20 GMT</pubDate>
            <atom:updated>2024-07-08T14:01:02.889Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*cDARbIyuv1Z59KZUkZc1UQ.png" /></figure><p>Halliday is building the Commerce Automation Network to enable any developer to connect their modular chain to commerce. Halliday saves you thousands of engineering hours with a unified interface and architecture and grows your volume by empowering users to spend, manage, and transact with ease.</p><p>Halliday makes powerful user journeys on modular chains possible:</p><ul><li>Day one access to on and off-ramps, enabling users to purchase native tokens without the friction of myriad bridge and DEX interactions.</li><li>Swap from any chain to any token, allowing users to bring their existing balances to your modular chain.</li><li>Purchase an NFT with one or more balances that may reside on different networks with a simple, one-click modal to power seamless mints.</li></ul><p>These are just a few of many commerce workflows that the Halliday network provides.</p><h3>Blockchain Commerce is Incomplete</h3><p>Blockchain commerce, as we define it, refers to the exchange of goods or services facilitated by transactions on blockchain networks. One-click purchases on the blockchain — as we know them in Web2 — do not exist. As hundreds of new blockchains launch, each of them needs to be plugged into payment rails. The vast majority of these blockchains don’t support native onramps or have tokens traded on centralized exchanges, and many blockchains have unique gas tokens which must be acquired before transacting.</p><p>As blockchains have grown in popularity, execution has been fragmented to keep up with demand. Bridges enable data transfer between chains, but don’t address the cumbersome user experience of commerce: users have to handle gas, bridging, swapping, and retries all by themselves. Composability is unwieldy, resulting in multiple steps that leads to churned users and lost economic activity.</p><h3>Commerce on the Blockchain is too Complex</h3><p>If it is too complex for users to transact with applications, the ecosystem won’t grow. Yet currently, for the average user, it is prohibitively difficult to:</p><ul><li><strong>Spend one dollar on a new modular chain.</strong> To spend a single dollar on a new DeFi protocol or an onchain game, users must overcome critical churn points such as acquiring gas tokens across networks, using a DEX, discovering and interacting with a bridge, etc.</li><li><strong>Spend balances across two or more chains to buy an NFT on a new chain.</strong> There exists a range of path-dependent options and steps required to make this happen. Each token a user wants to spend as part of the purchase potentially requires a unique set of bridges, DEXs, network interactions, and gas fee tokens.</li><li><strong>Spend on a recurring basis.</strong> Recurring payments demand that users repeatedly manage conversions, reserves, and routes as they move across chains. This is all manual work that need not be surfaced to users.</li></ul><p>On top of the fundamental user challenges, the tooling and servicing around blockchain commerce simply does not support developers. Instead of working on their businesses, developers build integrations for countless services and protocols. This results in thousands of lost hours that could have been spent on their core product.</p><h3>The Commerce Automation Network</h3><p>The Halliday network is designed to coordinate and task solvers to carry out economic workflows, enabling commerce on the blockchain through enhanced user experience, developer experience, and a first-of-its-kind computing model designed for automated workloads.</p><h4><strong>Enabling Commerce through User Experience</strong></h4><ul><li><strong>Streamlined user experience.</strong> The network offers users one-click commerce flows, empowering users to spend, manage, and transact easily.</li><li><strong>Multi-token processing.</strong> Developers can accept payments in any token from any blockchain, with settlements in the token of their choice. For example, USDC payments can be processed using Ethereum, Solana, and Bitcoin as input.</li><li><strong>Global payments.</strong> With the Halliday network, developers can accept any payment method from anywhere around the globe and convert it to a token of choice for payment of services. This includes credit cards, debit cards, ACH, and centralized exchange balances. Furthermore, partner on and off ramps are already available on the network.</li></ul><h4><strong>Enabling Commerce through Developer Experience</strong></h4><ul><li><strong>Ecosystem of automations to grow your TVL.</strong> Build knowing that an ecosystem of protocol participants are working day and night to reduce the friction of blockchain commerce to zero, raising your platform’s TVL and volume.</li><li><strong>Save time. </strong>Developers no longer need to keep up with the countless chains launched, establishing new routes and protocol integrations for each. In the Halliday network, experts are building solvers that integrate and automate the latest value-add services for developers and users in real-time.</li><li><strong>Uniform interface. </strong>Developers can write automations once and execute them on or across any number of networks, irrespective of idiosyncratic VMs, DEXs, bridges, etc. Halliday is a system designed from the ground up for the multi-chain world, alleviating the need for developers to change their code when new routes and financial services become available.</li></ul><h4><strong>Enabling Commerce through Solver Experience</strong></h4><ul><li><strong>Permissionless network participation.</strong> Halliday is a permissionless network that enables anyone to run their own solver to help users and developers connect to commerce.</li><li><strong>Build a scalable business.</strong> Bid for tasks and earn fees as a reward for completing work reliably and on time.</li></ul><p>The Halliday network combines an intentional declarative programming framework with an auction system for solver task scheduling. After taking on a task, solvers are crypto-economically required to complete the intended outcome.</p><p>Solvers search for routes, construct paths, execute contract calls, and orchestrate protocol interactions on behalf of users. They stitch together multiple services, retry in the case of failure, handle gas payments, and tap into users’ balances regardless of the chain they live on.</p><p>Halliday has already built the first developer platform on top of the network: a fully-managed orchestration service, embedded checkout components, and a dashboard all of which combine to power commerce automation. The platform helps appchain developers convert users, making it easier than ever for users to spend their first dollar or token on an appchain.</p><h3>A New Computing Paradigm for Programmable Commerce</h3><p>Automations that run on the Halliday Proof-of-Stake network are programmed with a novel declarative computing paradigm, purpose-built to handle cross-chain and/or cross-block asynchronous execution. The system is a uniform interface for workflows across heterogeneous blockchain networks, invariant to the underlying virtual machine, bridge connectivity, or deployed smart contracts.</p><p>Halliday can be used to run many asynchronous computations, including single-chain multi-block automations, such as recurring/scheduled actions, and multi-chain, multi-block programs like a cross-chain protocol interaction that includes an intermediate swap and gas token acquisition. The ordering and the outcome of asynchronous computations are guaranteed, irrespective of whether one or one hundred networks are interacted with.</p><p>The Halliday system already powers <a href="https://halliday.xyz/casestudy">real-world use cases</a> and serves as a computing model for the advent of modular chains and increasingly sophisticated intelligent systems. Using Halliday, users can onramp to a new appchain, buy an NFT using five balances spread across five chains, or schedule a recurring deposit into a staking protocol based on data in an oracle event by simply submitting a declaration of the intended outcome to the network.</p><h3><strong>Powered by AI</strong></h3><p>The Commerce Automation Network functions as a programmable commerce layer, where automations can be carried out by procedural, AI, or human-in-the-loop systems.</p><p>As autonomous systems mature and the AI platform shift materializes, we believe much of modern software will be abstracted away by chat interfaces (i.e ChatGPT, Perplexity, Claude, etc.) and intelligent tooling featuring co-pilots (i.e. GitHub Co-Pilot, Google Gemini, etc.). The blockchain will be no different. We envision thousands of co-pilots interacting with networks, automating cumbersome tasks, and driving economic activity. Halliday provides a platform to coordinate such systems, providing a way for users to run and program trustless commerce automations.</p><h3>About Halliday</h3><p>Follow us on <a href="https://x.com/HallidayHQ">Twitter</a>.</p><p>Halliday connects your appchain to commerce. We understand the critical hurdle of getting users to make their first purchase. That’s why we offer a comprehensive solution that streamlines onboarding and simplifies asset acquisition. Our Commerce Layer allows users to seamlessly acquire and manage any asset on your chain with just a single click, creating a frictionless user experience.</p><p>Backed by a16z and #Hashed, we have partnered with prominent developers such as DeFi Kingdoms, Shrapnel, and Ancient8. Our team comes from Stanford, Harvard, and Carnegie Mellon, and has years of experience at the most recognized Web2 and Web3 brands in the world, including Meta, Netflix, Compound, Matter Labs and more.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=04fd7af400ed" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Jared Flatow Joins Halliday as the VP of Engineering]]></title>
            <link>https://medium.com/@HallidayHQ/jared-flatow-joins-halliday-as-the-vp-of-engineering-2c308d57c7c6?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/2c308d57c7c6</guid>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[wallet]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[crypto]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Thu, 27 Jun 2024 14:21:54 GMT</pubDate>
            <atom:updated>2024-06-27T14:21:54.124Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*8FBGS_YN3OJIcrwMv6TzLQ.png" /></figure><p>We are thrilled to announce that Jared Flatow has joined Halliday as our new VP of Engineering. Jared brings several years of experience and a remarkable track record in blockchain technology, making him an invaluable addition to our team.</p><p>Jared led the design and implementation of Compound v2 and v3, as well as the Gateway blockchain. His leadership was instrumental in developing Compound governance and the COMP token, alongside the token distribution mechanism that ignited the Summer of DeFi. Under his tenure, Compound’s protocol grew 1,000x, from $20M to $20B in assets under management.</p><p>Jared’s technical expertise spans machine learning, distributed computing, and optimization. With a strong foundation in electrical engineering and specialization in digital signal processing, he has worked on real-time bidding auctions and pricing, peer-to-peer live video streaming, and various technology startups.</p><p>Jared’s career began in bioinformatics, where he revolutionized the field by applying the MapReduce framework to large-scale next-generation genomics output data. This led him to the data insight team at Nokia Research Center in Palo Alto, where he continued to pioneer technological advancements.</p><blockquote>“Jared brings years of smart contract experience to Halliday. His technical expertise will level up our product, protocol, and operations. I couldn’t be more excited to welcome Jared to the team!” - Griffin Dunaif, CEO</blockquote><p>With his deep expertise in Web3 and a track record of successful leadership, he will be instrumental in our mission to bridge the gap between Appchains and commerce.</p><p>Welcome to the team, Jared!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2c308d57c7c6" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Overcoming the First-Dollar Barrier: How Halliday Onramp is Helping]]></title>
            <link>https://medium.com/@HallidayHQ/overcoming-the-first-dollar-barrier-how-halliday-onramp-is-helping-42507d82b874?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/42507d82b874</guid>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[appchain]]></category>
            <category><![CDATA[account-abstraction]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Thu, 06 Jun 2024 17:54:48 GMT</pubDate>
            <atom:updated>2024-06-06T17:54:48.647Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eeYVRyT0yAs8kmU3XILTDA.png" /></figure><p>The biggest problem Appchains face today is getting users to spend a single dollar. Despite the rapid advancements in blockchain technology and the growing interest in dApps, many potential users are still deterred by the complexity and unfamiliarity of the process. Native onramps are extremely rare, and cross-chain protocols are too complex for users to navigate easily. For those who are not crypto-native, it could take hours to get funds onto a new chain.</p><h4>The Challenge: Complexity and Accessibility</h4><p>One of the primary hurdles for Appchains is the onboarding process. Setting up a wallet, acquiring crypto, and transferring funds onto a new chain can be an overwhelming experience, especially for users new to the blockchain world. The absence of native onramps means that users must navigate multiple steps, including bridging and swapping assets across different chains. This convoluted process consumes time and opportunities for errors and security risks, discouraging users from taking the plunge.</p><h4>The Solution: Halliday Anychain Onramp</h4><p>Enter Halliday onramp, a solution designed to simplify and streamline spending the first dollar on Appchains. With the Halliday anychain onramp, a native onramp is made possible for the first time, addressing the core issues of complexity and accessibility that have long plagued the blockchain ecosystem.</p><h4>How It Works:</h4><p>The Halliday onramp allows users to express their intent of how much of a token they want to purchase. From there, Halliday orchestrates the entire flow of funds on their behalf, abstracting away the intricate processes of bridging and swapping in a fully non-custodial manner. This means that users always retain ownership of their funds, providing them with the security and confidence they need to engage with Appchains.</p><h4>Key Benefits of Halliday Onramp</h4><p><strong>Simplicity and Ease of Use:</strong> By eliminating the need for users to navigate complex cross-chain protocols manually, Halliday makes it easy for anyone to start using Appchains. The intuitive interface and streamlined process reduce the onboarding time from hours to minutes, making blockchain technology quickly accessible to everyone.</p><p><strong>Enhanced Security:</strong> Halliday’s non-custodial approach ensures that users always have control over their funds. This addresses one of the major concerns of new users — the fear of losing their assets. With Halliday, users can transact with peace of mind, knowing their funds are secure.</p><p><strong>Broad Accessibility:</strong> The simplified onramp process allows non-crypto-native users to engage with Appchains. This inclusivity is crucial for widespread adoption, as it allows more people to experience the benefits of dApps without the steep learning curve.</p><p><strong>Seamless Integration:</strong> Halliday’s solution is designed to work seamlessly with various Appchains, providing a consistent and reliable user experience across different platforms. This interoperability is key for a cohesive blockchain ecosystem where users can easily access and utilize multiple services.</p><p>Halliday is changing how users interact with Appchains by addressing the biggest barrier to entry — spending the first dollar. We’re simplifying the onboarding process and ensuring the security of users’ funds. As more users can quickly and confidently engage with Appchains, the potential for adoption and transaction volume within Appchains will continue to expand.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=42507d82b874" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Halliday Partners with MetaDOS]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-partners-with-metados-780c2642338e?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/780c2642338e</guid>
            <category><![CDATA[wallet]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[smart-contracts]]></category>
            <category><![CDATA[account-abstraction]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Tue, 04 Jun 2024 14:33:31 GMT</pubDate>
            <atom:updated>2024-06-04T14:33:31.216Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6vo-891ThvN9tdEp8vg0QA.png" /></figure><p>Halliday is thrilled to announce a partnership with MetaDOS, a pioneer in Time-as-Currency gaming. This collaboration removes the complexities often associated with Web3 gaming, allowing users to focus on the fun and immersive experience MetaDOS offers.</p><p>Halliday’s unified commerce layer addresses the fragmentation often found in blockchain ecosystems. This provides MetaDOS players with a seamless platform to manage their assets without technical complexities.</p><blockquote>Anh Le MetaDOS Co-founder &amp; COO, “Partnering with Halliday has revolutionized our approach, making it easier than ever to onboard new players into our games. This is vital for reaching a wider audience beyond hardcore Web3 gamers, tapping into the global player base.”</blockquote><p>The combined efforts of Halliday and MetaDOS will significantly improve the gaming experience for MetaDOS players. Features like automatic wallet creation and streamlined transactions will ensure a smooth and enjoyable transition into the MetaDOS world.</p><p><strong>About Halliday</strong></p><p>At Halliday, we connect Appchains to commerce. We understand the critical hurdle of getting users to make their first in-app purchase. That’s why we offer a comprehensive solution that streamlines onboarding and simplifies asset acquisition. Our unified commerce layer allows users to seamlessly acquire and manage any asset on your chain with just a single click, creating a frictionless user experience.</p><p><strong>About MetaDOS</strong></p><p>DOS Labs is a trailblazing game development studio committed to revolutionizing the gaming industry through blockchain technology. With MetaDOS as its flagship project, DOS Labs aims to empower players, foster innovation, and redefine the gaming landscape.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=780c2642338e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Halliday partners with Tiltyard]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-partners-with-tiltyard-95bac5ddb9a3?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/95bac5ddb9a3</guid>
            <category><![CDATA[video-games-news]]></category>
            <category><![CDATA[web3-gaming-news]]></category>
            <category><![CDATA[protocol]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Thu, 16 May 2024 18:49:25 GMT</pubDate>
            <atom:updated>2024-05-16T18:49:25.117Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*PZj27nN202d5QfND" /><figcaption>A new partnership!!</figcaption></figure><p>We are thrilled to announce a partnership with Tiltyard, a pioneering platform in competitive blockchain gaming. This collaboration brings a chain abstracted gaming experience on Tiltyard and onboards new players to their platform smoothly.</p><p>Traditionally, transitioning from fiat currencies to in-game digital assets could frustrate even seasoned gamers. Halliday’s intent-centric orchestration simplifies this transition by allowing direct fiat-to-crypto conversions that enable players to fund their wallets on Tiltyard’s subnet.</p><p>Nick Kneuper, CEO of Tiltyard said: “As the crypto space evolves with L3s, Appchains, and Subnets, user experiences often become fragmented and overly complex. Our collaboration with Halliday is a game-changer, allowing us to seamlessly introduce more players to our games. This capability is crucial as we aim to expand our reach beyond the hardcore Web3 enthusiasts to a broader market of global players.”</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/960/0*soKLT75wbcYDnE2N" /><figcaption>Halliday enables a one-click onramp directly to the Tiltyard subnet</figcaption></figure><p>This partnership improves the user experience and lowers the barrier to entry for blockchain gaming, attracting a wider global audience. Halliday and Tiltyard showcase the power of onramp solutions for building user-friendly blockchain experiences by making token acquisition easier.</p><p><strong>About Tiltyard</strong></p><p>Tiltyard is bringing competitive games of skill to the blockchain. Players compete in paid tournaments in games built fully on chain. There’s no middleman to trust, it’s truly Player versus Player. Our flagship game, Midnight Heist, is a card strategy autobattler that takes place in a dystopian cyberpunk world.</p><p><strong>About Halliday</strong></p><p>Halliday connects your Appchain to commerce. We solve the problem of first dollar spent on your chain, offering users a seamless onboarding experience and one-click acquisition, and management of any asset on any chain.</p><p>Backed by a16z and #Hashed, we have partnered with prominent developers such as Tiltyard, DeFi Kingdoms, Caldera, Conduit and AltLayer. Our team comes from Stanford, Harvard, and Penn, and has years of experience at the most recognized technology brands in the world, including Meta, Netflix, Samsung and more.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=95bac5ddb9a3" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Halliday Partners With Shrapnel]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-partners-with-shrapnel-e7f636b600af?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/e7f636b600af</guid>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Tue, 07 May 2024 16:01:46 GMT</pubDate>
            <atom:updated>2024-05-07T16:01:46.142Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LX5_pMj2RHCBLmkUk5E-pQ.png" /></figure><p>To enhance the user experience within the rapidly expanding blockchain gaming industry, Halliday has announced a partnership with Shrapnel, a blockchain gaming platform. This collaboration addresses the need for a seamless method to onboard user funds into the game and bring a chain abstracted experience to the Shrapnel ecosystem. Gamers can now purchase SHRAP directly through Halliday’s Onramp on the Shrapnel website for the first time.</p><p>Halliday, known for its intent-centric orchestration, has significantly addressed fundamental blockchain challenges such as first dollar spent and asset management across subnets. Our technology facilitates effortless onboarding, enables one-click purchases, and simplifies balance management, streamlining blockchain interactions for users. With a focus on game developers and DeFi applications, Halliday makes previously complex processes straightforward.</p><p>Shrapnel stands out in the blockchain space with its unique approach to creating highly engaging, decentralized gaming experiences that offer its community true ownership and creative freedom. By integrating Halliday’s technology, Shrapnel will enhance its offering, making it easier for players to manage in-game assets and execute transactions quickly and securely.</p><p>As Halliday and Shrapnel move forward, this partnership marks a significant step foward in improving blockchain game UX. This collaboration expands Halliday’s reach into new and exciting areas and underscores Shrapnel’s role as a pioneer in the next generation of blockchain-based gaming.Halliday and Shrapnel are setting the stage for a more interconnected and user-friendly web3 ecosystem.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWshBljQoiMk%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWshBljQoiMk&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FWshBljQoiMk%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/cb42f69113e710727af497dcc0c038ec/href">https://medium.com/media/cb42f69113e710727af497dcc0c038ec/href</a></iframe><h3>About SHRAPNEL</h3><p>SHRAPNEL is a AAA customizable extraction FPS, built by a unique team of BAFTA &amp; Emmy Award-winning talent, using UE5 &amp; blockchain.</p><p>SHRAPNEL brings a rich combination of competitive combat and a suite of player-creator tools, empowering you to forge your unique SHRAPNEL identity, connect with a vibrant community, and trade game assets you truly own.</p><h3>About Halliday</h3><p>Halliday connects your Appchain to commerce. We solve the problem of first dollar spent on your chain, offering users a seamless onboarding experience and one-click acquisition, and management of any asset on any chain.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e7f636b600af" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Halliday partners with SKALE Network]]></title>
            <link>https://medium.com/@HallidayHQ/halliday-partners-with-skale-network-5f55ce9e2be0?source=rss-21257fa81ec5------2</link>
            <guid isPermaLink="false">https://medium.com/p/5f55ce9e2be0</guid>
            <dc:creator><![CDATA[Halliday]]></dc:creator>
            <pubDate>Thu, 02 May 2024 20:14:55 GMT</pubDate>
            <atom:updated>2024-05-02T20:39:23.617Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*TirRjzOZLjYu2IXJ6l1XMw.jpeg" /></figure><p>As the blockchain landscape evolves, creating seamless, user-friendly connections remains a crucial challenge. Many users find it difficult to link their wallets with various platforms, which has often hindered the broader adoption of blockchain technology. Addressing this issue, Halliday has emerged with a unique approach to wallet connectivity. We’re excited to announce our partnership with SKALE, a leader in Appchain networks, to push this mission forward.</p><p>Halliday is the first Intent Orchestration Protocol, tackling essential challenges like the initial dollar spent and asset management across different rollups. Our protocol simplifies the onboarding process, enables one-click acquisitions, and streamlines balance management across numerous rollups, enhancing the blockchain experience for users. With a focus on game developers and DeFi dApps, Halliday is set to significantly streamline previously complex and inaccessible processes.</p><p>Our partnership with SKALE is driven by a shared vision for a multi-chain future where interoperability and efficiency are the norm. Halliday’s innovative solutions aligns with SKALE’s robust infrastructure, marking a strategic step toward realizing our joint vision.</p><p>SKALE Network enhances scalability and cost-effectiveness for Ethereum applications by supporting the creation and management of elastic sidechains. This setup addresses major adoption barriers like transaction speed and costs, making it ideal for applications requiring high efficiency and low latency, such as real-time gaming and DeFi.</p><blockquote>“Halliday’s innovative Orchestration Protocol perfectly complements SKALE’s horizontal architecture. This collaboration blends SKALE’s limitless scalability with Hallidays unified interface. Together, we are setting new standards for blockchain with an unparalleled user experience.”</blockquote><blockquote>— Conner Murphy, VP Strategy, Head of Sales.</blockquote><p>As we advance with SKALE, this collaboration signifies a major stride towards simplifying and enhancing the blockchain experience for a global audience. This partnership not only boosts Halliday’s capabilities but also highlights SKALE’s role as a foundational platform that powers the next generation of blockchain applications. Together, we are paving the way for a unified, interconnected blockchain ecosystem, promising a more accessible and enjoyable experience for all users.</p><h4><strong>About SKALE</strong></h4><p>SKALE is the world’s fastest blockchain, designed for fast, secure, user-centric Ethereum scaling. SKALE chains offer zero gas fees to end-users and have advanced features such as</p><h4><strong>About Halliday</strong></h4><p><a href="http://Halliday.xyz">Halliday</a> enables game developers to build their next breakout hit on the blockchain. Our programmable ERC-4337 Smart Accounts are fully non-custodial, built to scale, and most importantly, designed specifically for games! With seamless onboarding, easy monetization and next-gen growth tooling, developers can fully immerse players in the world they have created, all while leveraging the full potential of the blockchain and offering their game’s own UI.</p><p>Backed by a16z and #Hashed, we have partnered with prominent game studios such as DeFi Kingdoms, XPLA Games (by Com2Us) and League of Kingdoms to build a future of gaming that champions player ownership, choice and open access. Our team comes from Stanford, Harvard and Penn, and has years of experience at the most recognized technology brands in the world, including Meta, Netflix, Samsung and more.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5f55ce9e2be0" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>