IO.NET – Empowering the Future of Decentralized AI Computing
May 30th, 2024

“The sharing economy is not about replacing ownership, it's about unlocking the value of underutilized assets.” – Joe Gebbia

●  IO.NET, The Overview:

IO.NET is pioneering a distributed compute marketplace tailored for AI workloads, leveraging decentralized resources to disrupt the traditional high-cost compute sector dominated by centralized providers.

●  Solving the AI computation bottleneck, The Value Proposition:

The unprecedented growth in AI applications driving a voracious appetite for computational power. Traditional centralized compute infrastructures are not only costly but also increasingly unable to scale efficiently to meet the explosive demand. These challenges are further compounded by geopolitical conflicts that threaten the stability of international supply chains. By leveraging a global network of underutilized GPUs and computational resources, IO.NET delivers affordable (up to 40% lesser) and scalable computing power to AI Enterprises/Researchers. This model bypasses traditional supply chain issues and democratizes access to essential technology, enhancing AI innovation across various sectors.

●  Sizing the Potential for IO.NET, The Expansive Market Opportunity:

According to the Precedence Research report, the global GPU market is valued at USD 42.2 billion and is projected to surge to USD 773.07 billion by 2032, with a CAGR of 33.8% from 2023 to 2032.

Utilizing a conservative first-principles approach to calculate the Total Addressable Market (TAM), targeting approximately 20,000 large-scale enterprises, 200,000 mid-sized enterprises, and 50,000 researchers, the calculated GPU usage totals approximately 1.98 billion GPU hours (including data-intensive and real-time applications). At $2.5 per hour, this indicates a robust TAM of nearly $5 billion for IO.NET.

Even using a top-down approach, considering that approximately 5-6% of the global AI spending — projected at USD 124 billion — is allocated towards GPUs, IO.NET taps into a potential market of around $7 billion, highlighting its positioning to capitalize on the expansive growth opportunities within the AI compute sector.

Source: Four Pillars
Source: Four Pillars

Competitive Landscape for IO.NET:

Navigating both traditional and decentralized competitors, IO.NET operates in a dynamic field dominated by major corporations like AWS, Google Cloud, CoreWeave and Microsoft Azure, known for their scalability, reliability, and comprehensive service offerings but often at higher costs and with less flexibility.

Emerging decentralized platforms like Golem, Akash, and Dfinity also ride on the DePIN economic flywheel and offer cost-effective, innovative models leveraging idle global resources but face challenges in scalability, market penetration, and generated little-to-no meaningful demand-side volume.

IO.NET uniquely positions itself by combining the reliability and scalability of traditional providers with the cost benefits and innovation of decentralized networks, focusing specifically on AI workloads to offer tailored, high-performance solutions.

Source: Messari, Eli5DeFi
Source: Messari, Eli5DeFi

IO.NET’s right to win, The Moat:

IO.NET pioneers the use of bespoke networking and orchestration layers to create a hyper-scalable “Internet of GPUs” from latent hardware worldwide. Leveraging advanced frameworks like Ray, Ludwig, and Kubernetes, IO.NET allows machine learning teams to scale their workloads across a network of GPUs with minimal adjustments. This innovative approach enables on-demand clustering, parallelizing workloads and managing orchestration, scheduling, fault tolerance, and scaling efficiently.

WITH min_dt AS (
    SELECT MIN(created_at) AS first_date
    FROM tokens_solana.fungible
    WHERE token_mint_address = 'BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K'
),
dates AS (
    SELECT
        DATE(day) as day
    FROM min_dt,
    UNNEST(SEQUENCE(
        DATE('2024-06-14'),
        DATE_TRUNC('day', CURRENT_DATE),
        INTERVAL '1' DAY
    )) AS t(day)
),
holders AS (
    SELECT DISTINCT token_balance_owner
    FROM solana_utils.daily_balances
    WHERE token_mint_address = 'BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K'
),
dates_holders AS (
    SELECT *
    FROM dates
    CROSS JOIN holders
),
balances AS (
    SELECT 
        dh.day
        , dh.token_balance_owner
        , db.token_balance
    FROM dates_holders dh
    left JOIN solana_utils.daily_balances db 
        ON dh.day = db.day 
        AND db.token_balance_owner = dh.token_balance_owner
        and db.token_mint_address = 'BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K'
        and date(db.day) >= (SELECT DATE(first_date) FROM min_dt)
),
filled_balances AS (
    SELECT
        day
        , token_balance_owner
        , token_balance
        , COALESCE(token_balance, LAST_VALUE(token_balance) IGNORE NULLS OVER (
            PARTITION BY token_balance_owner ORDER BY day ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
        )) AS token_balance_filled
    FROM balances
),
holder_cts as (
    select 
        *
        , case when token_balance_filled > 0 then 1 else 0 end holder_ind
    from filled_balances where token_balance_filled > 0
    and 1=1
)
select day as time, sum(holder_ind) total_holders
from holder_cts
where 1=1
group by 1
order by 1 desc
Daily # of Total Holders, showing sharp and consistent interest
Daily # of Total Holders, showing sharp and consistent interest

The sustained growth of the IO token holders and the sharp rise in GPU utilization underscore IO.NET’s strategic advantage in scaling its decentralized GPU network. As illustrated by the “Daily Total Holders of IO Token” chart, the network rapidly expanded from less than 10,000 token holders to over 40,000 within a few months, reflecting growing interest and adoption of the platform. This steady upward trajectory of token holders indicates strong community engagement and network effect, crucial for achieving decentralized network growth.

With a current cluster exceeding 40,000 GPUs, over 5,600 CPU units, and more than 69,000 Worker Nodes, IO.NET can deploy 10,000 GPUs in under 90 seconds. Each inference is recorded on-chain for provenance, ensuring transparent and reliable operations. Furthermore, IO.NET incentivizes compute providers through the upcoming IO token, aiming to connect 1 million GPUs.

select
    date_trunc('month', block_time) as "Date"
    , count(distinct tx_id) as "Inferences"
    , sum(count(distinct tx_id)) over(order by date_trunc('month', block_time)) as "Cumulative Inferences"
from solana.instruction_calls
where tx_success = true
    and block_time >= date'2023-07-01' and block_time <= date'2024-07-31'
    and executing_account = 'AYGdvqsQruZoaJPWsViLqUgtbfXGRnxzgxzW4zmbbckL'
    and SUBSTRING(CAST(data AS varchar) FROM 1 FOR 18) = '0xffc79485accac385'
group by 1
order by 1
Monthly # of Inferences
Monthly # of Inferences

the chart detailing cumulative inferences processed by the IO.NET network reveals the network’s increasing compute demand, surging from just 300 inferences in October 2023 to over 300,000 in July 2024. This exponential growth, particularly the rapid acceleration starting in Q1 2024, highlights IO.NET’s ability to meet growing computational demand for AI workloads. This not only proves the robustness of the platform but also positions IO.NET as a key player in the decentralized compute marketplace, able to scale quickly while maintaining service reliability.

With the potential to offer services similar to traditional cloud providers at significantly lower costs, and by establishing partnerships with major DePIN and AI players (including Render Network, Filecoin, Solana, Ritual, etc.), IO.NET is poised to become a leader and settlement layer in the decentralized GPU network space, driving growth and innovation in the Web3 x AI ecosystem.

Source: Arkstream Capital
Source: Arkstream Capital

●  Revenue channel, The Business Model:

IO.NET exemplifies the DePIN thesis by using token incentives to structurally lower the cost of acquiring and retaining supply-side resources, ultimately reducing costs for end-consumers. The primary source of revenue is transaction fees charged on each compute job processed through its marketplace, and  subscription services (long-term commitments, relatively cheaper) providing a steady income as the network scales. Moreover, Payments made in USDC are subject to 2% facilitation fee. The IOG Network charges users a 0.25% reservation fee on the total cost to reserve the compute. This is added to the Renter’s cost when reserving.

Hence, Total Annual Revenuelike  can be approximated by the sum of revenues from transaction fees, premium subscriptions, facilitation fees, and reservation fees.

●  IO Coin, the Tokenomics:

IO.NET employs a sophisticated tokenomics model centered around its native IO token, designed to incentivize participation and drive platform growth. With a fixed maximum supply of 800 million tokens, IO.NET distributes 500 million tokens at launch, increasing to 800 million over 20 years through a disinflationary emission schedule. Emissions start at 8% annually, decreasing by approximately 1.02% per month until reaching 0.68% annually after 20 years. The IO token facilitates seamless transactions, incentivizing both compute providers and users, with no fees for payments made in IO to encourage its use.  The IO tokenomics also include a programmatic coin burn mechanism, using revenues to purchase and burn IO tokens, reducing supply and creating deflationary pressure.

This model ensures a sustainable, incentivized ecosystem that supports the long-term growth and stability of IO.NET, solidifying its position in the decentralized GPU compute sector.

Source: IO.NET

Staking Growth:

There is a sharp upward trend in staking balance, indicating increasing confidence among stakeholders in the IO.NET platform. A significant jump occurs around September 4th, 2024, with staking balance surpassing 6 million, reflecting a strong inflow of funds into the network. This kind of spike is typically seen following major announcements or milestone achievements, suggesting heightened enthusiasm and trust in IO.NET’s decentralized compute marketplace. The sustained balance growth shows long-term commitment by users, which is a positive indicator of network stability.

IO.NET Staking Balance over Time
IO.NET Staking Balance over Time

Unique Stakers Reflect Growing Network Participation:

This chart illustrates the consistent increase in cumulative unique stakers from August 2024 onwards, indicating a rapidly expanding base of individual participants

Unique Stakers of IO.NET
Unique Stakers of IO.NET

This strong growth trajectory—from under 500 to nearly 1,500 stakers over a span of just four weeks—shows increasing community engagement and widespread trust in IO.NET. The consistent rise in unique stakers also signals a diversified staking base, mitigating risks of centralization in network governance and fostering a more resilient decentralized ecosystem.

Combined, these metrics—rising staking balance and increasing unique stakers—underscore a robust tokenomics model that encourages active participation, helping IO.NET solidify its market position and enhance its long-term value proposition.

●  Stellar core team, The Founding team-Product Fit:

The founding team of IO.NET combines extensive experience and expertise, positioning the company for success in the decentralized GPU compute sector. Ahmad Shadid, the founder and CEO, previously worked as a Quant System Engineer, identified the need for a cost-effective, decentralized solution due to high GPU service fees faced while building a GPU network for high frequency quantitative trading. Tory Green, co-founder and COO, has a strong background in operations and strategy from his roles as COO at Hum Capital  and Director of Corporate Development and Strategy at Fox Mobile Group. This team’s technical expertise, strategic insight, and operational experience uniquely position IO.NET for leadership in the DePIN landscape.

●  Risk and Challenges, the speed breakers:

  1. Economies of Scale: Achieving economies of scale is critical yet challenging in a decentralized, P2P environment. IO.NET must ensure significant pre-prepared supply capacity and ease entry barriers for users and suppliers to maintain service continuity and generate transactions.

  2. Competitive Pressure and Technological Uncertainty: Facing intense competition from established providers, IO.NET must continually adapt to rapid AI innovation to remain competitive. Its services targeting B-class customers are still in early stages, which could impact project valuation and market performance.

  3. Privacy and Regulatory Concerns: Handling sensitive data and PII on decentralized networks may face privacy and regulatory hurdles, potentially limiting the addressable market and extending sales cycles.

  4. Latency and Performance Limitations: The reliance on internet connections and globally distributed devices can cause latency and performance issues, restricting adoption for latency-sensitive applications

  5. Technical Security Risks: IO.NET is a nascent platform that has not undergone extensive testing, making it vulnerable to malicious attacks. As evidenced by 25th April sybil attack that required extensive countermeasures, highlighting the need for robust security protocols and rapid response capabilities

Source: Four Pillars

●  Conclusion:

IO.NET stands at the forefront of a transformative shift in the AI compute sector, leveraging decentralized resources to offer a scalable and cost-effective solution to the growing demand for computational power. By addressing the limitations of traditional centralized infrastructures and capitalizing on the expansive growth of the global GPU market, IO.NET is poised to capture a significant share of this burgeoning industry. The company’s unique positioning, robust tokenomics model, and experienced founding team provide a strong foundation for sustainable growth and market leadership. Despite the inherent risks and challenges, including technical security vulnerabilities, market expansion hurdles, and intense competition, IO.NET’s innovative approach and strategic partnerships position it well to drive the future of decentralized GPU compute. With a clear value proposition, substantial market opportunity, and solid execution strategy, IO.NET represents a compelling investment opportunity in the evolving landscape of Web3 and AI.

The Exponential Growth in AI Computation

This chart from Our World in Data tracks the history of AI through the amount of computation power used to train an AI model, using data from Epoch AI.
This chart from Our World in Data tracks the history of AI through the amount of computation power used to train an AI model, using data from Epoch AI.
Subscribe to Sp!FF
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from Sp!FF

Skeleton

Skeleton

Skeleton