For an in-depth understanding of the LAOS system, refer to the LAOS Technical Whitepaper, which covers all components extensively.
The LAOS Ownership Parachain is a specialized chain built on Polkadot.
It offers several functionalities that enable the management and transfer of LAOS native utility tokens, as well as the ownership of all LA (Living Assets) created directly within LAOS. Additionally, the Parachain handles the runtime upgrades and stores state roots of Evolution Chains (Evochains), providing asset attribute certification methods and rewarding Evochain validators upon receiving new correct roots.
You can start and sync ownership node locally with the following command:
$ docker run freeverseio/laos-ownership-node:<release> --chain=arrakis
The Arrakis network serves as the testnet for the LAOS Ownership Parachain. It can be accessed and interacted with using either the Substrate RPC (Polkadot JS extension) or the Ethereum RPC wallet (Metamask).
- RPC URL: wss://arrakis.gorengine.com/own
- Network ID: Arrakis
- Chain ID: 667
- RPC URL: https://arrakis.gorengine.com/own
- Currency Symbol: DROP
Contributions to the LAOS Ownership Parachain project are welcome.