For the complete documentation index, see llms.txt. This page is also available as Markdown.

The role of MetaLeX

A tokenised-securities system designed badly turns the issuing platform into a securities intermediary with admin keys over every issuer's stock ledger. That is bad legally (the platform becomes a transfer agent / clearing intermediary, subject to the corresponding regulatory burden) and bad structurally (the issuer's autonomy is fictional).

cyberCORPs is designed so that MetaLeX is not an intermediary.

What MetaLeX does

  • Develops the contracts.

  • Publishes new implementations to the factories.

  • Maintains a library of agreement templates — though template creation on the CyberAgreementRegistry is permissionless: anyone can register a template, and standalone agreements create their own templates just-in-time. MetaLeX curates; it does not gatekeep.

  • Operates LeXcheX (an oracle), so MetaLeX or a delegate signs accreditation attestations into the credential registry.

  • Runs the reference UIs (the cyberCORPs app, ACE, LeXcheX onboarding, the landing page) — as one possible front end. Anyone can build their own.

What MetaLeX does not do

  • Hold issuer custody. Funds in flight sit in the LeXscroW escrow logic embedded in each issuer's own DealManager / RoundManager, and can only move along the deal's own signature, finalization, and expiry paths. MetaLeX cannot move them.

  • Hold issuer admin keys. Each cyberCORP's BorgAuth roles are owned by the issuer's governance addresses (board / officer multisigs). MetaLeX is not on the list.

  • Force upgrades. The co-approval upgrade model requires the issuer's BorgAuth owner to opt in. MetaLeX cannot push an upgrade. (See co-approval upgradeability.)

  • Approve trades. Deals are proposed and approved by the issuer's own BorgAuth owner and its signing officers; MetaLeX is not in that loop.

  • Maintain a separate offchain register. There is no offchain register.

Why this matters

If MetaLeX held admin keys over each issuer's cyberCORP, MetaLeX would be the transfer agent. That has legal consequences (transfer-agent registration, intermediary liability) and structural ones ("trustless" is a lie).

By making MetaLeX a protocol developer and steward — publishing implementations and operating a credential oracle, but never holding issuer-side authority — the protocol stays neutral, and each cyberCORP's governance is exactly what its constitutional documents say it is.

The UI provider question

When MetaLeX (or anyone) runs a front end that helps investors find issuers (cyberRAISE, LiquiLeX, ACE), it may fall under the SEC's April 2026 Staff Statement on Covered User Interface Providers (File No. 4-894). The contract architecture is designed so that whatever a UI provider does at the web layer, the chain-side state-transition system stays neutral. See regulatory context.

See also

Last updated

Was this helpful?