Home

FractaLedger

A configurable off-chain UTXO management system that enables fractional ownership, secure fund distribution, and seamless on-chain interactions across multiple blockchains.

Key Features

Bring Your Own Wallet

Users provide their own UTXO-based wallet addresses and private keys, maintaining control over their funds.

Multi-Blockchain Support

Works with Bitcoin, Litecoin, Dogecoin, and other UTXO-based blockchains.

Comprehensive Blockchain Interaction

Broadcast transactions and monitor wallet addresses with the transceiver architecture.

Customizable Smart Contracts

Define your own fund distribution rules, fee structures, and withdrawal logic.

Comprehensive API

Integrate with your existing applications through a RESTful API.

Secure by Design

No traditional database, all data stored on an internal blockchain.

Getting Started

1

Install FractaLedger

npm install fractaledger
2

Initialize a New Project

npx fractaledger-init --dir my-fractaledger-project
3

Configure Your Project

Edit fractaledger.json with your blockchain connection details and add your wallet secrets to .env.

4

Start the System

npm start

Use Cases

Merchant Fee Collection

Take a percentage fee for facilitating cryptocurrency transfers between customers and merchants.

  • Use the merchant fee template as a starting point
  • Customize the fee calculation logic to fit your fee structure
  • Deploy the custom chaincode

Employee Payment System

Distribute funds to employees based on predefined rules and schedules.

  • Use the default template as a starting point
  • Add custom logic for salary calculation and payment scheduling
  • Deploy the custom chaincode

Investment Fund

Manage fractional ownership of cryptocurrency investments with custom distribution rules.

  • Use the default template as a starting point
  • Add custom logic for investment tracking and profit distribution
  • Deploy the custom chaincode

Ready to Get Started?

FractaLedger makes it easy to manage fractional ownership of UTXO-based cryptocurrencies.