RAIN Highlights $200M Ecosystem Commitment, $100M Liquidity Expansion, and World Cup Growth Strategy Ahead of Version 2 Launch

TheNewsCryptoPublished on 2026-06-06Last updated on 2026-06-06

Abstract

RAIN, a decentralized prediction market protocol on Arbitrum, has announced major ecosystem advancements ahead of its Version 2 launch. A partnership with Enlivex has secured over $200 million in committed ecosystem funding, while $100 million in new liquidity (split between USDT and RAIN tokens) has been added to the protocol. The upcoming Version 2 will introduce features like permissionless market creation, AMMs, on-chain order books, and AI-assisted market resolution. RAIN is targeting significant user growth around the upcoming FIFA World Cup. CEO Roy Shaham emphasized the protocol's focus on attracting users and building utility, noting that 100% of trading fees are used for token buybacks and burns. The company reiterated its operational independence and commitment to on-chain transparency.

Arbitrum-based prediction market protocol prepares for global expansion with AI-powered market resolution, expanded liquidity infrastructure, and upcoming Version 2 release

RAIN, the decentralized prediction market protocol built on Arbitrum, today outlined several major ecosystem milestones, including more than $200 million committed to the RAIN ecosystem through its partnership with Enlivex, the addition of $100 million in protocol liquidity, and preparations for a major expansion initiative ahead of the upcoming FIFA World Cup.

A Growing Ecosystem

The company stated that these developments represent a significant step forward for the protocol as prediction markets continue to gain global attention. According to RAIN, the combination of ecosystem capital, liquidity infrastructure, product innovation, and user acquisition initiatives is intended to support the next phase of growth.

The Enlivex Commitment

One of the most significant developments for the RAIN ecosystem has been its partnership with Enlivex.

According to the company, more than $200 million has been committed to the RAIN ecosystem through this initiative.

RAIN believes this commitment materially strengthens the resources available for ecosystem development, liquidity support, strategic growth initiatives, and long-term protocol expansion.

‘For a young ecosystem, a commitment of this scale can be transformative,’ said Roy Shaham, CEO of RAIN Protocol. ‘It gives us the ability to think bigger, move faster, and execute on a long-term vision.’

Version 2 and the World Cup Opportunity

RAIN is currently preparing for the launch of Version 2, which is expected to introduce several major protocol enhancements, including:

• Permissionless market creation
• Automated Market Makers (AMMs)
• On-chain order books
• AI-assisted market resolution
• Public prediction markets
• Private prediction markets

The company believes the upcoming FIFA World Cup represents one of the largest opportunities in the history of prediction markets to reach mainstream users.

RAIN has allocated significant resources toward user acquisition and ecosystem growth surrounding this event as part of its broader expansion strategy.

Liquidity Expansion

RAIN recently announced the addition of $100 million in liquidity support, consisting of $50 million in USDT and $50 million in RAIN.

According to the company, the liquidity positions remain publicly verifiable on-chain and are intended to strengthen the protocol’s ability to support future growth and participation.

‘One of blockchain’s greatest strengths is transparency,’ Shaham said. ‘Users can independently verify protocol activity, liquidity positions, and ecosystem data.’

Independence and Transparency

RAIN reiterated that it operates as an independent project with its own management team, roadmap, tokenomics, governance structure, and development organization.

The company noted that, like many blockchain projects, it has worked with various service providers, exchanges, infrastructure partners, and ecosystem participants throughout its development.

According to RAIN, the use of shared service providers across multiple projects should not be interpreted as shared ownership, management, or operational control.

Focused on Users

‘We are not focused on convincing people to buy a token. We are focused on building a protocol people want to use,’ Shaham added.

‘Our goal is not to attract token buyers. Our goal is to attract users. If we succeed in attracting users, creating markets, generating activity, and building a great product, everything else will follow.’

According to the company, 100% of protocol trading fees are allocated to automatic on-chain buybacks and burns of the RAIN token, creating a direct relationship between protocol activity and ecosystem economics.

About RAIN Protocol

RAIN is a decentralized prediction market protocol built on Arbitrum that enables users to create, trade, and participate in event-driven markets through transparent blockchain infrastructure. The protocol combines permissionless market creation, automated market makers, on-chain order books, and AI-powered oracle systems designed to assist in the resolution of public prediction markets. RAIN is focused on expanding access to prediction markets through scalable, user-centric technology.

For more information, visit: https://www.rain.one

Forward-Looking Statements

This press release contains forward-looking statements regarding future product development, ecosystem growth, strategic initiatives, marketing activities, liquidity expansion, and anticipated protocol milestones. Actual results may differ materially from those expressed or implied by such statements.

Disclaimer: TheNewsCrypto does not endorse any content on this page. The content depicted in this Press Release does not represent any investment advice. TheNewsCrypto recommends our readers to make decisions based on their own research. TheNewsCrypto is not accountable for any damage or loss related to content, products, or services stated in this Press Release.

TagsPress ReleaseRain

Related Questions

QWhat are the three major ecosystem milestones announced by RAIN Protocol in the press release?

AThe three major milestones are: more than $200 million committed to the RAIN ecosystem through its partnership with Enlivex, the addition of $100 million in protocol liquidity, and preparations for a major expansion initiative ahead of the upcoming FIFA World Cup.

QWhat are some of the key features expected to be introduced in RAIN's upcoming Version 2 launch?

AKey features expected in Version 2 include: Permissionless market creation, Automated Market Makers (AMMs), On-chain order books, AI-assisted market resolution, and support for both Public and Private prediction markets.

QHow is the $100 million in new liquidity support composed, and what is its purpose?

AThe $100 million in liquidity support consists of $50 million in USDT and $50 million in RAIN tokens. It is intended to strengthen the protocol's ability to support future growth, participation, and the transparency of its liquidity positions, which are publicly verifiable on-chain.

QAccording to CEO Roy Shaham, what is the primary goal of RAIN Protocol, and how are protocol fees utilized?

AThe primary goal is to attract users and build a great product, not just token buyers. 100% of protocol trading fees are allocated to automatic on-chain buybacks and burns of the RAIN token, creating a direct link between protocol activity and ecosystem economics.

QOn which blockchain network is RAIN Protocol built, and what is its core function?

ARAIN Protocol is built on the Arbitrum network. It is a decentralized prediction market protocol that enables users to create, trade, and participate in event-driven markets through transparent blockchain infrastructure.

Related Reads

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

"Codex Goal Mode: How to Make AI Work Continuously Toward a Specific Goal" OpenAI's Codex "goal mode" (/goal) transforms the AI from a reactive code assistant into a proactive execution agent capable of working autonomously for hours or even days to achieve a defined objective. To maximize its effectiveness, follow these key principles: 1. **Define Clear, Verifiable Exit Criteria:** The goal prompt should be a concise, measurable success condition, not a lengthy specification. Use quantifiable metrics like "reduce build time by 30%" or "achieve 100% test parity." 2. **Provide Initial Guidance and Tools:** Direct Codex toward likely problem areas and specify available tools (e.g., browsers, testing environments) to prevent it from exploring unproductive paths. 3. **Enable Progress Measurement:** Equip Codex with ways to track advancement, such as creating comparison tools for visual tasks or evaluation sets, ensuring it can gauge its own progress. 4. **Use a Realistic Execution Environment:** For tasks like performance optimization, provide access to environments that closely mimic production (e.g., similar configs, databases) to yield valid results. 5. **Be Cautious with Visual Goals:** Avoid vague "pixel-perfect" instructions. Instead, supplement visual references with functional checklists or design system specifications to prevent Codex from obsessing over minor details. 6. **Implement Progress Tracking:** For long-running tasks, have Codex commit code to draft PRs, update progress documents, or send Slack updates to maintain visibility into its work. 7. **Review and Consolidate Results:** Once the goal is met, instruct Codex to review its work, clean up ineffective experimental code, and reflect on what strategies succeeded or failed. Ultimately, using goal mode shifts the developer's role from writing prompts to managing a persistent engineering agent—defining objectives, establishing metrics, configuring environments, and conducting final reviews.

marsbit4m ago

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

marsbit4m ago

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

Recently, Vitalik Buterin has frequently emphasized the concept of "CROPS," first outlined in the Ethereum Foundation's March mandate as core principles guiding its focus: Censorship Resistance, Capture Resistance, Open Source, Privacy, and Security. CROPS represents Ethereum's commitment to providing foundational capabilities for user sovereignty—enabling asset ownership, identity expression, and coordination without reliance on centralized platforms or surrendering ultimate control. This framework is gaining new urgency with the rise of AI, particularly AI agents managing digital assets and automating transactions. While AI offers convenience, it risks centralizing user data, intent, and control if dependent on opaque, centralized services. Vitalik argues for "CROPS AI"—AI that is open, privacy-preserving, secure, and capable of local execution to maintain user agency. He highlights convergence between "CROPS Ethereum access layers" and "CROPS AI," such as using zero-knowledge proofs for private remote LLM calls and Ethereum RPC reads, ensuring users can access services without exposing sensitive information. Ultimately, CROPS is not just an abstract ideal but a practical guide for Ethereum's development and AI integration. It addresses the critical long-term question: as digital systems grow more powerful, how can users retain control over their privacy, assets, and autonomy? In an AI-driven era, these principles may define Ethereum's enduring value—prioritizing verifiable, secure, and user-centric design over short-term optimizations like speed and cost alone.

marsbit9m ago

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

marsbit9m ago

Trading

Spot
Futures

Hot Articles

What is $RAIN

Raindrops Protocol: Revolutionising Gaming Assets with Blockchain Technology Introduction In the ever-evolving realm of blockchain technology and the Web3 ecosystem, the Raindrops Protocol emerges as a unique player, particularly within the gaming industry. This decentralised, open-source initiative aims to standardise the management of game assets on-chain, creating a seamless bridge for interoperability among various gaming platforms. By leveraging the robustness of blockchain, Raindrops Protocol not only innovates how digital assets are handled but redefines player interactions with their virtual possessions. What is Raindrops Protocol? Raindrops Protocol, denoted as $$RAIN, comprises a series of five modular contracts that facilitate the governance of on-chain and proof-on-chain data specifically tailored for gaming. Its core objective is to create a standardised methodology for storing game asset data, empowering players and developers to integrate any player or item across multiple game clients easily. This approach not only fosters compatibility but also enriches the gaming experience by offering guaranteed asset ownership and tradeability between different games. Key Features of Raindrops Protocol Standardised Game Asset Storage: Raindrops Protocol introduces a unified system for on-chain asset management, ensuring that items are not confined to a single game but can be utilised across an array of platforms seamlessly. User-Friendly Interface: Designed with accessibility in mind, the protocol caters to users across the experience spectrum, including those who may be new to blockchain or crypto environments. High Security: Utilising sophisticated blockchain technologies, the protocol incorporates advanced security features that enhance transactional integrity and provide players with confidence in their digital assets. Flexibility: The modular design of the protocol accommodates a wide range of crypto operations, from simple asset exchanges to more intricate financial interactions. Who is the Creator of Raindrops Protocol? The genesis of Raindrops Protocol's vision remains somewhat shrouded in mystery; the identity of its creator is currently unknown. The absence of public information surrounding the founder raises intriguing questions, yet it does not diminish the project's inherent potential and innovative aspects. The open-source nature of the protocol suggests that it may welcome collaborative contributions from a community of developers passionate about reshaping gaming through blockchain technology. Who are the Investors of Raindrops Protocol? In terms of financial backing, Raindrops Protocol has not disclosed specific details about its investors or funding sources. This lack of information could be attributed to the project's nascent stage, or it may simply reflect a deliberate choice to cultivate an independent development path. Regardless, the absence of known investors does not hinder the protocol's capabilities; rather, it positions Raindrops Protocol as an intriguing case study in grassroots innovation within the blockchain and gaming landscape. How Does Raindrops Protocol Work? Understanding how Raindrops Protocol functions requires a closer look at its architectural design and operational methodology. The protocol employs five individual contracts—referred to as à la carte contracts—that collectively manage on-chain representations of game assets. Interoperable Contracts: Each contract functions akin to a unique building block, allowing game developers to select and integrate only the components they require for their specific games. This modular structure enhances efficiency while reducing complexity. Proof on Chain and On-Chain Data: The adoption of proof on-chain data ensures that asset ownership and transaction histories are immutably recorded on the blockchain. This reinforces transparency and trust among players. Seamless Integration: By standardising how game assets are defined and stored, the protocol allows players to carry their digital belongings across different game environments. This interoperability is a significant departure from traditional gaming, where assets are often locked within specific titles. Secure Transactions: Security protocols safeguard player information and asset transactions, ensuring participants can engage in trading and interactions without fear of loss or theft. Timeline of Raindrops Protocol The timeline of Raindrops Protocol provides insights into the crucial milestones in its journey: 2023: The Raindrops Protocol was officially launched, marking the beginning of efforts to standardise game asset management on the blockchain. June 2023: Raindrops Protocol gained the spotlight in a blog post authored by Kaushik Choudhury, showcasing its potential impact on the gaming sector and sparking interest within the broader crypto community. As Raindrops Protocol continues to develop, it is expected to undergo various phases of enhancement and community engagement, further shaping its place within the gaming landscape. Conclusion The Raindrops Protocol stands at the forefront of a transformational shift within the gaming industry, equipped with blockchain technology that empowers players through asset ownership and interoperability. Despite the unknown identity of its creator and the lack of disclosed investors, the protocol’s promising features suggest a bright future ahead. Its commitment to standardising game asset storage and promoting creative flexibility makes it an appealing choice for game developers and players alike, promising a more interconnected and dynamic gaming experience. As the protocol develops, it will undoubtedly continue to attract attention, not only for its innovative approach but also for its capacity to redefine digital gaming assets in the blockchain era. In this rapidly accelerating digital landscape, Raindrops Protocol represents a beacon of potential, illuminating new pathways for interaction and creativity in the gaming world.

153 Total ViewsPublished 2024.04.05Updated 2024.12.03

What is $RAIN

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 RAIN (RAIN) are presented below.

活动图片