https://github.com/blessedux/xenyield
A DeFi-powered competitive space exploration game where players stake assets to explore exoplanets, mine resources, and compete for yields. Play to Earn Stake assets (min 0.1 ETH) Survive to earn yields (up to 10x) Own exoplanet properties Generate passive income Built with ❤️ for the Sozu Hack #2
https://github.com/blessedux/xenyield
defi ethereum fps-game game mantle space-explorer
Last synced: 8 months ago
JSON representation
A DeFi-powered competitive space exploration game where players stake assets to explore exoplanets, mine resources, and compete for yields. Play to Earn Stake assets (min 0.1 ETH) Survive to earn yields (up to 10x) Own exoplanet properties Generate passive income Built with ❤️ for the Sozu Hack #2
- Host: GitHub
- URL: https://github.com/blessedux/xenyield
- Owner: blessedux
- Created: 2025-02-08T00:35:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T02:05:05.000Z (8 months ago)
- Last Synced: 2025-02-08T02:20:01.887Z (8 months ago)
- Topics: defi, ethereum, fps-game, game, mantle, space-explorer
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XENOYIELD
> A DeFi-powered competitive space exploration game
The Next Frontier: 2024-2050
As humanity stands on the brink of becoming a multi-planetary species, the next three decades promise unprecedented achievements in space exploration:
2024-2030:
*Permanent lunar settlements through NASA's Artemis program
*First commercial space stations
*Initial Mars cargo missions laying groundwork for human arrival2030-2040:
*First human settlement on Mars
*Asteroid mining operations begin
*Deep space habitats between Earth and Mars
*Commercial lunar economy emerges2040-2050:
*Regular transit between Earth and Mars
*Discovery of potentially habitable exoplanets
*Advanced propulsion enabling deeper space exploration
*First commercial operations beyond Mars
XENOYIELD anticipates this exciting future by gamifying space exploration through blockchain technology.
As humanity reaches for the stars, our protocol creates a unique bridge between DeFi yields and the thrill of cosmic discovery.XEN YIELD is a unique blockchain game that combines third-person combat mechanics with DeFi yield generation. Players stake assets to participate in virtual timed expeditions on tokenized exoplanets, where survival and combat prowess directly impact financial returns. Liquidity is destined to generate benfits for participants as well as fund space exploration efforts, staying in between gamified simulation of multiplayer prospecting matches, and real space exploration.
## 🚀 Quick Start
### Prerequisites
- Node.js (v16 or higher)
- MetaMask wallet
- Git### Installation
```bash
# Clone the repository
git clone https://github.com/yourusername/xenoyield.git# Install dependencies
cd xenoyield
npm install# Set up environment variables
cp .env.example .env
# Edit .env with your configuration# Start local development
npm run dev
```## 🎮 How to Play
### 1. Connect & Stake
- Connect your MetaMask wallet
- Choose an expedition session (20-50 minutes)
- Stake your assets (minimum 0.1 ETH)### 2. Explore & Combat
- Navigate exoplanets in third-person view
- Mine resources to increase yields
- Engage in PvP combat
- Survive to maximize returns### 3. Rewards
- Claim rewards during docking periods
- Earn exoplanet NFT properties
- Generate passive income through mining## 💀 Risk Levels
| Zone Type | Stake Loss | Potential Yield |
| ----------- | ---------- | --------------- |
| Low Risk | 10-20% | 1x-2x |
| Medium Risk | 30-50% | 2x-5x |
| High Risk | Up to 90% | 5x-10x |## 🏗 Architecture
```mermaid
graph TD
A[Player] -->|Stake| B[Session Pool]
B -->|50%| C[DeFi Yield]
B -->|50%| D[ETH Mining]
C --> E[Prize Pool]
D --> E
E -->|Winners| F[Reward Distribution]
```### Smart Contracts
- `SessionController.sol`: Manages game sessions
- `YieldManager.sol`: Handles DeFi integrations
- `ExoplanetNFT.sol`: NFT property system
- `MiningController.sol`: ETH mining allocations## 💎 Key Features
- **AI-Driven Yield**: Automated yield optimization
- **Real Exoplanets**: NFT properties based on actual celestial bodies
- **Dynamic Rewards**: Performance-based yield distribution
- **Ghost Mode**: Spectate after elimination
- **Mining Integration**: ETH mining reward sharing## 🔧 Technical Stack
- Frontend: React/Next.js
- Blockchain: Mantle Network
- 3D Engine: Unity
- Smart Contracts: Solidity## ⚡ Why Mantle Network?
XENOYIELD leverages Mantle's Layer 2 infrastructure to provide a superior gaming experience:
| S Feature | Benefit | Impact |
| ----------------- | ----------------------- | ----------------------- |
| Transaction Speed | <1 second finality | Smooth gameplay |
| Gas Costs | ~95% reduction | Lower barriers to entry |
| NFT Operations | Instant minting/trading | Active marketplace |
| Scalability | High throughput | Large player base |Integration Architecture
graph TD
A[Player Actions] -->|Mantle L2| B[Session Contract]
B -->|Fast Finality| C[Game State]
C -->|Low Gas| D[NFT Updates]
D -->|Quick Sync| E[Reward Distribution]## 📈 Revenue Model 💰
1. **Player Fees**
- Elimination penalties
- Transaction fees
- NFT marketplace fees2. **Yield Sources**
- DeFi protocol yields
- ETH mining rewards
- Property rental income## 🛡 Security
- Multiple contract audits
- Secure stake management
- Regular security updates## 🤝 Contributing
1. Fork the repository
2. Create feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit changes (`git commit -m 'Add AmazingFeature'`)
4. Push to branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## 📄 License
Distributed under the MIT License. See `LICENSE` for more information.
## 📞 Support
- [Telegram](https://t.me/blessedux)
- Twitter: [@XenoYield](twitter-link)
- Email: joaquin@mentemaestra.space## ⚠️ Disclaimer
This is a high-risk game involving real assets. Please play responsibly and never stake more than you can afford to lose.
---
Made with 🚀 by the blessedux for the Sozu Hack #2 Feb 2025