# 2.2 Blockchain-as-a-Service (Litecoin Only)

Running blockchain infrastructure is operationally heavy.

PTERI provides **Litecoin Blockchain-as-a-Service** so developers can focus on products, not nodes.

#### What this includes

* Litecoin node access
* Address and UTXO indexing
* Transaction construction
* Broadcasting
* Confirmation tracking
* MWEB-aware handling

#### What this does *not* include

* Custody
* Key management
* Transaction signing

PTERI infrastructure **verifies and observes** — it does not control.

#### Why Litecoin

Litecoin provides:

* Proven proof-of-work security
* UTXO-based verification
* Faster block times for better UX
* Optional privacy via MWEB
* Minimal protocol complexity

This makes Litecoin ideal as:

* A settlement layer
* A verification layer
* A public time-ordering system

> Litecoin is infrastructure — not an experiment.

<figure><img src="/files/zjWsaJXjzY3A6hRaO6hQ" 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://docs.kakrlabs.com/2.-platform-capabilities/2.2-blockchain-as-a-service-litecoin-only.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.
