DTSP is a lightweight signaling protocol that encodes messages using DigiByte transaction amounts.
It enables communication using standard transactions without metadata or scripting.
Each transaction amount represents a character.
A sequence of transactions forms a message.
H = 0.00022666
E = 0.00022663
- Specification → SPEC.md
- Handshake → HANDSHAKE.md
- Examples → EXAMPLES.md
- Deterministic encoding
- No OP_RETURN required
- Compatible with standard wallets
- Fully on-chain signaling
- Requires precise transaction amounts
- Susceptible to wallet rounding
- Not private (fully transparent)
- Fee overhead per character
Draft v1.0
Basic encoder:
python encoder.py
## License
MIT