> For the complete documentation index, see [llms.txt](https://plabs.gitbook.io/plabs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plabs.gitbook.io/plabs-docs/privacy-core/perc20/eip-8289.md).

# ERC-8289 specification index

**ERC-8289** was the draft number used while authoring **Private Fungible Tokens** before EIP editors assigned the sequential number [**ERC-8302**](/plabs-docs/privacy-core/perc20/eip-8302.md).

## Status

| Field             | Value                                                                            |
| ----------------- | -------------------------------------------------------------------------------- |
| ERC               | 8289 (superseded by **8302**)                                                    |
| Active submission | [ERCs PR #1817](https://github.com/ethereum/ERCs/pull/1817) → `ERCS/erc-8302.md` |

For the **approve extension** proposal (ZIP-32 subaccounts, full ERC-20 surface), see [**ERC-8302**](/plabs-docs/privacy-core/perc20/eip-8302.md).

## Repo copy

This repository still uses **`docs/eip-draft.md`** with `eip: 8289` in frontmatter until synced to 8302. Normative content matches the ERC-8302 submission (including approve).

## GitBook ↔ spec

| GitBook                                                                     | Spec section                     |
| --------------------------------------------------------------------------- | -------------------------------- |
| [Privacy Core](/plabs-docs/privacy-core/overview.md)                        | Underlying Protocol, Call Format |
| [Interface mapping](/plabs-docs/privacy-core/perc20/interface-and-erc20.md) | Interface Overview               |
| [Operations](/plabs-docs/privacy-core/perc20/operations.md)                 | Method Semantics                 |
| [Approved spending](/plabs-docs/privacy-core/perc20/approved-spending.md)   | approve / transferFrom           |
| [Compliance freeze](/plabs-docs/privacy-core/compliance-freeze.md)          | cmxFrozenRoot                    |

## Next

→ [**ERC-8302 — active ERC submission (approve extension)**](/plabs-docs/privacy-core/perc20/eip-8302.md)


---

# 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://plabs.gitbook.io/plabs-docs/privacy-core/perc20/eip-8289.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.
