
TeziHealth puts patients in control of their medical records. Share with physicians on your terms, earn rewards for contributing to research, and trust that your privacy is protected by end-to-end encryption.
The healthcare industry profits from patient data while patients retain no ownership, no compensation, and no privacy.
Your health records are scattered across hospitals, labs, and clinics โ each holding your data in incompatible systems. You have no unified view of your own health history.
Pharmaceutical companies and research institutions generate billions from patient data, yet patients receive nothing in return for sharing their most personal information.
Centralized databases are prime targets for breaches. Over 40 million patient records were exposed in 2023 alone, with patients having no control over who accesses their data.
A patient-first platform where ownership is absolute, compensation is automatic, and privacy is guaranteed by cryptography.
Every health record is cryptographically tied to the patient. No hospital, insurer, or third party can access or transfer your data without your explicit consent.
When researchers access your data through the marketplace, you receive HEARTS tokens directly โ fair compensation for the value your data provides to medical research.
All records are encrypted on your device before upload โ large files with AES-256-GCM, metadata with NaCl. Stored on IPFS with only a content hash on-chain. Not even TeziHealth can read your data.
TeziHealth serves every participant in the healthcare ecosystem โ from patients to physicians to research institutions.
Link your Solana wallet (Phantom, Solflare) to establish your identity. Your wallet address becomes your sovereign health data identifier โ no username or password required.
Upload documents, lab results, or imaging. Large files (up to 2 GB) are encrypted with AES-256-GCM on your device, while metadata and OCR text are encrypted with NaCl. Both are stored on IPFS โ only you hold the decryption keys.
Grant time-limited, scoped access to physicians and researchers directly on-chain. Set expiry dates, restrict to view-only, or limit to de-identified data. Revoke any consent instantly.
List specific records on the marketplace. Set your price in HEARTS tokens. When a researcher purchases access, payment is escrowed on-chain and released to you automatically upon approval.
Appoint caregivers, family members, or a power of attorney as delegates. Define exactly what permissions they have and when they expire โ full auditability on every action.
Built from the ground up with a complete, production-grade feature set โ every capability designed around patient sovereignty and regulatory compliance.
Every health record is anchored to the patient's wallet via a Program Derived Address (PDA). Records can only be created, updated, or transferred with the owner's cryptographic signature.
Large medical files (MRI, CT, X-ray โ up to 2 GB) are encrypted with AES-256-GCM and pinned to IPFS separately. Metadata and OCR text are encrypted with NaCl and stored as a lightweight JSON payload. Only the metadata CID is written on-chain.
On-chain consent accounts define exactly who can access what, for how long, and at what scope โ FullAccess, ViewOnly, LimitedFields, or DeidentifiedOnly. Revocation is instant and permanent.
Assign trusted delegates โ caregivers, family members, or attorneys โ with specific permissions. Delegates can manage records on behalf of patients with the same on-chain auditability.
Patients can join medical research studies and earn HEARTS tokens. Researchers propose studies with defined scopes and compensation, funded by an on-chain escrow that pays automatically.
List health records for access in the marketplace. Pricing is dynamic, based on data rarity โ genetic data commands higher rates than vitals. All transactions are peer-to-peer via smart contract.
Every access, consent grant, transfer, and modification is logged permanently on-chain. Patients can review a complete history of who accessed their data and when โ full compliance visibility.
Records can be set to Public, Private, ResearchOnly, EmergencyOnly, or DelegateOnly visibility. Fine-grained control ensures data is only surfaced to appropriate parties.
All operations settle on Solana in under 400ms with negligible fees (fractions of a cent). Patient experience is seamless โ no waiting for block confirmations or high gas costs.
A Solana SPL token that aligns incentives across every participant in the TeziHealth ecosystem โ deflationary by design.

Researchers and institutions pay HEARTS to access patient health records through the marketplace. Payment is escrowed on-chain and released automatically upon patient approval.
Patients earn HEARTS by participating in medical research studies. Researchers fund study escrows upfront, ensuring compensation is guaranteed before data is shared.
HEARTS token holders participate in DAO governance, influencing protocol upgrades, fee structures, and the direction of the TeziHealth network.
A 2% platform fee is taken on each marketplace transaction, distributed as follows:
80% of the platform fee is burned, creating constant deflationary pressure as network usage grows.
Price multipliers based on data rarity โ rarer data commands higher compensation for patients.
Pricing formula: base x demand x value x time, clamped to a configurable min/max range.
Every marketplace purchase follows a transparent on-chain escrow flow with automatic fee distribution.
base_price x demand x rarity x time clamped to [min, max]Research compensation is pre-funded, escrow-protected, and distributed automatically on milestone completion.
Every layer of TeziHealth is selected for security, performance, and long-term reliability โ no experimental dependencies in the critical path.
All smart contract logic runs on Solana โ the world's fastest Layer 1 blockchain. Transactions settle in ~400ms with fees under $0.001, making micro-payments for health data access economically viable.
Smart contracts are built with Anchor v0.32.1, providing type-safe Rust programs with automatic IDL generation. Every instruction is validated, accounts are verified, and errors are clearly defined.
Large medical files (MRIs, CTs, X-rays up to 2 GB) are encrypted with AES-GCM and uploaded directly to IPFS via Pinata. Metadata (OCR text, structured fields, image CID references) is encrypted separately with NaCl and pinned as a lightweight JSON payload. Only the metadata CID is stored on-chain.
All encryption happens on the patient's device before any data leaves the browser. File encryption uses Web Crypto AES-256-GCM with per-file keys wrapped by a wallet-derived NaCl secretbox key. The server never sees plaintext โ zero-knowledge by design.
Designed from the ground up for regulatory alignment. Patient consent is explicit and on-chain, access logs are immutable, and data minimization principles are enforced architecturally. All PHI access is audit-logged with wallet identity.
The patient-facing application is built with Next.js 14 and TypeScript, integrating Phantom and Solflare wallet adapters. OCR-powered document scanning via Google Cloud Vision automatically extracts structured data from uploaded medical records.
Health records never leave the patient's device unencrypted. Large files and metadata follow separate encryption paths, converging on IPFS with only the final CID reference stored on-chain.
MRI, CT, X-ray โ AES-256-GCM โ IPFS blob (up to 2 GB)
OCR text + structured fields + CID refs โ NaCl secretbox โ IPFS JSON
Only the metadata CID, access permissions, and audit events
From core infrastructure to global ecosystem โ built on Solana with 137 tests passing on devnet.