This guide walks an issuer end-to-end, from “I’m thinking about tokenizing an asset” to “my offering is live, investors are subscribed, and I’m running my cap table”.
You start with a normal account. To become an issuer, you go through Know Your Business verification (same SumSub provider as KYC, business flow).
Entity types supported: Individual (Person), Sole Proprietorship, Partnership, Corporation, LLC, Non-Profit, Government Entity, Trust, Joint Venture, Association, Cooperative, Publicly Traded Company, Private Company, Educational Institution, Foundation.
Documents you’ll be asked for (varies by entity type and jurisdiction): Certificate of incorporation / formation, Articles of association / operating agreement, Tax registration, Beneficial-owner ID and KYC for owners ≥ 25%, Director / officer ID, Bank reference letter, Source-of-funds declaration.
The flow:
Once approved, your account upgrades to issuer role and the Issuer sidebar entries appear.
Issuers must have an active subscription to publish offerings. See Plans, Modules & Pricing for the full table. Quick guide:
| If you… | Pick this plan |
|---|---|
| Just want to test the waters with one or two listings | Pay Per Listing — $0/mo + $499 per offering |
| Run an active issuance pipeline (5 offerings/year) | Issuer Starter — $299/mo |
| Run a high-volume issuance practice with secondary market | Issuer Growth — $499/mo |
| Are an institutional player needing custom domain and dedicated support | Enterprise — $999/mo |
A 7-day free trial is available at signup for paid plans.
Per-listing vs monthly tradeoff. If you list 6+ offerings per year, monthly is cheaper. Pay-per-listing is most useful for issuers with infrequent or bespoke deals.
The wizard is asset-class-aware: the steps you see depend on the asset class you choose at the start.
| Asset class | Steps | Step titles (summary) |
|---|---|---|
| Real Estate | 4 | Overview · Project Details · Documents · Team |
| Equity Digital Asset | 10 | Overview · Offering & Project Details · Tokenized Equity Details · Tokenization Structure · Financial & Legal Documentation · Distribution & Marketplace Listing · Dividend & Governance Settings · Risk & Compliance Disclosures · Technical Setup · Issuer Declaration |
| Debt Digital Asset | 8 | Issuer Information · Debt Instrument Details · Tokenization Structure · Financial & Legal Documents · Token Distribution & Offering Plan · Compliance & Registration · Technical Setup · Declarations |
| Invoice Factoring | 9 | Overview · Invoice Details · Tokenization Parameters · Underlying Asset Verification · Financial & Legal Details · Token Distribution & Marketplace Listing · Risk & Investor Disclosures · Technical Deployment · Issuer Declaration |
| Revenue Digitisation | 9 | Overview · Revenue Stream Details · Tokenization Structure · Underlying Agreements · Token Economics · Compliance · Token Economics · Technical · Issuer Declaration |
| Commodity Tokenization | 10 | Overview · Commodity Details · Tokenization Structure · Custody & Verification · Offering Details · Financial & Legal · Distribution Mechanics · Risk Management · Tokenomics · Issuer Declaration |
| Bonding Token | 9 | Overview · Offering & Project Details · Tokenization Structure · Financial · Legal · Risk · Token Economics · Documents · Team |
Step “Overview” — Offering name, token name, token symbol, decimals, asset location, offering cover image, company logo, brief description.
Step “Project / Offering Details” — Class-specific. For real estate: property type (Commercial / Residential / Office / Multifamily / Retail / Hotel / Industrial / Other), full address, valuation, occupancy. For equity: company structure, business model, key metrics. For debt: debt instrument type, seniority, security, covenants.
Step “Tokenization Structure” — Total supply, token price, min/max ticket, total raise target, allocation, vesting schedule.
Step “Documents” — Class-driven document checklist; some mandatory, others recommended. Real estate: e-signature mandatory; pitch deck, CIM, land registration, title docs, bank approval, encumbrance certificate, property tax receipt recommended. Equity: e-signature mandatory; pitch deck, articles of association, operating agreement, tax assignment letter recommended. Documents that require signature wire through DocuSign.
Step “Distribution & Marketplace Listing” — Issuance start/end dates, marketplace visibility, featured placement, investor invite list (bulk CSV upload).
Step “Dividend & Governance Settings” — Distribution frequency, mechanism, voting rights, quorum threshold, proposal cool-down.
Step “Risk & Compliance Disclosures” — Risk-factor checklist with one-paragraph descriptions.
Step “Technical Setup” — Chain choice, token standard, mint timing toggle, compliance modules, agents.
Step “Issuer Declaration” — Final attestation. Once submitted, the offering moves to PENDING_ADMIN_APPROVAL.
A few fields deserve focused attention because mistakes here are expensive (they require redeployment).
| Standard | Use when |
|---|---|
| ERC-3643 (T-REX) | You’re issuing a security token — fractional real estate, equity, debt — and need on-chain compliance enforcement. Default for most security-token offerings. |
| ERC-20 | You’re issuing a utility token, governance token, or a non-permissioned token. Lighter, cheaper, but no built-in identity / claim verification. |
| ERC-721 | One-of-one or limited-edition tokenization. |
| CIP-113 | Compliance-native tokenization on Cardano. Currently Preview testnet only — pending mainnet audit. |
| CIP-20 | Fungible Cardano native token without programmable compliance. Live on Cardano Mainnet today. |
Available for ERC-20 and ERC-3643 only.
| Setting | What happens | When to use |
|---|---|---|
| On-order (default) | Tokens are minted at the moment each investor’s primary order settles. | Primary fundraises — most common. |
| On-deploy | The full token supply is minted at offering deployment, all to a custodian wallet. As orders settle, tokens are transferred from custodian to investor. | When secondary-market liquidity matters from day one. |
In Technical Setup, you compose the offering’s compliance ruleset by enabling and parameterising modules. Each module is an independently deployed contract; the Modular Compliance controller chains them together so every transfer must pass all enabled checks.
| Module | What it does | Typical config |
|---|---|---|
| Country Allow | Only allows transfers to wallets whose verified identity has a country claim in the allow-list. | Whitelist your offering’s permitted jurisdictions. |
| Country Restrict | Blocks transfers to wallets in a specified blocklist. | Common: US (for non-US offerings without Reg D), sanctioned jurisdictions. |
| Supply Limit | Enforces a hard cap on total supply. | Set to your offering’s total raise target in tokens. |
| Max Balance | Prevents any single wallet from holding more than X tokens. | Per-investor maximums (e.g. accreditation caps). |
| Hold Time | Blocks transfer of tokens within N seconds of mint. | Common: 365 days for Reg D / Reg S secondary-trading restrictions. |
Compose them freely: a US Reg D offering might enable Country Allow (US only), Max Balance (per-investor cap), and Hold Time (1 year); a Reg S offering excludes US via Country Restrict.
An Agent is a wallet address that can perform privileged operations on the token contract — mint, burn, pause, freeze, force-transfer, recover. Default agent assignment delegates routine operations (mint at order settlement, dividend distribution) to the Libertum platform’s relayer wallet, while the issuer retains owner powers.
Functional roles: TENANT, RENT, STABLECOIN, YIELD, BUYBACK.
Owner vs Agent power. The Token Owner can do everything an agent can do, plus things agents can’t (change compliance modules, change identity registry, transfer ownership). Owner is typically a hardware-wallet or multi-sig held by the issuer; agents are operational wallets that automate day-to-day functions.
After deployment, your offering needs a whitelist of approved investor wallets. Three ways:
wallet, email, country columns. Used for migrating existing investor lists.Once your wizard is complete, click Submit for review. Your offering enters PENDING_ADMIN_APPROVAL.
What Libertum admins check: issuer KYB current and approved; mandatory documents present; token economics consistent; compliance config consistent with stated jurisdictions; no restricted-country whitelist conflicts; offering description doesn’t make claims that constitute investment advice.
SLA target: 2 business days for clean submissions.
After approval, the contract suite is deployed. The TREXFactory deploys all six core contracts (Token, Identity Registry, Identity Registry Storage, Trusted Issuers Registry, Claim Topics Registry, Modular Compliance) plus selected compliance modules in a single transaction.
After deployment, your offering lives in Issuer → Dashboard. Tabs:
Failure handling. Individual transfer failures (e.g. blacklisted wallet) are logged and surfaced in the Issuer Dashboard. Issuer can manually retry, refund off-chain, or hold pending compliance resolution.
Three operations available to authorised agents:
setAddressFrozen) prevents the wallet from sending or receiving. Partial freeze (freezePartialTokens) locks a specific quantity.forcedTransfer) — moves tokens between two wallets bypassing the sender’s frozen status, but still subject to receiver verification.recoveryAddress) — atomic operation that transfers all tokens from a lost wallet to a new wallet and re-links the new wallet to the same identity. Requires identity attestation.All three are TA-initiated by default; issuer’s policy can require dual control.
Documents in the issuer dashboard manages the per-offering document set. Versioned. Investor-visible documents are tagged; some require DocuSign signature.
Investor Communications lets you send announcements to all holders or a segment. Channel: email + in-app. Templates: corporate action, distribution announcement, governance proposal, general update.
A single-offering branded landing page. In Whitelabel → Shopfront:
your-tenant.libertum.market or your own domain (CNAME setup instructions provided).Investors who arrive see only that offering — no marketplace, no other listings, no Libertum branding.
A full investor / issuer marketplace under your own brand. In Whitelabel → Platform:
invest.acmefund.com).Connect your Stripe account through Stripe Connect. Per-payment, Libertum applies a configurable platform fee (in basis points) that’s deducted from your payout automatically — Stripe handles the split.
Default behaviour: Stripe takes its processing fee, Libertum takes its platform fee, issuer receives the net.
Each issuer has one or more custodian wallets — platform-managed wallets that hold tokens (for on-deploy minting), receive subscription stablecoin, and execute distributions.
In Settings → Custodian Wallets: view all custodian wallets, see per-wallet token holdings, initiate a withdrawal (subject to platform-wide limits and admin approval thresholds). Audit trail logs every action.