# Glossary

### Core platform and accounts <a href="#core-platform-and-accounts" id="core-platform-and-accounts"></a>

* **Stobox 4**\
  The online platform where you can create an account, pass verification, and work with digital tokens that represent real assets, as well as with selected cryptocurrencies.
* **Asset tokenization**\
  Turning ownership of something real (like shares in a company) into digital tokens that can be managed and transferred online.
* **Account**\
  Your personal or company profile on Stobox 4, protected by your login details and a backup file, where you see your tokens and operations.
* **Register / registration**\
  The process of creating a new Stobox 4 account with your email or by connecting your Google Account, so you can start using the platform.
* **Login / log in**\
  Entering your email and password or connecting your Google Account to access your existing Stobox 4 account.
* **Session timeout**\
  When the system automatically logs you out after some time of inactivity, to protect your account.
* **Subscription**\
  A paid plan that may renew automatically and can usually be canceled in your account or billing settings. Currently, valid for business users only.

***

### Identity and security <a href="#identity-and-security" id="identity-and-security"></a>

* **KYC (Know Your Customer)**\
  A standard identity check where you upload documents (like ID or passport) so Stobox can understand who you are using their KYC/KYB/KYT provider integration before you can send or receive tokens.
* **Identity verification / verification pending / additional check required /** **rejected**\
  The process where the KYC/KYB/KYT provider's system reviews your documents; “pending” means still checking, “additional check required” means something is wrong, and you may need to resubmit some documents, and "rejected" means you were not approved.&#x20;
* **DID (Decentralized Identifier)**\
  A special digital ID you create after your identity has been approved. It is needed so the system knows which blockchain wallet belongs to you when sending or receiving tokens.
* **2FA (Two‑Factor Authentication)**\
  An extra security step (for example, a code from your phone) is used on top of your password to better protect your account during critical processes like withdrawing funds.
* **Passphrase ID**\
  A string of letters and digits in your backup file. It is used to identify your Stobox backup file and find the valid one.
* **Backup file**\
  A file you download during the registration process. It has a part of your private key and allows you to restore access to your Stobox 4 account if you change devices or lose access. If you lose it or share it, you can lose access to your funds. It is highly recommended to copy the backup file to a few safe locations, including cloud storage.
* **MPC wallet (Multi‑Party Computation wallet)**\
  A type of crypto wallet where the security keys are split into parts, making it harder for hackers to steal them; you use it like a normal wallet, but it is more secure under the hood.
* **MetaMask wallet**\
  A popular external crypto wallet that some users may want to connect to Stobox 4 to manage tokens.

***

### Tokens, wallets, and operations <a href="#tokens-wallets-and-operations" id="tokens-wallets-and-operations"></a>

* **Token**\
  A digital unit on the blockchain that can represent value, like a share in a company or a utility token.
* **STBU token**\
  A proprietary Stobox token described in the Stobox documentation, used within the Stobox ecosystem. STBU is a utility token.
* **STBX token**\
  Another proprietary Stobox token representing shares in Stobox Technologies Inc., STBX is a security token.
* **Bridging STBU from V2 to V3**\
  Moving your STBU tokens from an older technical version to a newer one so they work with the latest system.
* **Deposit**\
  Bringing tokens or funds from an external wallet or exchange into your Stobox 4 account.
* **Withdrawal / withdraw**\
  Sending tokens or funds from your Stobox 4 account out to another wallet or exchange.
* **Pending deposit / pending withdrawal**\
  When a deposit or withdrawal is still being processed and not yet completed, you may need to wait or check for issues.
* **Transfer tokens**\
  Sending tokens from your verified account to another person’s verified account or wallet.
* **Invest**\
  Using your funds or tokens on Stobox 4 to buy tokens that represent a project or company, hoping they will bring returns.
* **Trade using UniSwap or 1inch**\
  Exchanging one token for another using external decentralized exchanges (UniSwap and 1inch) connected to your wallet.

***

### Business / issuer side <a href="#business--issuer-side" id="business--issuer-side"></a>

* **KYB (Know Your Business)**\
  A standard identity check where you upload your company documents (like a list of shareholders or articles of incorporation) so Stobox can ensure you are a legit company and do not pose any regulatory or legal risks for Stobox and your investors using their KYC/KYB/KYT provider integration before you can proceed to create your project on Stobox 4.
* **DID (Decentralized Identifier)**\
  A special digital ID you create after your company has been approved. It is needed so the system knows which vaults belong to you when sending or receiving tokens.
* **Business Space**\
  The part of Stobox 4 designed for companies (issuers) that want to create and manage their own tokens and offerings.
* **Issuer**\
  A company that creates and offers tokens to investors using the Stobox 4 technologies.
* **Launching a project**\
  The steps a company takes to set up its tokenized project on Stobox 4, from preparation to go-live.
* **Manage your token**\
  Everything a company does after launch: recording investments, handling investors and withdrawing raised funds.
* **Raised funds**\
  The money a company receives from investors when they buy its tokens.

***


---

# 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/helpcentre/help-centre/glossary.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.
