General
1. What is zkTerm? zkTerm is a universal zero-knowledge terminal that unifies the entire ZK ecosystem into one interface. It provides identity, encrypted storage, token compression, and cryptographic tools - all accessible from a single terminal. 2. Is zkTerm free to use? Yes, zkTerm is free to use. You only pay blockchain gas fees for on-chain operations (Solana/Starknet transactions). Premium features like large file storage (zkStorage) and AI assistant (zkAI) will require credits via x402 payment system (in development). 3. Which blockchains does zkTerm support?- Solana Mainnet - Live
- Starknet Mainnet & Sepolia - Live
- Zcash - On the roadmap
- Visit zkterm.io/terminal
- Type
zk helpto see available commands - Create a zkID with
zk id register - Start exploring features
Features
6. What features are available?| Feature | Description | Status |
|---|---|---|
| zkID | Universal privacy-preserving identity (did:zk format) | Live |
| zkCompression | Light Protocol for Solana token compression | Live |
| zkToolkit | 10-module cryptographic primitives library | Live |
| zkStorage | Encrypted IPFS storage with zkSNARK proofs | Live |
| zkAuth | Passwordless social login with STARK proofs | In Development |
- Create and manage privacy-preserving identity (zkID)
- Compress tokens to save 5000x on storage costs
- Upload encrypted files to IPFS
- Generate ZK proofs and cryptographic operations
- Manage Solana and Starknet wallets
- Bridge tokens between chains via StarkGate
zk help in the terminal for the full command list. Main categories:
zk id- Identity operationszk light- Token compressionzk storage- Encrypted file storagezk toolkit- Cryptographic primitiveszk wallet- Wallet managementzk starknet- Starknet operations
Security
9. Are my private keys safe? Yes. All private keys are generated and stored client-side. They never leave your device. Keys are encrypted with your password before storage. 10. What encryption does zkTerm use?- File encryption: AES-256-GCM (client-side)
- Signatures: Ed25519
- Password verification: Groth16 zkSNARKs
- On-chain proofs: STARK (Starknet)
Payments
12. What is x402? x402 is zkTerm’s internal payment system (in development) for resource-consuming features:- zkStorage - Pay for IPFS storage costs
- zkAI - Pay for AI assistant token usage
- zkStorage: 10 MB total
- zkAI: 100 queries
Support
14. Where can I get help?- Twitter/X: @zkterm
- GitHub: github.com/zkterm
- Bug reports: Use
zk bug reportin the terminal