# Community and Support

#### **Community and Support**

The XSPACE Protocol thrives on collaboration and a vibrant developer community. Whether you're building decentralized applications (dApps), contributing to the core protocol, or creating tools for ecosystem growth, the community offers extensive resources, grants, and support to help you succeed.

***

### **Developer Grants**

XSPACE provides financial and technical support for innovative projects that advance the protocol’s mission. Developer grants are available for initiatives in areas such as real-world asset (RWA) tokenization, DeFi, smart city integrations, and tooling.

#### **Eligibility Criteria**

To qualify for a grant, your project must:

1. Be open-source or significantly benefit the XSPACE ecosystem.
2. Align with XSPACE’s mission (e.g., RWA tokenization, DeFi, governance).
3. Provide detailed technical documentation and a development roadmap.

#### **Grant Categories**

1. **Core Infrastructure**:
   * Tools, SDKs, and APIs to enhance developer experience.
   * Examples: Wallet integrations, blockchain explorers.
2. **DeFi and dApps**:
   * Innovative financial applications built on XSPACE.
   * Examples: Decentralized exchanges, lending platforms.
3. **Tokenization Projects**:
   * Applications for tokenizing real-world assets.
   * Examples: Real estate, commodities, or public infrastructure tokenization.
4. **Community Tools**:
   * Educational resources, dashboards, and analytics for the ecosystem.

#### **How to Apply**

1. **Prepare a Proposal**:\
   Include the project scope, technical architecture, expected milestones, and requested grant amount.
2. **Submit the Application**:\
   Fill out the application form at [https://grants.xspaceprotocol.io](https://grants.xspaceprotocol.io/).
3. **Review Process**:\
   Applications are reviewed by the XSPACE Grants Committee. You may be invited for a follow-up interview or demo.
4. **Grant Disbursement**:\
   Approved projects receive funding in GLXYC tokens, disbursed based on milestone completion.

***

### **Contribution Guidelines**

XSPACE welcomes contributions from developers to enhance the protocol, build tools, or improve documentation. Contributions are managed via the project’s GitHub repository.

#### **How to Contribute**

1. **Find an Issue**:\
   Check the repository for open issues tagged as `good first issue` or `help wanted`.
   * GitHub: <https://github.com/xspaceprotocol>
2. **Fork the Repository**:\
   Clone the repository and create a new branch for your feature or fix.

   ```bash
   git clone https://github.com/xspaceprotocol/xspace.git
   cd xspace
   git checkout -b my-feature-branch
   ```
3. **Implement and Test**:\
   Make your changes and ensure they pass all tests.
4. **Submit a Pull Request**:\
   Open a pull request (PR) on GitHub with a detailed description of your contribution.
5. **Code Review**:\
   Core maintainers will review your PR and provide feedback. Once approved, your contribution will be merged.

***

#### **Best Practices for Contributions**

1. Follow the **XSPACE Code Style Guidelines**: Adhere to the conventions outlined in the repository.
2. Write **Comprehensive Documentation**: Include clear explanations and examples for new features.
3. Add **Unit Tests**: Ensure new functionality is thoroughly tested.
4. Participate in **Community Discussions**: Join forums or Discord to gather feedback on your ideas.

***

### **Getting Help**

#### **Official Support Channels**

1. **Developer Documentation**:\
   Comprehensive guides and references at [https://docs.xspaceprotocol.io](https://docs.xspaceprotocol.io/).
2. **Community Forum**:\
   Discuss issues and share ideas with other developers at [https://community.xspaceprotocol.io](https://community.xspaceprotocol.io/).
3. **Discord**:\
   Join the XSPACE developer community on Discord for real-time support and discussions.
4. **Email Support**:\
   For direct assistance, contact <support@xspaceprotocol.io>.

***

#### **Common Resources**

* **GitHub Repository**: <https://github.com/xspaceprotocol>
* **Explorer API**: [https://api.xspaceprotocol.io](https://api.xspaceprotocol.io/)
* **Faucet**: [https://testnet-faucet.xspace.io](https://testnet-faucet.xspace.io/)

***

#### **Community Events**

1. **Hackathons**: Participate in global and regional hackathons hosted by XSPACE to showcase your ideas and win prizes.
2. **Workshops**: Join live workshops on tokenization, smart contract development, and DeFi tools.
3. **Meetups**: Network with other developers and community leaders in XSPACE meetups.

By leveraging these resources and support channels, you can actively contribute to the XSPACE ecosystem while receiving guidance and recognition for your efforts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xspaceprotocol.io/getting-started/developer-docs/community-and-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
