☁️
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
  • Wallet Details
  • Transactions List
  • Allocations Table
  1. Züs Apps
  2. Atlus
  3. Details Pages

Wallet Details Page

A page showing details of the Client Wallet

PreviousTransaction Details PageNextMiner Details Page

Last updated 9 months ago

Wallet is basically a pair of keys that clients use to sign the transactions they submit to the system. Every wallet of the system has an "address", which is also an identifier for this wallet, and therefore for the client, in the system.

This page views the details of a client's wallet, given its address. You can access this page as follows:

  • Any clickable Address field that represents the address of a client wallet, like the From and To fields of Allocation Creation transactions from the Transaction table in .

  • Using the url: https://atlus.cloud/address-details/<user_wallet_id>

Note that all the providers (blobbers, miners, sharders, etc...) also have wallets - which have address - so if you tried to access this page with the address of a provider wallet, you'll be redirected to the details page for this provider.

Now let's discuss the sections of this page:

Wallet Details

This part of the page shows the details of the wallet in JSON format, along with an overview with the most important details.

Wallet Overview

This views the most important details you need to know about the wallet:

Details Key
Description

Wallet ID

This is the address itself, which is also the identifier of the wallet.

Wallet Balance (ZCN)

This is the amount of ZCN tokens this wallet carries.

Staked Balance (ZCN)

Rewards

Wallet Details (JSON format)

This views the wallet details in JSON format.

Transactions List

This section views the transactions related to this wallet, either sent or received.

Sent Transactions

You can use the filtration list in the upper right corner of this section to filter the transactions by their type.

Received Transactions

As in the table before, you can use the filtration list in the upper right corner of this section to filter the transactions by their type.

Allocations Table

Column Name
Description

Allocation ID

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.

Size

This is the maximum storage space of this allocation.

Expiration Date

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

This is the amount of ZCN tokens this wallet uses to stake the providers and get rewards. More information about staking on the page of the Tokenomics System Feature documentation.

This is the amount of ZCN tokens this wallet gained as rewards from staking providers. More information about rewards on the page of the Tokenomics System Feature documentation.

This table shows information about transactions sent by this wallet i.e. this wallet should appear in the From field of these transactions. This table shows the same information as in the Transactions table in the in Atlus.

This table shows information about transactions received by this wallet i.e. this wallet should appear in the To field of these transactions. This table shows the same information as in the Transactions table in the in Atlus.

This table views information about the allocations owned by this wallet. Allocations are like contracts between the client and the system to allocate storage space for the client's data. You can read more about the in the Storage System Feature documentation.

This is the Identifier of the allocation, with a copy icon to copy it to the clipboard. Clicking on it redirects to the of this Allocation.

✨
🌐
Blockchain Page
Blockchain Page
Allocation
Staking
Rewards
Allocation Details page
the Blockchain page
Fig1: Wallet Overview page
Fig2: Wallet Details (JSON format)
Fig3: Sent Transactions Table
Fig4: Transaction Filtration by type
Fig5: Received Transactions Table
Fig6: Allocations table