# FAQ

Below are answers to frequently asked questions about NeiryLab and its processes.

**What is NeiryLab?**\
NeiryLab is a decentralized accelerator for projects in neuroscience, neurotechnology, and neural interfaces, leveraging DeFi tools and tokenization on the Solana blockchain to support research and commercialization.

**Who can submit a project?**\
Any team with a project in neuroscience, neurotechnology, or neural interfaces can apply, provided they meet the requirements outlined in the [Requirements for Projects](/requirements-for-projects.md) section.

**How does voting work?**\
Pythia and Elvis token holders vote over a 7-day period to select projects. Each PYTHIA token has a voting power of 2, and each ELVIS token has a voting power of 1. See [Voting Process](/voting-process.md) for details.

**What happens if a project fails to meet milestones?**\
Projects that miss milestones or fail to meet obligations may be excluded from the accelerator, as described in [Termination of Collaboration](/termination-of-collaboration.md).

**How can I contact NeiryLab?**\
For support or inquiries, reach out through our official website or community channels listed in the [Introduction](/introduction.md).


---

# 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.neiry.ai/faq.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.
