ERC-8204: Token Payments

Discussion for ERC-8204: Token Payments β€” a standard to signal payments in token transfers.

Feel free to join the Telegram group for more synchronous discussions.

3 Likes

like the idea, although I think it can be polished. The standard should define a minimal interface for implementing the pay and payFrom functions.

I don’t understand the Metadata Payload Encoding; could you please elaborate on that? Why does it need to be in this EIP and not as an extension?

1 Like

Left a few comments on the PR

1 Like

Thanks, appreciate the feedback. I also replied on Github.

I did consider keeping metadata encoding as an extension to the ERC. But since each app/platform/protocol may need custom encoding, it felt more useful to define a small set of canonical fields within the spec, alongside extensibility. This provides clear guidelines for implementations while reducing ambiguity for indexers.

1 Like

Understood, yeah, i think it has to be as minimal as possible

1 Like