Skip to content

docs(ucs): introduce ucs07#5359

Open
cor wants to merge 4 commits intomainfrom
ucs07
Open

docs(ucs): introduce ucs07#5359
cor wants to merge 4 commits intomainfrom
ucs07

Conversation

@cor
Copy link
Contributor

@cor cor commented Dec 23, 2025

This PR introduces the UCS07 specification documentation.

Note that for simplicity's sake, I kept the universal_chain_id as a required component of a valid UCS07.

@vercel
Copy link

vercel bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
site Skipped Skipped Jan 5, 2026 7:50am

@github-actions
Copy link

github-actions bot commented Dec 23, 2025

Docs 🤌

✨ Deployment complete! Take a peek over at https://3c226342.docs-ajn.pages.dev
✨ Deployment alias URL: https://head.docs-ajn.pages.dev


The following token kinds represent chain-native assets and do **not** include a denomination:

- `evm-native` — The native gas token of an EVM chain (ETH, MATIC, etc.)
- `starknet-native` — The native STRK token on Starknet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no native STRK token, it's just a contract with the (starknet) erc20 interface

Comment on lines +71 to +76
An identifier with an incorrectly checksummed address is **invalid**:

```
ethereum.1:erc20.0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed ❌ Invalid (not checksummed)
ethereum.1:erc20.0x5aAEb6053f3E94c9b9a09f33669435e7ef1beaed ❌ Invalid (wrong checksum)
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"implementations may choose to parse unchecksummed addresses, as is common when dealing with ethereum addresses, however they must only produce checksummed denoms when displaying."

Co-authored-by: ben <git@luelo.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants