Core contracts
What each core contract does and how the suite fits together
Contract roles, as implemented in cybercorps-contracts (develop). Each core contract carries its own DEPLOY_VERSION constant (currently "4" for most, "4.1" for IssuanceManager, "4.0.1" for DealManager) — see the individual pages.
The onchain entity. Stores the company name, type, jurisdiction, contact details, dispute-resolution default, officers, escrowed officer signatures, an optional corp-level extension, and the addresses of the IssuanceManager / DealManager / RoundManager. UUPS-upgradeable.
Deploys a cyberCORP and its full suite (BorgAuth, IssuanceManager, DealManager, RoundManager) in one call.
Issuance authority. Creates LedgerEntryToken printers, mints/assigns cyberCERTs, registers security-class designations, deploys CyberScrip, runs scripification and de-scripification, manages recertification approvals, and effectuates secondary-trade ownership changes.
ERC-721 of cyberCERTs (Ledger Entry Tokens). Formerly named CyberCertPrinter; one printer per security series. Mutated by its IssuanceManager (or BorgAuth admins for administrative functions).
ERC-20 fungible form of a security, deployed per LedgerEntryToken printer. USDC-style compliance powers (force transfer, force burn, freeze) with one-way disable toggles.
An ERC-20 share token with certificate-formation logic. Partly in-progress — see the page.
Deal lifecycle: propose, sign, finalise, void/revoke — plus the secondary-trading venue (post/accept/cancel offers, settlement escrows, exemption pathways). Built on the agreement registry.
Multi-investor fundraising rounds: create, submit EOIs, allocate, reject/recall, close.
The escrow layer used at deal/round close. Implemented as the LexScrowStorage library shared by DealManager and RoundManager — see the page.
Onchain registry of agreement templates and executed, multi-party-signed contracts, with signing delegation and void-request tracking.
Computes a SAFE→equity conversion plan from round data. Currently a stub.
ERC-5484 soulbound credentials: the legacy LeXcheX accreditation NFT and the unified LeXcheXBadge credential registry.
Builds the onchain JSON + SVG token URI for cyberCERTs.
See Factories for the specialised factories (PumpCorp, MetaDAO, ParentCo).
Last updated
Was this helpful?
