# Security Token Offering (STO) Configuration & Launch

A Security Token Offering (STO) on Stobox 4 is a regulated digital fundraising mechanism in which an issuer sells tokenized securities - issued through the STV3 protocol, to eligible investors. The STO framework merges legal structuring, blockchain-based compliance enforcement, and operational settlement into a unified process.

An STO is not a Web2-only workflow. While the platform provides a familiar interface for issuers and investors, **the actual validation, authorization, and eligibility controls occur on-chain** through STV3’s offering facets and compliance registries. This creates a system where fundraising is conducted with the ease of Web2, but governed by the guarantees and automation of Web3.

***

### **What Is a Security Token Offering**

A Security Token Offering is a capital-raising event in which:

* an issuer creates a regulated digital security
* investors subscribe in exchange for rights embedded in that token
* compliance rules are enforced automatically on-chain
* settlement is performed through token and stablecoin transfers
* investor rights, restrictions, and lifecycle events are maintained programmatically

Unlike ICOs or unregulated digital fundraising, an STO adheres to securities laws, investor-protection frameworks, and jurisdiction-specific regulations. Token holders receive actual legal rights derived from the underlying asset—equity, debt, revenue share, commodities, or fund interests—codified and enforced through STV3.

An STO on Stobox 4 ensures that from the moment an investor interacts with an offering until the token is delivered, **every rule is enforced programmatically**, reducing human error and eliminating subjective decision-making.

***

### **STO Architecture on Stobox 4**

An STO on Stobox 4 incorporates three tightly connected layers:

#### **The Tokenized Security (STV3)**

Defines:

* investor rights
* distribution rules
* transferability and restrictions
* vesting and lock-ups
* compliance filters
* programmatic validation logic

#### **The Offering Configuration**

A set of parameters defined by the issuer, including:

* price
* accepted payment assets
* offering window
* minimum and maximum participation
* eligibility requirements based on investor category or jurisdiction
* investment caps or limits

These parameters are synchronized with STV3 offering facets, ensuring that all offering rules are enforceable at the smart contract level.

#### **Programmatic Compliance & Validation**

Investors cannot participate unless:

* their DID is validated
* they meet jurisdiction and category requirements
* they pass automated risk and AML checks
* their wallet is permitted under the STV3 compliance registry

**Every subscription request is validated on-chain** before any stablecoin is accepted or any token is allocated.

***

### **Investor Experience During an STO**

Investors experience a streamlined subscription process, but behind the scenes, every interaction maps to STV3 logic.

#### **Investor Journey (Experience-Oriented)**

1. An investor accesses the offering.
2. The system checks whether the investor’s DID is permitted for that specific offering.
3. The investor enters an amount and signs the offering documents.
4. The investor pays using stablecoins from their MPC wallet.
5. STV3 offering facets validate the subscription request.
6. If compliant, tokens are minted or transferred to the investor’s MPC wallet.

At no point can an investor bypass compliance logic—not even intentionally.\
The smart contract enforces eligibility, limits, timing, and transferability rules.

This creates a controlled, semi-automated STO environment where the investor enjoys simplicity, while blockchain enforces correctness.

***

### **Settlement & Token Delivery**

Settlement in an STO is not performed manually. It occurs through two coordinated channels:

#### **Stablecoin Flow**

* Investors pay from their MPC wallet
* Issuer receives funds into their Operational Vault
* Each transfer undergoes DID-based compliance checks and KYT screening

#### **Token Allocation Flow**

* STV3 offering facet authorizes allocation
* Tokens are minted or transferred directly into investor MPC wallets
* All restrictions (lock-ups, jurisdictional limits, vesting) activate immediately
* The allocation event is fully recorded on-chain

Funds and tokens do not move unless **the smart contract validates them as compliant**.

***

### **On-Chain Enforcement Through STV3 Offering Facets**

The core differentiator of Stobox STOs is that **compliance is embedded into the token itself**, not manually managed.

The STV3 protocol includes offering facets and registries that:

* validate investor eligibility
* limit subscription sizes
* enforce offering timelines
* restrict transfers until settlement finalization
* execute vesting and lock-up logic
* record allocations immutably

Issuers cannot override these rules without redeploying or modifying the configuration under permitted governance permissions. This prevents mistakes, fraud, misallocations, and regulatory breaches.

***

### **Why STOs on Stobox 4 Are Structurally Safer**

Traditional Web2 investments depend on manual reviews, spreadsheets, human-controlled transfers, and fragmented compliance checks.

By contrast, an STO on Stobox 4:

* validates every transaction on-chain
* ties investor identity to token behavior
* uses MPC wallets for secure custody
* uses Vaults for issuer settlement
* enforces offering logic automatically
* eliminates risky manual human intervention
* maintains a verifiable, immutable audit trail

The STO becomes a **self-regulating financial instrument**, ensuring that once rules are defined, they are executed exactly as intended.

***

### **Summary**

A Security Token Offering on Stobox 4 is a regulated digital fundraising process in which legal rights are issued as programmable securities through the STV3 protocol. While investors and issuers interact through a clean Web2 interface, all offering logic—eligibility, limits, timelines, settlement validation, and token delivery—is enforced on-chain by STV3 offering facets and compliance registries. Investors experience a seamless subscription flow using MPC wallets, and issuers benefit from automated settlement into their Operational Vaults. The result is a fully compliant, transparent, and automated STO environment where blockchain enforces the rules, and every action is validated, traceable, and aligned with regulatory expectations.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stobox.io/stobox4/security-token-offering-sto-configuration-and-launch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
