PIPE STORAGE · S3-COMPATIBLE

Your data, with a proof trail.

A durable object store for teams that want familiar S3 tooling, wallet-native billing, and content identities they can verify.

S3-compatible Wallet-authorized BLAKE3 identities
THE STORAGE LOOPPIPE / 01
DATAVERIFIED
upload authorize measure

BUILT FOR REAL CLIENTS

Familiar at the edge. Different underneath.

01

Bring your S3 client

AWS CLI, boto3, AWS SDK v3, rclone, and MinIO-style tools connect with path-style S3 and SigV4 credentials.

02

Keep the keys yours

Sign in with your wallet, scope credentials to a bucket and prefix, and keep the secret visible only at creation time.

03

Pay for what moves

Prepaid USDC credit covers reads and writes. The dashboard shows available, reserved, spent, and recent usage in one place.

PREPAID STORAGE

Pay once. Store automatically.

Storage is prepaid in Circle USDC on Solana. Your wallet signs an exact x402 payment, the facilitator settles it, and the control plane turns the finalized transfer into usable credit.

  1. 1
    Fund a walletChoose the identity that should pay for storage.
  2. 2
    Connect your clientCreate a scoped S3 key for your app or CLI.
  3. 3
    Upload and trackUsage is metered and visible from this dashboard.
PREPAID BALANCE

Buy storage credit

COMING SOON

Credit is granted only after finalized Solana confirmation. Retrying the same invoice cannot double-credit it.

CUSTOMER ACCOUNT

Your storage, under your wallet.

S3 endpoint https://api.pipedev.network · path-style SigV4 · application-managed encryption

FIRST UPLOAD

Five minutes to your first object.

Create a key above, export it locally, and use any standard client against the Pipe endpoint. The full reference—including multipart and streaming uploads—is in the docs.

terminal
export AWS_ACCESS_KEY_ID="..."
export AWS_SECRET_ACCESS_KEY="..."
aws --endpoint-url https://api.pipedev.network \
  s3 cp ./hello.txt s3://my-bucket/hello.txt
See the complete quickstart