☁️
Zus Docs
  • About Züs
  • System
    • Providers and Services
      • Miner
      • Sharder
      • Blobber
      • Validator
      • Authorizer
      • Node Locator (0DNS)
    • Storage
      • Architecture and Data Management
      • Protocol
        • Allocations
        • Reference Objects
        • Challenges
        • Write Markers
          • Chain Hashing
          • Two Commit
        • Blobber Repair Protocol
      • ZS3 Server
        • Backup, Recovery and Replication
        • Encryption and Compression
        • S3FS Setup and Usage
        • Backup & Recovery with Restic on Blimp + ZS3 Server
        • Backup & Recovery with Veeam on Blimp + ZS3 Server
      • File Operations
        • Upload
        • Download
        • File Sharing
        • Partial Error Recovery
        • Streaming
        • Rent a Blobber
    • Smart Contracts
      • Storage S.C.
      • Miner S.C.
      • ZCN S.C.
      • ERC-20 S.C.s
      • Bridge Protocol
    • Blockchain & Consensus
      • Entities
    • User Authentication and Wallet Management System
      • OKTA Integration
      • Key Management System (KMS)
  • APIs
    • 0DNS API
    • JS API
    • Mobile API
  • CLIs
    • Storage CLI
      • Quickstart
      • Configuring the tool
    • Wallet CLI
      • Wallet Configuration
      • Quickstart
      • Configuring the tool
  • SDKs
    • Go SDK
      • GO SDK Microservices
    • JS SDK
  • Tokenomics
    • Staking
    • Reward & Penalty
  • ✨Züs Apps
    • 🗝️Vult
      • Getting Started
        • Web
        • Mobile
      • Vult AI
        • Batch Processing
        • Memory Retention
        • Technical Implementation
        • Architecture Overview
      • Login / Register
      • File Management Pages
      • File Sharing
      • Storage Management Dashboard
      • Storage Maintenance and Troubleshooting
      • Züs Subscription
      • Wallet Management
      • Refer a friend
      • Settings
    • 🏗️Blimp
      • Getting Started
      • Login / Register
      • Configure Storage
        • Create Standard Storage Allocation
        • Create Enterprise Allocation
        • Create S3 Server Allocation
        • Create Cloud Migration Allocation
        • Allocation Maintenance and Troubleshooting
      • File Management Pages
      • File Sharing
      • Manage Allocations
      • Upgrade Storage
      • Blimp Vault
      • Refer a friend
      • Settings
      • Launching ZS3 Server
      • Using CLI to backup files into Blimp + ZS3 Server
    • 🏠Chimney
      • Getting Started
      • Login / Register
      • Create New Deployment
      • Manage Your Deployments
      • Homepage
      • Staking Dashboard
      • Rank Dashboard
      • Monitor Dashboard
      • Stats Dashboard
      • Logs Dashboard
      • Wallet Dashboard
      • Operations on your Deployments
      • Restricted Blobbers
      • Settings
        • Manage Profile
        • Wallet Settings
        • Update Blobber Settings
        • Update Blobber Version
        • Refer a friend
        • Help
    • 🌐Atlus
      • Getting Started
      • Home page
      • Service Providers Page
      • Charts Page
        • Market Charts
        • Network Charts
        • Storage Charts
      • Blockchain Page
      • Server Map Page
      • Storage Explainer Page
      • Details Pages
        • Block Details Page
        • Transaction Details Page
        • Wallet Details Page
        • Miner Details Page
        • Sharder Details Page
        • Blobber Details Page
        • Validator Details Page
        • Authorizer Details Page
        • Allocation Details Page
      • Appendix: Common Components
    • ⚡Bolt
      • Getting Started
        • Web
        • Mobile
      • Login / Register
      • Sign In with external wallet
      • Staking Dashboard
      • Staking/Unstaking a provider
      • Claiming Rewards
      • Send/Receive ZCN tokens
      • Buy ZCN
      • Deposit/Withdraw ZCN tokens
      • Activity Dashboard
      • Refer a friend
      • Settings
  • Releases
    • Hardfork
Powered by GitBook
On this page
  1. Züs Apps
  2. Atlus
  3. Details Pages

Allocation Details Page

A page showing the details of an allocation

PreviousAuthorizer Details PageNextAppendix: Common Components

Last updated 10 months ago

You can access this page by one the following:

  • Click on any clickable Allocation ID, for example, in the allocations table in the .

  • Use the URL to: https://atlus.cloud/allocation-details/<allocation_id>

This page shows details about the allocation. The Allocation is a contract of storage between the client and the system, based on which some storage space is dedicated for the client's data. More information about the allocation can be found in documentation.

This page consists mainly of one section:

Allocation Details

This section views the details of the allocation in JSON format, with an overview of the most important information

Allocation Overview

This part shows the most important information about the allocation, which are:

Details Key
Description

Hash

This is the hash of the allocation, which is also its identifier, with a copy icon to copy it to the clipboard.

Owner

Transaction

Size

This is the maximum storage space of this allocation.

Data Shards

This is the count of data shards involving in this allocation. Data shards count decides how many blobbers that the allocation data will be split among.

Parity Shards

This is the count of parity shards involving in this allocation. Parity shards are replicas of the data shards that are used for data protection and fault tolerance. This count also decides how many blobbers will involve in carrying those parity shards.

Write Pool

Expiration Date

This is when the allocation will expire, meaning it will not be able to receive more data of the client.

Allocation Details (JSON format)

This part of the section shows the JSON format of the details of this allocation. More information about the allocation data can be found in The Allocation Entity page.

This is the address of the wallet of the owner of the allocation, which is also the client ID of the owner, with a copy icon to copy it to the clipboard. Clicking on this redirects to the of this client.

This is the hash of the "New Allocation" transaction via which this transaction was created. with a copy icon to copy it to the clipboard. Clicking on this redirects to the page of this transaction.

This is the amount of ZCN locked by the owner of this transaction to cover the expenses of the owner's write operations on this allocation. More information about the Write Pool in the documentation.

✨
🌐
Token Pools
Wallet Details Page
Transaction Details
the Allocation
Wallet Details Page
Fig1: Allocation Details Section
Fig2: Allocation Details (JSON format)