> For the complete documentation index, see [llms.txt](https://covenant-3.gitbook.io/covenant-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://covenant-3.gitbook.io/covenant-docs/resources/links.md).

# Links & References

> External specs, tools, and project pointers referenced throughout these docs.

## Protocols & standards

| Resource                                             | Link                                      |
| ---------------------------------------------------- | ----------------------------------------- |
| x402 — HTTP payments                                 | <https://x402.org>                        |
| ERC-7710 — Smart Contract Delegation                 | <https://eips.ethereum.org/EIPS/eip-7710> |
| ERC-7715 — Request executions from wallets (related) | <https://eips.ethereum.org/EIPS/eip-7715> |
| EIP-712 — Typed structured data signing              | <https://eips.ethereum.org/EIPS/eip-712>  |
| ERC-4337 — Account abstraction (context)             | <https://eips.ethereum.org/EIPS/eip-4337> |

## MetaMask Delegation Toolkit

| Resource                | Link                                           |
| ----------------------- | ---------------------------------------------- |
| Delegation Toolkit docs | <https://docs.metamask.io/delegation-toolkit/> |
| Package                 | `@metamask/delegation-toolkit@0.13.0`          |

## Network & explorer

| Resource                         | Link                           |
| -------------------------------- | ------------------------------ |
| Base                             | <https://base.org>             |
| Base Sepolia explorer (BaseScan) | <https://sepolia.basescan.org> |
| Default RPC                      | `https://sepolia.base.org`     |
| USDC testnet faucet (Circle)     | <https://faucet.circle.com/>   |

## Tooling

| Resource     | Link                      |
| ------------ | ------------------------- |
| Next.js      | <https://nextjs.org>      |
| React        | <https://react.dev>       |
| Tailwind CSS | <https://tailwindcss.com> |
| viem         | <https://viem.sh>         |
| Venice AI    | <https://venice.ai>       |

## In this repository

| Resource                    | Path                                                                             |
| --------------------------- | -------------------------------------------------------------------------------- |
| Product pitch (root README) | [`../../README.md`](https://github.com/Im-A-Nuel/covenant/blob/master/README.md) |
| Documentation home          | [Welcome](/covenant-docs/readme.md)                                              |
| Policy engine               | `src/lib/policy.ts`                                                              |
| Delegation create / redeem  | `src/lib/delegation.ts`                                                          |
| x402 service (402 + verify) | `src/app/api/x402/sentiment/route.ts`                                            |
| x402 client                 | `src/lib/x402.ts`                                                                |
| Smart account               | `src/lib/smart-account.ts`                                                       |
| Staged run UI               | `src/components/run-flow.tsx`                                                    |
| Settlement readiness        | `src/components/settlement-readiness.tsx`                                        |

## Document map

[Welcome](/covenant-docs/readme.md) · **Introduction:** [Overview](/covenant-docs/introduction/overview.md) · [Background](/covenant-docs/introduction/background.md) · [The Problem](/covenant-docs/introduction/the-problem.md) · [The Solution](/covenant-docs/introduction/the-solution.md) · [Key Features](/covenant-docs/introduction/key-features.md) · **Core Concepts:** [How It Works](/covenant-docs/core-concepts/how-it-works.md) · [Security Model](/covenant-docs/core-concepts/security-model.md) · [x402 + ERC-7710](/covenant-docs/core-concepts/x402-and-erc-7710.md) · [Real vs Simulated](/covenant-docs/core-concepts/real-vs-simulated.md) · **Architecture:** [System Architecture](/covenant-docs/architecture/system-architecture.md) · [Technical Reference](/covenant-docs/architecture/technical-reference.md) · **Getting Started:** [Quickstart](/covenant-docs/getting-started/quickstart.md) · [Demo Guide](/covenant-docs/getting-started/demo-guide.md) · [Going On-Chain](/covenant-docs/getting-started/going-on-chain.md) · **Hackathon:** [Tracks & Judging](/covenant-docs/hackathon/tracks-and-judging.md) · **Resources:** [Roadmap](/covenant-docs/resources/roadmap.md) · [Glossary](/covenant-docs/resources/glossary.md) · Links & References


---

# 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:

```
GET https://covenant-3.gitbook.io/covenant-docs/resources/links.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.
