Skip to content
@Qubic-Qulang

QuLang

QuLang brings builders together on Qubic blockchain

Banner


Try the dApp and playground at http://46.17.103.110:3000/ ! You can use a private seed such as kexrupgtmbmwwzlcpqccemtgvolpzqezybmgaedaganynsnjijfyvcn.

QuLang brings together AI builders across the Qubic blockchain. Its goal is to enable decentralized inference of Large Language Models (LLMs) and AI Agents. Here's how it works:

  • Users can top up their QuLang accounts through the smart contract (procedure TopUp, 1) and withdraw their balance using the same mechanism (procedure Withdraw, 2).

  • Providers can register endpoints for LLM inference following the Vercel AI SDK UI standard (an example is available in the example-openai-provider repository). The endpoints are stored in a centralized PostgreSQL database, while pricing (input token price, output token price) and burn rate parameters are managed by the smart contract (procedure updateProvider, 3).

  • Inference transactions are validated through a main endpoint. Users with sufficient QuLang balances are debited an amount calculated by:

$$ D = n_{\text{input token}} \times p_{\text{input token}} + n_{\text{output token}} \times p_{\text{output token}} $$

The AI provider receives a credit of $D \times (1 - r_{\text{burn}})$, and the remaining amount $r_{\text{burn}} \times D$ is either burned or credited to the contract’s shares.

Important note: Some features, particularly security measures and exception handling, are not yet fully developed.

flowchart

Projects

1. core (Node and Smart Contract)

A fork of the Qubic node with our smart contract implementation.

2. qulang-app (Main dApp)

3. example-openai-provider

Next Steps / Roadmap

The next steps include finishing developpment of core features, and IPO/share system value. Then, we may look into more complex integrations for AI agents. We also wish to explore putting some quantized providers directly on the computor node, in order to have an inference endpoint in the chain itself.

Pinned Loading

  1. .github .github Public

  2. qulang-app qulang-app Public

    Official dApp of QuLang

    JavaScript 1

  3. core core Public

    Forked from qubic/core

    The Qubic Core is the Node Software which runs the Qubic Network. QuLang fork.

    C++

  4. example-openai-provider example-openai-provider Public

    TypeScript

Repositories

Showing 5 of 5 repositories
  • qulang-app Public

    Official dApp of QuLang

    Qubic-Qulang/qulang-app’s past year of commit activity
    JavaScript 1 0 0 0 Updated Mar 23, 2025
  • Qubic-Qulang/example-openai-provider’s past year of commit activity
    TypeScript 0 0 0 0 Updated Mar 23, 2025
  • .github Public
    Qubic-Qulang/.github’s past year of commit activity
    0 0 0 0 Updated Mar 23, 2025
  • qubic-cli Public Forked from qubic/qubic-cli

    An intermediate tool to communicate to qubic core node. QuLang fork.

    Qubic-Qulang/qubic-cli’s past year of commit activity
    C++ 0 29 0 0 Updated Mar 23, 2025
  • core Public Forked from qubic/core

    The Qubic Core is the Node Software which runs the Qubic Network. QuLang fork.

    Qubic-Qulang/core’s past year of commit activity
    C++ 0 93 0 0 Updated Mar 23, 2025

Top languages

Loading…

Most used topics

Loading…