# Functionality and Technical Architecture

Overlay services encompass several critical functions that contribute to their overall effectiveness:

1. **Ingest and Validate**: Overlays ingest and validate transactions using SPV, ensuring that only valid transactions are processed.
2. **Maintain Chain State**: They maintain the valid chain of headers, ensuring synchronization with the blockchain's current state.
3. **Submit Transactions**: Overlays submit valid transactions to the BSV Node Network for inclusion in blocks.
4. **Track Propagation**: They monitor transaction propagation status, providing users with feedback regarding transaction confirmation.
5. **Merkle Path Distribution**: Overlays acquire and distribute Merkle paths for mined transactions, facilitating SPV verification.
6. **Peer Synchronization**: They synchronize with peer overlay nodes to ensure data consistency and availability.
7. **UTXO and Transaction Lookups**: Overlays may expose UTXO and transaction lookup services tailored to specific use cases.

The technical architecture of overlay services consists of several interrelated components:

<figure><img src="/files/sxPMZZNL6Pbl4pz7PyQF" alt=""><figcaption></figcaption></figure>


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-network-topology/essentials-of-overlay-services/functionality-and-technical-architecture.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.
