News Now part of Carnix Connect
Software suite

One platform. Every plan you can draw.

A modular MLM core in Laravel 13 with pluggable plan engines, a hardened Rust security layer and Python risk models — deployed as a conventional platform or as a fully decentralised, on-chain system.

Same-day delivery available
0
Ready plan engines
0
Built-in modules
0
Starting price
config/plan.php
return [ 'engine' => 'binary', // swappable 'pair' => ['ratio' => '1:1', 'value' => 0.10], 'capping' => ['daily' => 5000, 'flush' => true], 'spillover'=> 'weakest-leg', 'ranks' => Rank::fromSheet('ranks.csv'), 'settle' => [ 'driver' => 'chain', // or 'wallet' 'verify' => 'rust-guard', 'risk' => 'py-risk/v3' ], ];
Plan engines

Swap the compensation engine, keep the platform.

Plan logic is isolated behind a single interface. Running binary today and want to add a matrix cycle next quarter? It is a configuration change and a migration, not a rewrite. Every engine starts at ₹12,000, with same-day delivery available on standard builds.

Binary Plan

Weak/strong leg pairing, carry-forward balances, daily and rank-based capping, flush-out rules, spillover strategies and matching bonus on downline earnings.

From₹12,000

Matrix / Forced Matrix

Any width × depth, breadth-first auto-placement, level completion bonuses, re-entry and recycling, plus a live tree explorer for members and admins.

From₹12,000

Unilevel & Generation

Unlimited frontline width, per-level commission tables, generational overrides, dynamic compression and infinity bonus for qualified ranks.

From₹12,000

Board / Autopool

Revolving boards with configurable split points, automatic upgrade to the next board, pool percentage distribution and a full replay log of every split.

From₹12,000

Investment / ROI

Daily, weekly or maturity ROI, staged principal release, lock-in periods, referral overrides on deposits and withdrawal approval workflows.

From₹12,000

Custom / Hybrid

Your own structure — stair-step, party plan, tiered rewards, or a hybrid nobody has named yet. We formalise it, simulate it and ship it as a first-class engine.

PricedOn scope

Product Based Plan

Commission tied to real product sales — repurchase cycles, stock points, GST invoicing, dispatch tracking and level-wise product volume payouts.

From₹12,000

Donation / Helping Plan

Peer-to-peer give-and-receive cycles with auto-matching queues, timers, proof-of-payment upload and admin verification before a level completes.

From₹12,000

Game Plan

Gamified progression — levels, boards, spins and reward unlocks wired into the compensation engine, with anti-abuse checks from the Python risk service.

From₹12,000
Included modules

Everything a live network needs on day one.

Not add-ons sold separately — these ship inside the platform, with the source code.

E-wallet & ledgerImmutable double-entry ledger, internal transfers, holds and reversals.
e-KYC & AMLDocument upload, OCR extraction, ML classification, approval queue.
Genealogy explorerZoomable tree, search by ID, downline stats, sponsor path tracing.
Payout schedulerCron-driven cycles, dry-run preview, approval gates, idempotent runs.
Support ticketingMember tickets, SLA timers, canned replies, internal notes.
SMS, email & pushTemplated campaigns, transactional triggers, delivery logs.
Reports & analyticsRank movement, retention, payout burn rate, exportable to CSV.
Payment gatewaysRazorpay, PayU, Stripe, crypto — pluggable driver interface.
Multi-currencyPer-country pricing, FX rates, rounding rules, tax and TDS.
PWA & mobile appsInstallable web app included; Flutter Android/iOS optional.
Role-based adminGranular permissions, 2FA, IP allow-listing, action audit log.
REST & GraphQL APIDocumented, token-authenticated APIs for your own integrations.
Decentralised MLM

When "trust us" is not good enough.

In a decentralised build, the compensation rules live in an audited smart contract. Members connect their own wallet, commissions settle on-chain, and every distribution is verifiable by anyone — including members who do not trust the company running it.

  • Plan logic in Solidity on EVM chains (Ethereum, BSC, Polygon, Arbitrum)
  • Non-custodial wallets — the company never holds member keys
  • Rust settlement bridge between the Laravel core and the chain
  • Public verifier page so members can audit any payout cycle
  • Multisig treasury with timelocked parameter changes
  • Third-party contract audit report delivered with the code
contracts/Compensation.sol
// SPDX-License-Identifier: MIT contract Compensation { event Payout(address indexed to, uint256 amt); function distribute(uint256 cycle) external onlyKeeper nonReentrant { require(!settled[cycle], "cycle closed"); settled[cycle] = true; // rules are public & immutable _walkTree(cycle, 10_000); } }
Compare

Conventional or decentralised?

Most clients start conventional and add on-chain settlement later. The core platform supports both.

CapabilityConventional MLMDecentralised MLM
Compensation logicLaravel service layerAudited smart contract
Payout settlementBank / gateway / e-walletOn-chain, non-custodial
Member verification of payoutsAdmin reports onlyPublic on-chain verifier
Who holds fundsCompany accountContract + multisig treasury
Rule changesInstant, admin-controlledTimelocked & publicly visible
Running cost per payoutNegligibleNetwork gas fees apply
Typical deliverySame day – 4 weeks6 – 8 weeks incl. audit
Starting price₹12,000Quoted on scope

Scroll the table sideways to compare all rows.

Security & intelligence

Rust guards it. Python watches it.

The two layers that most MLM platforms skip — and the two that decide whether a network survives its first bad actor.

Rust security layer

Isolated services that sit in front of anything touching money.

  • Payout verification — recomputes every credit independently before release
  • Signature & nonce validation for API and wallet requests
  • Adaptive rate limiting and bot filtering at the edge
  • Deterministic replay of any historical cycle for dispute resolution

Python ML & risk

Models trained on your network, not a generic rulebook.

  • Multi-accounting detection from device, payment and behaviour signals
  • Payout anomaly scoring flagged before the cycle is approved
  • KYC document classification and forgery heuristics
  • Churn and rank-drop prediction for retention teams
Next step

See it running before you commit.

Open the live demo with our test credentials, or send us your compensation plan for a fixed quote within one working day.

Starting at₹12,000
Get a quote