# Components

Deploying the SPV Wallet will spin up a number of containerized services to create something which at a high level looks like the diagram below.

<figure><picture><source srcset="/files/YItQFPUD8Im6PjPPTRxS" media="(prefers-color-scheme: dark)"><img src="/files/KZW1xIRXBg4YnyDJLwkb" alt=""></picture><figcaption><p>High Level Components of the SPV Wallet</p></figcaption></figure>

We see that there are two user interfaces, the Wallet App, and the Admin Console. These drive an API hosted by the SPV Wallet Server. This Wallet Server also accepts payments from Other Wallets, and Broadcasts Transactions to ARC. ARC returns Merkle Paths to confirm transactions, which are validated by checking Merkle roots stored by Blockheader Service.

The SPV Wallet combines the components to form a fully operational hosted non-custodial open-source reference wallet for the ecosystem.


---

# 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.bsvblockchain.org/network-topology/spv-wallet/components.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.
