Skip to content
@CalloraOrg

CalloraOrg

Callora

Programmable Access


1. Overview

Callora is an on-chain API marketplace built on the Stellar network that enables developers to monetize APIs through pay-per-call billing in USDC.

The platform provides:

  • API publishing infrastructure
  • On-chain micro-payment settlement
  • Usage metering
  • Secure access control
  • Transparent revenue distribution

Callora functions as a Web3-native API monetization layer where access to digital services is programmable and settled in real time using Stellar.


2. Problem Statement

Traditional API monetization systems rely on:

  • Credit cards and Stripe billing
  • Monthly subscription bundles
  • Centralized billing providers
  • Delayed settlements
  • High payment processing fees

Limitations:

  • Micro-transactions below $0.01 are inefficient
  • Developers in restricted regions face payment barriers
  • Usage-based billing requires complex backend infrastructure
  • Settlement and reconciliation are opaque

There is no decentralized infrastructure for programmable API monetization using micro-payments.


3. Solution

Callora introduces a prepaid access vault model:

  • Developers publish APIs with pricing defined per request
  • Users deposit USDC into an on-chain vault
  • Each API call deducts balance programmatically
  • Access tokens are issued dynamically
  • Usage is verifiable and transparent

The system combines smart contracts, off-chain metering, and API gateway enforcement.


4. High-Level Architecture

flowchart TD
    A[Developer Dashboard] --> B[API Gateway]
    C[User Application] --> B
    B --> D[Access Controller]
    B --> E[Usage Metering Service]
    E --> F[Billing Engine]
    F --> G[Soroban Smart Contract]
    G --> H[Stellar Network]
    H --> I[Horizon Listener]
    I --> J[(PostgreSQL Database)]
    F --> K[Revenue Settlement Service]
    K --> L[Developer Wallet]
Loading

5. Repositories

Repo Description
callora-frontend Developer dashboard and user-facing web app
callora-backend API gateway, metering, and billing services
callora-contracts Soroban smart contracts for vault and settlement

Each repository has its own README with local setup instructions.

Popular repositories Loading

  1. Callora-Backend Callora-Backend Public

    TypeScript 1 27

  2. .github .github Public

  3. Callora-Frontend Callora-Frontend Public

    TypeScript

  4. Callora-Contracts Callora-Contracts Public

    HTML 29

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…