Provenance-first crypto transactions — alias for tibet-jawbreaker
Project description
tibet-ledger
Provenance-first crypto transactions — every transfer has intent, every wallet has identity.
This is an alias for tibet-jawbreaker. Install either one — they're the same thing.
pip install tibet-ledger
# or
pip install tibet-jawbreaker
Quick Start
# Full demo: legit vs suspicious transactions
tibet-ledger demo
Python API
from tibet_ledger import Ledger, LegitimacyLevel
ledger = Ledger()
jasper = ledger.register_wallet("jis:jasper", verified=True)
# Transfer WITH intent = legitimate
tx = ledger.transfer(
from_jis="jis:jasper",
to_jis="jis:humotica",
amount=5.0,
currency="ETH",
intent="Payment for Q1 development",
)
print(tx.legitimacy) # LegitimacyLevel.LEGITIMATE
# Transfer WITHOUT intent = suspicious
tx2 = ledger.transfer(
from_jis="jis:anon:someone",
to_jis="jis:anon:other",
amount=50.0,
currency="ETH",
)
print(tx2.legitimacy) # LegitimacyLevel.SUSPICIOUS
Features
- Legitimacy scoring (intent, identity, context)
- Wash trading & round-trip detection
- Blind mining flagging
- Notary attestation
- Wallet trust leaderboard
- Full TIBET audit trail
License
MIT — Humotica AI Lab 2025-2026
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tibet_ledger-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tibet_ledger-0.1.0.tar.gz.
File metadata
- Download URL: tibet_ledger-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43dcad8fe01b0819525fdbb1069b4c50b4e66f7a6a86e2c89ef95f9ce6e2201e
|
|
| MD5 |
46ae2adadb9ecd34665cbfa633ee4eed
|
|
| BLAKE2b-256 |
da50d75930b09548baa91e47c661d0aff0d1fa57a15338b7cba6a10699e9a8ca
|
File details
Details for the file tibet_ledger-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tibet_ledger-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dacff8025a737b14ec1c5ef3ffb107fdc7fa4524e952e9b2d67da7d1f877109
|
|
| MD5 |
2b2456be69ca131cd512b93d161c3950
|
|
| BLAKE2b-256 |
83175e878fd4482ae4422e4eaf00266157fa7ec9957e33cf6282ed7c63b692f8
|