# SNIP-20/25

SNIP-20 a novější verze SNIP-25 jsou ekvivalenty k ERC-20 které obíhají na EVM sítích jako je například Ethereum nebo Arbitrum One

Zdrojový kód je postavený na CW-20 tokenech které jsou používané například na Juno Network nebo Osmosis

Největším rozdílem od ERC-20 nebo CW-20 je že SNIP tokeny mají soukromé a do značné míry i anonymní transakce a to na úrovni fyzických bankovek.

Citlivá data transakce tak vidí pouze odesílatet a přijmatel, všichni ostatní mají smůlu.\
Díky tomu můžeme SNIP-20 a SNIP-25 považovat za ještě více zaměnitelné tokeny než například ERC-20&#x20;

SNIP-20: <https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-20.md>\
SNIP-25: <https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-25.md>


---

# Agent Instructions: 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://scrtcz.gitbook.io/book/standardy/snip-20-25.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.
