Post










Milestone 1: Stage Two Development Update
Following our initial high-level announcement of Milestone 1, we are now sharing a more detailed development update as meaningful progress has been made. This update focuses on functional implementation and current system capabilities. As previously outlined, deeper technical documentation and public repositories will follow at the appropriate stage of development.
Salvium Assets: Functional Prototype
A working prototype of user-generated Salvium Assets is now operational.
At the protocol level, asset creation and transfer mechanics are functioning, and the CLI wallet implementation is nearing completion.
Development Status:
- CLI C++ implementation: ~95% complete.
- Milestone 1 C++ implementation overall: ~75% complete.
- RPC and API code: Nearing completion.
- Salvium Asset functionality at the protocol level: Operational.
This represents a substantial step toward bringing asset functionality to Testnet.
GUI & Wallet Integration
Work is underway to integrate Salvium Asset functionality into the GUI wallet.
Our upgraded GUI will include the following features:
- An asset dropdown listing all Salvium Assets owned.
- The ability to switch between assets.
- Standard wallet operations per selected asset.
- A cleaner, more user-friendly interface.
A specification is also being prepared for potential Stack Wallet integration. While third-party integration is not guaranteed, we will pursue it where feasible.
Asset Structure & Rules
- Asset tickers may contain up to 4 alphanumeric characters.
- All Salvium Assets are automatically prefixed with “sal”.
- Salvium Asset creation is one-way; assets cannot be converted back into SAL1.
- The creation fee is currently 1000 SAL1 and may be adjusted over time.
This structure maintains a clear separation between the base-layer currency and issued assets while discouraging spam and preserving predictable system behavior.
Metadata Framework
Salvium Assets support metadata fields at the time of creation.
- Metadata will use structured JSON fields.
- We are currently confirming whether certain fields will be mandatory (e.g., URL, copyright, size, checksum/signature, name).
- A verification mechanism will be included once the metadata specification is finalized.
This framework lays the groundwork for structured and verifiable asset information. It establishes a consistent foundation for how Salvium Assets can be defined and validated going forward.
CLI Wallet Functionality
The following commands are currently implemented:
- CREATE_TOKEN









































