> For the complete documentation index, see [llms.txt](https://dev.hybrid-chain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.hybrid-chain.com/guides/public-sector-social-impact/public-sector-disbursements.md).

# Public Sector Disbursements

**Overview:** Empower governments, NGOs, and institutions to distribute programmable money in the form of stablecoins, CBDCs, or tokenized grants with full transparency, accountability, and audit trails. Hybrid-Chain enables direct-to-wallet disbursements, with access rules, expiration logic, and spending constraints built-in.

**Platform Benefits:** Hybrid-Chain removes the complexity and opacity from traditional public-sector payments. With Layer-2 vaults and smart permissions, funds can be distributed to self-custody wallets instantly and programmatically, while tracking distribution paths, validating eligibility, and complying with national regulatory mandates.

**Integration Flow:**

1. **Onboarding & Identity Mapping:**
   * Use KYC or pre-approved lists to register recipient wallets or identities
   * Create Hybrid-Vaults for every end-user or institution
   * Tag each wallet with jurisdictional info, user group (e.g. refugee, student), or income tier
2. **Token Setup:**
   * Create national stablecoin (e.g., GUSD, EuroToken) using `TokenCreate()` or load from an authorized issuer
   * Define disbursement parameters: expiration, access tags, max spend amounts, category locks
3. **Fund Distribution:**
   * Use `SendTokenBatch()` to push programmable money to thousands or millions of wallets
   * Each transfer is signed, indexed, and stored immutably for compliance
   * Recipient wallets can be notified via webhook or app notification
4. **Spend Management & Controls:**
   * Limit where or how funds can be spent (e.g., only within local shops, only on medical services)
   * Use `GetSpendHistory()` to analyze usage by region, demographic, or program
   * Enable `TokenReclaim()` if funds are unused beyond expiration dates
5. **Reporting & Auditing:**
   * Export live reports per campaign, location, or round
   * Generate hash-proof audit snapshots for regulatory or donor visibility
   * Allow selective read-only wallet access for oversight bodies or external auditors

**Optional Add-ons:**

* Geofencing: disburse or limit tokens based on GPS or country data
* Eligibility or milestone-based releases: tie disbursements to program KPIs
* Tiered benefit systems: deliver base aid, bonuses, or seasonal support
* Fiat off-ramp integration for end-users to cash out or pay bills

**Note:** Government-related disbursements may fall under financial, humanitarian aid, or central banking oversight. Partnering with authorized institutions and maintaining audit compliance is essential for long-term platform credibility.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.hybrid-chain.com/guides/public-sector-social-impact/public-sector-disbursements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
