The identity and ownership layer for every SiloCloud customer.
SiloID is the account identity that connects a customer to services, payments, storage, applications, blockchain readiness, and long-term platform ownership. A customer should not simply have an email address in the system. They should have a SiloID.
Overview
SiloID is the identity bridge between SiloCloud.com, SiloCloudOS, and SiloBlockchain. It should be created during checkout or account registration and then used as the durable reference for services, billing, storage, wallet activity, and support.
Activation Flow
When a customer selects a service, the system should stage the purchase. During checkout, the customer enters basic identity information, receives or attaches a SiloID, completes payment, and then receives the activated service in their account.
| Identity Field | Purpose | Example |
|---|---|---|
| siloid | Durable customer identifier. | SILOID-9FA31B20C1 |
| customer_email | Login and communication reference. | customer@example.com |
| status | Payment/account state. | pending_payment / active |
| service_links | Services owned by the customer. | hosting, storage, wallet |
API Structure
Testing
Testing should confirm that a SiloID is created only when required, duplicate emails are handled safely, and services are attached to the right customer identity.