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

# Nami Storage Overview

> Unified platform offering both S3-compatible storage and advanced Walrus network management

<Note>
  Nami Cloud provides two powerful storage solutions: **S3-Compatible Storage** for the easiest way to use decentralized storage, and **Walrus Publisher API** for advanced control and analytics.
</Note>

## What is Nami Storage?

Nami Storage is a comprehensive platform that bridges Web2 and Web3 storage infrastructure. We offer two distinct services, each optimized for different use cases:

1. **S3-Compatible Storage** - The simplest way to use decentralized storage, perfect for new users and migrations alike
2. **Walrus Publisher API** - Advanced control and analytics for Walrus network operations

Both services leverage the **Walrus Network** – Mysten Labs' decentralized storage protocol – ensuring your data is secure, censorship-resistant, and globally distributed.

## Choose Your Storage Solution

<CardGroup cols={2}>
  <Card title="S3-Compatible Storage" icon="aws" href="/storage/s3-compatible">
    Perfect for existing applications using S3 APIs
  </Card>

  <Card title="Walrus Publisher API" icon="network-wired" href="/storage/walrus-publisher">
    Ideal for advanced users needing multi-endpoint control
  </Card>
</CardGroup>

## S3-Compatible Storage

Our S3-compatible service provides the easiest way to start using decentralized storage, whether you're building a new application or migrating from existing cloud providers.

### Key Features

<CardGroup cols={2}>
  <Card title="Zero Code Changes" icon="code">
    Works with existing S3 SDKs and tools
  </Card>

  <Card title="Auto Encryption" icon="shield-halved">
    Built-in AES-256 encryption for all data
  </Card>

  <Card title="Railgun Acceleration" icon="rocket">
    Sub-100ms global access times (Beta)
  </Card>

  <Card title="Auto Renewal" icon="arrows-rotate">
    Automated storage epoch management
  </Card>
</CardGroup>

### Perfect For

* **New Projects** - Start with the industry-standard S3 API
* **Quick Migration** - Move from AWS S3 in minutes
* **Existing Applications** - No code rewrites needed
* **Static Websites** - Host sites with decentralized reliability
* **Backup Solutions** - Long-term storage with auto-renewal
* **Content Delivery** - Fast global access with Railgun (Beta)

### How It Works

```mermaid theme={null}
graph LR
    A[Your App] -->|S3 API| B[Nami S3 Gateway]
    B --> C[Encryption Layer]
    C --> D[Walrus Network]
    B --> E[Railgun Cache]
```

### Quick Start

<Steps>
  <Step title="Sign Up">
    Create your [Nami Cloud account](https://nami.cloud)
  </Step>

  <Step title="Get Credentials">
    Generate S3-compatible access keys
  </Step>

  <Step title="Update Endpoint">
    Point to `https://{bucket}.storage.nami.cloud`
  </Step>

  <Step title="Start Storing">
    Use your existing S3 code unchanged
  </Step>
</Steps>

[Learn more about S3-Compatible Storage →](/storage/s3-compatible)

## Walrus Publisher API

For users who need advanced control, our Publisher API provides direct management of Walrus network operations with comprehensive analytics.

### Key Features

<CardGroup cols={2}>
  <Card title="Multi-Endpoint Control" icon="server">
    Manage multiple publisher nodes
  </Card>

  <Card title="Real-Time Analytics" icon="chart-line">
    Detailed metrics and performance data
  </Card>

  <Card title="Load Balancing" icon="scale-balanced">
    Automatic request distribution
  </Card>
</CardGroup>

### Perfect For

* **Enterprise Deployments** - Multi-region, high-availability setups
* **Performance Monitoring** - Detailed analytics and insights
* **Custom Workflows** - Direct Walrus network integration
* **Web3 Applications** - Blockchain-native storage needs
* **DevOps Teams** - Infrastructure as code deployments

### Architecture

```mermaid theme={null}
graph TB
    A[Your Application] --> B[Nami Publisher API]
    B --> C[Publisher Node 1]
    B --> D[Publisher Node 2]
    B --> E[Publisher Node 3]
    C --> F[Walrus Network]
    D --> F
    E --> F
    B --> G[Analytics Engine]
```

### Quick Start

<Steps>
  <Step title="Access Dashboard">
    Log in to [Nami Cloud dashboard](https://nami.cloud/dashboard)
  </Step>

  <Step title="Create Publisher">
    Deploy your first publisher endpoint
  </Step>

  <Step title="Get API Token">
    Generate authentication credentials
  </Step>

  <Step title="Integrate API">
    Connect using our REST API
  </Step>
</Steps>

[Learn more about Walrus Publisher API →](/storage/walrus-publisher)

## Service Comparison

| Feature                    |          S3-Compatible         |       Walrus Publisher       |
| -------------------------- | :----------------------------: | :--------------------------: |
| **Setup Complexity**       |            ⭐ Simple            |         ⭐⭐⭐ Advanced         |
| **Code Changes Required**  |              None              |      Custom integration      |
| **Multi-Region Support**   |             Limited            |         Full control         |
| **Analytics & Monitoring** |              Basic             |         Comprehensive        |
| **Direct Walrus Access**   |           Abstracted           |          Full access         |
| **Existing Tool Support**  |          All S3 tools          |       Custom tools only      |
| **Best For**               | Beginners & standard use cases | Advanced users & enterprises |
