> For the complete documentation index, see [llms.txt](https://docs.goneuron.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goneuron.xyz/details/faqs.md).

# FAQs

### **Do you have a block explorer?**

No, transfers between addresses and chains are private. Only users that have bridged funds will be able to see the status of their in-progress and completed transactions on the platform.

### **Wen token?**

The **neuron** team is currently focusing on product development and improving our user experience. Any future discussion of tokens can be found on our twitter or discord.

### **What networks or chains are supported in neuron？**

All current chains as well as upcomming chains and tokens can be found on the the [supported chains](/details/supported-chains.md) page.

### **What should I do if the transaction fails or the waiting time is too long?**

See [Issues and Support](/details/issues-and-support.md).

### What should I do if I see Failed or Delayed in my history

See [Issues and Support](/details/issues-and-support.md).

### **Can I provide liquidity to neuron?**

We are designing how to open up liquidity provisions in the future to increase the amount of liquidity available on all our supported tokens and chains.

This section will be updated in the future.

### How private is the neuron?

Blockchains are open databases that allow for transparent recording of transactions, neuronhas been designed to enhance privacy by encrypting the information that is recorded on the chain, specifically the destination of user funds.&#x20;

This encryption ensures that once a transaction is picked up by neuron validators and relayed, the process becomes entirely private and takes place off-chain. Deposits made at destination chains on behalf of users solely originate from the neuron relayers, effectively breaking any direct link to the source transaction.&#x20;

While this level of privacy may be sufficient for the majority of users depending on their requirements, it is important to note that the protocol does not guarantee absolute anonymity and it might still be possible for a determined attacker to match input and output transactions by watching smart contract activity on all supported chains.

### **Are the contracts audited?**

Auditing smart contracts is a vital step in ensuring the integrity and safety of the neuron platform. Our audits are a key part of our due diligence process ensure the our smart contracts operate exactly as intended without introducing risk to our collateral management or user funds.

Further details of audits will be published here shortly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.goneuron.xyz/details/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
