# Tenets of Neuron

Neuron’s core tenets—Discover, Connect, Pay, and Protect—create a seamless peer network. Discover locates peers for transactions; Connect builds reliable communication streams; Pay secures financial transactions; Protect verifies interactions without compromising privacy, ensuring security and fairness.

* **Discover**: Facilitate the discovery of peers, ensuring buyers, sellers, and validators can find each other.
* **Connect**: Enable bidirectional communication channels (streams) between peers, even when they are initially unknown to each other.
* **Pay**: Handle seamless, secure money transfers between data providers (sellers) and data consumers (buyers).
* **Protect**: Allow validators to monitor and verify streams to ensure adherence to a Service License Agreement (SLA) written in business language, all without compromising the privacy of participants.


---

# 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.neuron.world/neuron-concepts/tenets-of-neuron.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.
