Built on Hedera Network

Immutable Revenue Splits
for the Hedera Ecosystem

HashSplits brings 0xSplits functionality to Hedera. Create trustless, automated revenue sharing smart contracts. Scheduled transfers via the Hedera Schedule Service coming soon!

Immutable Contracts
Automated Splits
Low Fees
Testnet Contract:0xbC01...fFAC0View on HashScan →

Powerful Features

Everything you need for trustless revenue sharing on Hedera

Immutable Contracts

Once deployed, your revenue splits cannot be altered. True trustless automation.

HBAR & Token Support

Distribute HBAR and HTS tokens seamlessly through smart contract orchestration.

Scheduled Transfers

Coming Soon: Leverage Hedera Schedule Service for automated, periodic distributions.

Multi-Recipient Splits

Distribute revenue to multiple parties with predefined percentages.

Low Transaction Fees

Built on Hedera for minimal gas fees and instant finality.

AI-Powered Interface

Interact with contracts through our intelligent Eliza agent.

How It Works

Simple steps to set up automated revenue sharing

1

Deploy Your Split

Create an immutable split contract with your desired recipients and percentages.

// Deploy with recipients and splits
const split = await orchestrator.createSplit({
  recipients: ["0x...", "0x..."],
  percentages: [7000, 3000] // 70%, 30%
});
2

Configure Distribution

Set up manual distributions now. Automated schedules via Hedera Schedule Service coming soon!

// Manual distribution (available now)
await orchestrator.distribute(split.id);

// Scheduled distributions (coming soon!)
// await orchestrator.scheduleDistribution({
//   splitId: split.id,
//   frequency: "weekly"
// });
3

Receive Funds

Your split contract automatically receives HBAR and tokens from any source.

// Funds sent to split address
// are automatically pooled
await hederaClient.transfer({
  to: split.address,
  amount: 1000 // HBAR
});
4

Automatic Distribution

Recipients receive their share automatically based on the immutable split configuration.

// Distribution happens automatically
// Recipients receive:
// Alice: 700 HBAR (70%)
// Bob: 300 HBAR (30%)

Built on Cutting-Edge Tech

Leveraging Hedera's unique capabilities for superior performance

Hedera Network

Enterprise-grade distributed ledger with high throughput and low fees

10,000+ TPS
Instant finality
Carbon negative

Smart Contracts

Solidity-based orchestrator contract managing immutable splits

EVM Compatible
Foundry tested
Verified on HashScan

Schedule Service

Coming Soon: Native Hedera service for automated, scheduled transfers

Automated execution
Time-based triggers
Multi-sig support

Eliza AI Agent

Intelligent interface for natural language contract interaction

Natural language
Multi-modal
Plugin architecture

System Architecture

1

User Interface

Eliza AI Agent or Direct API

2

Orchestrator Contract

Manages splits & distributions

3

Hedera Services

HTS, HSS, and HAS integration