# Home

<figure><img src="/files/8ubJkLELoyGkgPq3kLnz" alt=""><figcaption></figcaption></figure>

## Java client SDK

[x402 Java client](/mogami/java-client-sdk/getting-started-x402-v1.md) makes it easy to bring x402 payments into your applications. With just a few lines of code, you can fetch requirements, sign payloads, and send transactions securely. It handles expiration, authorization, and signature logic behind the scenes, so you can focus on building features instead of managing payments.

## Java server SDK

[x402 Spring boot starter](/mogami/java-server-sdk/getting-started-x402-v1.md) lets you transform any API into a pay-per-call service powered by x402. With a single Spring Boot annotation, you can enforce stablecoin payments before granting access — no accounts, no subscriptions, no custom wiring. The SDK automatically verifies payment payloads and handles errors gracefully, letting you stay focused on your business logic.

## Facilitator server

[Mogami Facilitator server](https://github.com/mogami-tech/x402-facilitator) acts as your payment gateway for x402. You can run it as a Docker image within your own infrastructure, or use our always-on hosted facilitator online at [https://facilitator.mogami.tech](https://facilitator.mogami.tech/). It verifies, authorizes, and settles x402 transactions in real time, connecting your services to the blockchain securely while keeping private keys safe.

## Playground service (examples)

[x402 examples](https://github.com/mogami-tech/x402-examples) showcase real-world x402 payment flows you can run and adapt instantly. From protecting endpoints with paywalls to demonstrating full transaction lifecycles, they’re designed to teach by doing. [https://playground.mogami.tech](https://playground.mogami.tech/) lets you experience those exemples in action. It’s a live REST API protected by x402 that you can call directly from your own client code.


---

# 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://mogami.gitbook.io/mogami/home.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.
