> For the complete documentation index, see [llms.txt](https://docs.zipwire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipwire.io/tools-and-integrations/proofpack-agent-delegation/proofpack-examples.md).

# ProofPack Examples

Central place for copy-paste examples. The main guide links here instead of inlining code.

| Example                                                                                                                     | Description                                                        |
| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Installation](/tools-and-integrations/proofpack-agent-delegation/installation.md)                                          | npm, dotnet, Rust install commands                                 |
| [Quick setup: verification context](/tools-and-integrations/proofpack-agent-delegation/quick-setup-verification-context.md) | Configure trusted roots and create verifier/reader (JS + C#)       |
| [Path 1: Wallet-only (JavaScript)](/tools-and-integrations/proofpack-agent-delegation/path1-wallet-only-javascript.md)      | `verifyByWallet()` — no JWS                                        |
| [Path 2: JWS with claims (JavaScript)](/tools-and-integrations/proofpack-agent-delegation/path2-jws-claims-javascript.md)   | Verify JWS or JWT and read claims                                  |
| [Express.js middleware](/tools-and-integrations/proofpack-agent-delegation/express-middleware.md)                           | Middleware for `x-agent-wallet` or `Authorization: Bearer <token>` |
| [ASP.NET Core](/tools-and-integrations/proofpack-agent-delegation/aspnet-core-agent-verification.md)                        | Controller with wallet and JWS/JWT verification                    |
| [Common use cases](/tools-and-integrations/proofpack-agent-delegation/common-use-cases.md)                                  | Time tracking, payment, compliance, MCP patterns                   |

Main guide: [ProofPack & Agent Delegation](/tools-and-integrations/proofpack-agent-delegation.md).

New to JWS/JWT? See [Understanding JWT and JWS](/fundamentals/security/understanding-jwt-and-jws.md). New to ProofPack itself? See [Understanding ProofPack](/fundamentals/security/understanding-proofpack.md).
