Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate

链捕手Published on 2026-07-21Last updated on 2026-07-21

Abstract

Title: Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate A new technical proposal, BIP-110 (Reduced Data Temporary Softfork), has sparked a fundamental governance debate within the Bitcoin community. It aims to impose new consensus rules for one year to limit non-financial data (like inscriptions and Runes) on-chain, moving beyond simple node and miner policy filters to invalidate currently valid transactions. Supporters argue that default policies have failed due to workarounds, necessitating consensus-layer changes to protect Bitcoin's core monetary function from data spam. Critics, including Michael Saylor and Adam Back, contend this dangerously centralizes judgment, undermines permissionlessness, and sets a risky governance precedent. They advocate for market-based solutions like fees or Layer 2s instead. The debate exposes deeper tensions: miners are divided on activation; node operators assert their sovereignty; Bitcoin Core developers influence defaults without direct accountability; and large corporate holders like MicroStrategy now wield narrative influence. Technically, BIP-110 may not fully block data and carries a disclosed consensus bug risk. Ultimately, BIP-110 acts as a stress test, forcing the community to confront the unresolved question: who legitimately decides what Bitcoin is and how it evolves, amidst competing claims from miners, nodes, developers, and capital holders.

Author: Zhou, ChainCatcher

Recently, BIP-110 has dragged the Bitcoin community back into a familiar yet strange debate.

What's familiar is that the controversy still revolves around arbitrary on-chain data, inscriptions, Runes, OP_RETURN, and the nodes themselves. What's strange is that this time, the participants are no longer just developers and node operators.

Strategy founder Michael Saylor, Blockstream co-founder Adam Back, mining pools Foundry and Ocean, the Bitcoin Knots node faction, and Ordinals ecosystem participants have all intervened in this debate from different angles.

On July 18, Michael Saylor, in his long article "110 Reasons BIP-110 Is a Bad Idea," listed 110 reasons to oppose BIP-110. He believes this proposal would escalate the garbage data dispute into a consensus rule change, potentially invalidating some currently valid transactions that are willing to pay fees.

This transforms BIP-110 from a mere technical proposal. It now forces the Bitcoin community to confront a more fundamental question: Who has the right to decide what Bitcoin should be?

What is BIP-110: Pushing Anti-Spam from Relaying Policy to Consensus Layer

BIP-110, full name Reduced Data Temporary Softfork, is formerly known as BIP-444. The current BIP-0110 original author is Dathon Ohm.

Image Source: FARSIDE

It plans to introduce seven new restrictions via consensus rules over approximately one year. These include limiting most new output scripts to 34 bytes, restoring the OP_RETURN cap to 83 bytes, restricting data pushes exceeding 256 bytes and certain witness items, and temporarily banning some undefined witness versions and Taproot extension paths.

The proposal automatically expires after one year, with coins existing before activation protected by a grandfather clause.

Source: GitHub

Regarding deployment, according to the bip-0110 text, the proposal uses bit 4 for miner signaling, with a threshold of 1109/2016, i.e., 55%. The forced signaling period is set between block 961,632 and 963,647, locking in at the latest by block 963,648, and activating at block 965,664.

Supporters argue that non-monetary data like inscriptions and Runes occupies block space, increasing the long-term burden on full nodes and diverting developer attention from Bitcoin's core mission as a monetary network.

What truly sparks controversy is BIP-110 pushing this matter to the consensus layer. In the past, nodes could choose not to relay certain transactions, and miners could choose not to include certain transactions. BIP-110 aims to directly render some currently valid transactions invalid at the protocol layer.

This step changes the nature of the problem.

v30 and Node Relaying Policy: Why Supporters Say Default Governance Has Failed

One backdrop to BIP-110 is Bitcoin Core v30's adjustment to the default OP_RETURN policy.

According to Bitcoin Core 30.0 release notes, the default value for `datacarriersize` was increased to 100,000, effectively lifting the default cap on OP_RETURN data carriers. Users can still restore the old limit by manually setting `datacarriersize` back to 83. Multiple OP_RETURN outputs in the same transaction are also allowed for relaying and mining, with the limit now calculated based on the aggregate size of all related scriptPubKeys.

Three layers need distinction here. Relaying policy determines what nodes relay by default, mining policy determines what miners include by default, and consensus rules determine whether a block is valid. v30 adjusted the first two layers. The controversy over BIP-110 lies in its attempt to push the policy dispute from the first two layers to the third.

The Core side's rationale is that this change belongs to relaying and mining policy, not consensus rules. Since users can write data via other script paths, private relay channels, or direct submission to miners, maintaining an easily bypassed default limit only creates a false sense of security. Default node software should more closely reflect transactions that miners and the market are likely to accept and that comply with consensus rules.

BIP-110 supporters do not accept this explanation.

According to early Bitcoin participant @secsovereign's disclosure in their response "Response to Michael Saylor's 110 Reasons," what brought the situation to this point is the development of infrastructure like direct submission APIs, alternative relay networks, and private mining pool connections. These allow transactions to bypass default filtering by public nodes and reach miners' block templates directly. Inscriptions themselves did not break the balance; they merely exposed that it was already lost.

Under this narrative, node relaying policy long ago lost its enforcement power. According to their disclosure, Core v30's relaxation of the default OP_RETURN limit is seen by supporters as formalizing this loss. Since the policy layer cannot hold, the boundary must be moved to the consensus layer.

This section truly touches not on OP_RETURN itself, but on the power of default software. Bitcoin Core does not change consensus rules, yet it can influence the actual behavior of many nodes and miners through default policies.

Supporters argue that the move to change v30's default policy had no signaling window, no threshold, and was carried out by a few individuals with code merge permissions. In contrast, BIP-110 uses a 55% miner signaling threshold, which is higher than the change it seeks to correct.

Opponents argue that the failure of the policy layer does not automatically prove that consensus-layer restrictions are a justified, effective, and low-risk solution.

Adam Back's Rebuttal: Technical Consensus is Bitcoin's Immune System

Among BIP-110 opponents, the most complete first-principles argument comes from Blockstream co-founder and hashcash designer Adam Back.

According to Adam Back's posts, he personally dislikes spam data; his design of hashcash was related to anti-spam. However, he believes that the foundation of Bitcoin as permissionless money is that no one can impose their own value judgments on others.

In his view, users can modify their own software but cannot modify others' software. The side effect of decentralization is that there is no police in the network, nor any authority that can determine legitimate uses for everyone.

Back also describes Bitcoin's technical consensus process as a form of protective resistance. Any protocol change must undergo scrutiny by many developers and protocol observers. This slow, IETF-like technical consensus can prevent unverified changes from eroding the system's foundational properties.

Therefore, his opposition to BIP-110 lies at the governance level. According to his disclosure, if supporters cannot accept the status quo, they can unite to fork, but Bitcoin will not join them.

An Ironic Blow: Even if Activated, BIP-110 May Not Truly Block Arbitrary Data

BIP-110 also faces a more practical issue. Even if it activates, it may not truly block arbitrary data.

According to RustBitcoin maintainer Martin Habovštiak's disclosure in March, he managed to write a 66KB TIFF image into a single transaction without using OP_RETURN, Taproot, or OP_IF, and it can be publicly verified on-chain and decoded into a complete file.

This indicates that as long as Bitcoin allows sufficiently complex state transitions, data can be split, encoded, or disguised before entering the chain.

Workarounds are also taking shape. Runestone co-founder Leonidas pointed out that he is launching an open-source client called DOG Mode, specifically designed to relax BIP-110's restrictions on non-financial data. It does not change consensus rules, does not require voting, only changes a single node's relaying rules. If enough nodes and miners accept it, related transactions could be propagated and confirmed.

@secsovereign notes that BIP-110 mainly blocks large, contiguous data channels and cannot completely prevent distributed data stuffing. Therefore, a separate minimum output value proposal is also needed to address issues caused by dispersed outputs.

This places BIP-110 in an awkward position. It bears the risk of a consensus change but may not fully achieve its cleanup goal. It can raise the cost of data embedding, but it likely cannot end the data war.

Miners and Nodes: PoW Constitution, Knots Sovereignty, Foundry's Hash Power Vote

BIP-110's activation mechanism brings to the surface the old tension between miners and nodes.

F2Pool co-founder Chun Wang posted that PoW is Bitcoin's constitution, and nodes should respect miners. This represents a core view of the miner faction: a soft fork without miner support, especially a UASF with a forced signaling period, lacks legitimacy at the execution level. He previously also opposed BIP-110, arguing that protocol upgrades should not imitate the bundled bills of US politicians.

The Knots node faction offers a completely different answer. @MarcanoFilms argues that the over fifteen thousand nodes currently running RDTS rules are sovereign operators investing real money, not products of a Sybil attack. Each node equally enforces consensus rules; the protocol layer does not grant more validation power to a node simply because it belongs to a large exchange.

Mining pools themselves are also taking action, and in opposite directions. In March this year, the Bitcoin network saw its first block supporting the BIP-110 proposal, mined by Ocean pool. Ocean recently stated it will upgrade its backend to independently follow multiple chains if BIP-110 causes a chain split, effectively operating as two separate pools from the fork point.

Top mining pool Foundry is leaving the decision to its clients, letting pool accounts vote weighted by average hash power. It will only switch to supporting BIP-110 signaling if the approval votes exceed 51% of the voting hash power.

Miners, nodes, and pools are all answering the same question in their own ways. Does the legitimacy of a Bitcoin upgrade come from PoW, from node enforcement, or from the checks and balances between them? The pole holding real signaling power is not even unified internally.

BlockSlop: When Forking Moves from Talk to Upgrade Path, Engineering Risks Become Visible

It is precisely against this backdrop that a technical tail risk was publicly disclosed.

According to a long article "BlockSlop: BIP 110 Consensus Bug Public Disclosure" released by researcher Dathon Pwn (Note: the discloser Dathon Pwn and proposal author Dathon Ohm are two different people; 'Pwn' in hacker slang means to compromise/exploit), the activation client for BIP-110 contains a consensus bug on the late upgrade path.

According to the disclosure, the problem is not that BIP-110's new rules cannot check new blocks, but that a node might first accept a block under the old rules and, after enabling BIP-110, continue to trust its existing database without re-validating that segment of history under the new rules.

In other words, a late-upgrading node retains a historical block that was valid under the old rules but should be rejected under BIP-110. A fresh BIP-110 node validating from scratch rejects the same block. Both claim to have BIP-110 enabled but give different answers for the same piece of history.

Dathon Pwn also emphasized that this does not mean the mainnet has split, nor does it mean installing the software will trigger the issue. The trigger condition is that a block that is valid under the old rules but invalid under the new rules indeed exists on-chain, and the node has already accepted and saved it before enabling BIP-110.

The weight of this discovery lies in its timing. It emerged just as Foundry is consulting its miners about whether to signal. It places a pre-conditioned yet fixable upgrade path defect before all participants who might mine, settle, or build upon this chain. For miners, exchanges, wallets, and custodial institutions, hidden disagreements are often harder to handle than public forks.

Corporate Treasuries Entering the Fray: A New Variable in Protocol Politics

Returning to Saylor, his involvement adds a new layer of weight to this debate.

In his article "110 Reasons BIP 110 Is a Bad Idea," he opposes BIP-110's use of a 55% miner signaling threshold, arguing it is significantly lower than BIP-9's 95% standard. He also criticizes the removal of the usual timeout and failure states, which could increase coordination failures, chain splits, and market uncertainty.

He also believes tools like block space fees, node relaying policies, miner policies, pruning, and Layer 2 can address related issues without altering consensus.

According to his disclosure, even if the rules are only temporary, the governance precedent they establish may persist long-term. Thus, the governance approach proposed is more dangerous than the problem it aims to solve.

Saylor's uniqueness lies in representing BTC holders at the publicly-traded company level. According to the latest disclosure, Strategy holds 843,775 BTC.

It is not a mining pool, not a Core maintainer team, nor an ordinary node community, but its balance sheet can influence the market's judgment on which chain is BTC.

What he possesses is narrative power and weight in capital markets. He can influence how markets and media interpret this dispute, provide legitimacy endorsement for one side, and amplify his preferences through capital markets.

In the previous round of Bitcoin governance debates, the stage was usually occupied by developers, miners, node operators, and even exchanges. This time, the balance sheet of a publicly listed company has also stepped onto the stage of protocol politics. This might be the biggest change left by BIP-110.

Finally

Putting these five forces together, what BIP-110 truly exposes becomes clear. Bitcoin lacks a universally recognized arbiter.

Miners hold hash power but are internally divided. Node operators advocate for equal validation, rejecting weighting by economic scale. A few developers hold code merge permissions, can actually change the network's defaults, yet lack accountability to node operators who bear the permanent costs.

Treasury holders wield narrative and capital but have no on-chain vote. And the technical consensus process represented by Adam Back treats resistance to change itself as a source of legitimacy.

Each faction cites different sources of authority, and each is competing for the interpretation of neutrality and conservatism.

BIP-110 may ultimately fail to activate, but it has already conducted a stress test on governance.

When the claims of defending monetary boundaries and maintaining protocol neutrality collide head-on, each side will claim they are the ones protecting Bitcoin. The true core of this dispute is: Who has the right to decide what Bitcoin is?

Trending Cryptos

Related Questions

QWhat is BIP-110 and what core issue does it attempt to address in the Bitcoin network?

ABIP-110, or 'Reduced Data Temporary Softfork', is a Bitcoin Improvement Proposal that aims to limit non-monetary data (like that used for inscriptions, runes, and arbitrary data pushes) on the blockchain. Its main proposed mechanism is to add seven new consensus rules for about a year, including limiting new output scripts to 34 bytes, restricting data pushes over 256 bytes, and temporarily banning certain undefined witness versions. The core issue it addresses is the contention that such 'data spam' clogs block space, increases the long-term burden on full nodes, and distracts from Bitcoin's primary function as a monetary network.

QWhy does the article suggest that BIP-110 has escalated the debate beyond a technical discussion to a deeper governance question?

ABIP-110 escalates the debate by moving the fight over permissible data from the policy layer (node forwarding/mining strategies) to the consensus layer. Previously, nodes and miners could individually choose to filter or ignore certain transactions. BIP-110 proposes to make currently valid transactions invalid at the protocol level through a consensus rule change. This shift fundamentally questions who has the authority to decide what Bitcoin should be and what rules govern it, pitting different stakeholders (developers, miners, node operators, large holders) against each other in a governance battle.

QWhat key argument does Adam Back present against implementing BIP-110?

AAdam Back argues against BIP-110 based on the foundational principle of Bitcoin as a permissionless system. He states that no one has the right to impose their own value judgments (e.g., what constitutes 'spam') on others through protocol rules. He views Bitcoin's slow, review-heavy technical consensus process, similar to the IETF, as a protective 'immune system' that prevents poorly-vetted changes from eroding the system's core properties. His position is that if proponents disagree with the current state, they should fork, but Bitcoin itself should not adopt such restrictive rules.

QAccording to the article, what are some of the practical limitations or challenges that could prevent BIP-110 from achieving its goal, even if activated?

AThe article highlights several practical limitations: 1) Technical Workarounds: Data can be encoded, split, or disguised using other complex state transitions in Bitcoin Script, making it difficult to completely block. An example is embedding a 66KB image without using OP_RETURN or Taproot. 2) Counter-Clients: Initiatives like the 'DOG Mode' client could be created to relax the BIP-110 restrictions on non-financial data at the policy layer for nodes and miners that choose to run it. 3) Incomplete Solution: BIP-110 primarily targets large, continuous data chunks but may not effectively handle data distributed across many small outputs, necessitating additional proposals.

QHow does Michael Saylor's involvement in the BIP-110 debate represent a new variable in Bitcoin's protocol politics, as described in the article?

AMichael Saylor's involvement introduces a new variable: the influence of large corporate treasury holders into Bitcoin's governance debates. Representing MicroStrategy, which holds over 843,775 BTC, he brings significant market and narrative influence rather than technical, mining, or node-operating power. His public opposition, framed around the risks of chain splits and dangerous governance precedents, can sway market perception and provide legitimacy to one side of the debate. This shows that protocol politics now involves entities whose primary power lies in capital allocation and public narrative, not just chain-native actors.

Related Reads

The Encryption Bill Clarity's Challenge: A Thorny Path of Bipartisan Compromise in the U.S.

U.S. lawmakers are attempting to advance the Clarity Act, a significant crypto market structure bill, but its path is fraught with partisan hurdles. The process has been rocky since January, when a prior bipartisan deal in the Senate Banking Committee was upended. A key compromise in May on "yield" issues allowed the bill to move forward in committee, but only with the conditional support of two Democratic senators, Angela Alsobrooks and Ruben Gallego. They emphasized that their final vote depends on reaching an agreement on ethics provisions for elected officials. Ultimately, the Senate Agriculture Committee passed its version along party lines without Democratic support. As Republicans push for a full Senate vote in July, the demand for strong ethics language has expanded beyond Democrats. Additional controversies surround provisions related to yields (aligning some Republicans with large banks) and developer protections (opposed by enforcement agencies). Core concerns about illicit finance and consumer protection remain central to the debate. Despite consensus on the need for legislation, achieving the necessary bipartisan compromise is proving difficult. While momentum exists—including recent meetings between senators and White House officials—a reconciled bill text faces skepticism. Senator Gallego has stated that without ethics terms acceptable to Democrats, they will not provide the needed votes. The immediate goals for the crypto community in Congress are unclear: a symbolic Senate vote before the August recess, eventual passage into law by 2026, or forging a final compromise framework. The arduous, vote-by-vote effort to build bipartisan support continues, mirroring the traditional legislative grind the industry must now navigate.

Foresight News46m ago

The Encryption Bill Clarity's Challenge: A Thorny Path of Bipartisan Compromise in the U.S.

Foresight News46m ago

Kalshi and Polymarket Founders at Odds? This Business War Is Far More Brutal Than You Imagine

The New York Times details the fierce, personal rivalry between Kalshi CEO Tarek Mansour and Polymarket founder Shayne Coplan, which has escalated beyond typical business competition into a conflict marked by legal complaints, regulatory battles, and public hostilities. The feud intensified in late 2024 when FBI agents raided Coplan's New York apartment. While Coplan publicly blamed political motives, sources indicate his team privately suspected Mansour, noting that Kalshi's lawyers had previously reported Polymarket's operational model to federal prosecutors, highlighting that U.S. users could still access its offshore platform despite a ban. The animosity extends through their companies' operations. Kalshi positions itself as a compliance-focused, fully licensed U.S. operator, while Polymarket has historically operated its core platform offshore without a U.S. license, offering more anonymity and controversial betting markets. Mansour has publicly called Polymarket's model "illegal and immoral," while Coplan privately dismisses Kalshi as a copycat. Their competition has played out in Washington lobbying, attempts to sabotage each other's major deals (such as Kalshi's efforts to dissuade Intercontinental Exchange from investing in Polymarket), competing sponsorships, and poaching staff. The rivalry continues as both platforms experience massive growth, with Kalshi currently holding a valuation and trading volume edge, but facing ongoing regulatory scrutiny alongside Polymarket.

Foresight News1h ago

Kalshi and Polymarket Founders at Odds? This Business War Is Far More Brutal Than You Imagine

Foresight News1h ago

Trading

Spot

Hot Articles

What is SONIC

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

1.9k Total ViewsPublished 2024.04.04Updated 2024.12.03

What is SONIC

What is $S$

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

155 Total ViewsPublished 2024.12.17Updated 2024.12.17

What is $S$

What is AGENT S

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

822 Total ViewsPublished 2025.01.14Updated 2025.01.14

What is AGENT S

Discussions

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

活动图片