> ## Documentation Index
> Fetch the complete documentation index at: https://docs.easeflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ICN

Official Links → [Website](https://www.icn.global/) - [Portal](https://console.icn.global/) - [Docs](https://docs.icn.global/) - [X](https://x.com/ICN_Protocol) - [Discord](https://discord.com/invite/icn-protocol)

## Overview

The Impossible Cloud Network (ICN) is a decentralized cloud infrastructure that connects enterprise-grade hardware and service providers into a scalable, secure network. It leverages Service-Level Agreement (SLA) oracles to monitor and enforce performance standards, ensuring reliable, transparent, and high-quality cloud services through decentralized technology.

***

## How to Stake, or Delegate

<Frame caption="">
  <div id="icn-video-container" style={{position: 'relative', width: '100%', height: '400px'}}>
    <div
      onClick={() => {
    document.getElementById('icn-video-container').innerHTML = `
      <iframe width="100%" height="400" src="https://www.youtube.com/embed/br5h2jZ-Zqk?autoplay=1&mute=1&rel=0" 
              frameBorder="0" allowFullScreen allow="autoplay; encrypted-media" style="border-radius: 8px;"></iframe>
    `;
  }}
      onMouseEnter={() => {
    const btn = document.getElementById('icn-btn');
    const icon = document.getElementById('icn-icon');
    btn.style.backgroundColor = 'rgba(255,255,255,0.9)';
    icon.style.fill = '#ff0000';
  }}
      onMouseLeave={() => {
    const btn = document.getElementById('icn-btn');
    const icon = document.getElementById('icn-icon');
    btn.style.backgroundColor = 'rgba(255,0,0,0.9)';
    icon.style.fill = 'white';
  }}
      style={{
    position: 'relative', width: '100%', height: '400px', cursor: 'pointer',
    backgroundImage: 'url(https://img.youtube.com/vi/br5h2jZ-Zqk/maxresdefault.jpg)',
    backgroundSize: 'cover', backgroundPosition: 'center', borderRadius: '8px'
  }}
    >
      <div
        id="icn-btn"
        style={{
    position: 'absolute', bottom: '16px', right: '16px', width: '50px', height: '50px',
    backgroundColor: 'rgba(255,0,0,0.9)', borderRadius: '50%', display: 'flex',
    alignItems: 'center', justifyContent: 'center', transition: 'all 0.2s ease', pointerEvents: 'none'
  }}
      >
        <svg id="icn-icon" width="20" height="20" viewBox="0 0 24 24" fill="white">
          <path d="M8 5v14l11-7z" />
        </svg>
      </div>
    </div>
  </div>
</Frame>

***
