# Key Features

**🌐 Comprehensive Blockchain Access**

* 13 HTTP RPC Tools for standard blockchain queries
* 5 WebSocket Tools for real-time updates
* 6 Official SDK Tools with built-in signing capabilities
* 7 Cryptography Tools for key management and security

**📝 Smart Contract Development**

* 7 Development Tools with templates and documentation
* ES5 JavaScript contract support
* Built-in testing framework
* ZTP20, ZTP721, ZTP1155 token standards

**🔒 Security First**

* Ed25519 cryptographic signatures
* AES-256-CBC encryption for private keys
* Password-based key derivation (PBKDF2)
* Secure key storage and management

**⚡ Real-Time Capabilities**

* WebSocket connections for live updates
* Transaction status monitoring
* Address subscription for notifications
* Event streaming

**🎯 Developer Friendly**

* Natural language interface
* Extensive examples and documentation
* Interactive setup wizard
* Comprehensive error handling


---

# 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://docs.zetrix.com/en/developer-resources/zetrix-mcp-server/introduction/key-features.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.
