diff --git a/README.md b/README.md index 67e623d..77e82c8 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,24 @@ Library App is a console-based library management system implemented in C# using ```sh git clone https://github.com/yourusername/library-app.git cd library-app + ``` 2. Build the solution: ```sh dotnet build + ``` 3. Run the console application: ```sh - dotnet run --project src/Library.Console/Library.Console.csproj + dotnet run --project src/Library.Console/Library.Console.csproj + ``` 4. Follow the on-screen instructions to interact with the library management system. +## XENE Tokenomics +XENE's tokenomics aim to build a token economy that supports Xenea in achieving the following key outcomes: + +- **Security**: An appropriate incentive model rewards protocol-based mining activity and encourages many ecosystem participants to operate secure nodes. +- **Decentralization**: Future distributed nodes and communities contribute to ecosystem expansion and governance decisions. +- **Sustainability**: The tokenomics are designed to encourage important Xenea processes, including block verification, in a sustainable manner. +- **Ecosystem Development**: XENE is used as an incentive for dApp developers to build applications and services on Xenea. + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -``` \ No newline at end of file