> For the complete documentation index, see [llms.txt](https://docs.radao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radao.org/start-here/protocol-guide/.s-security-tokens.md).

# .S security tokens

Real-life securities are materialised in the form of security tokens that are immobilised in the Locker to secure the reserve, which can be verified on-chain at any time.

These .S tokens (e.g. APPL.S) are documented by meta tags that can be consulted directly in their smart contract:

<table><thead><tr><th width="247">Key</th><th>Value</th></tr></thead><tbody><tr><td>Type</td><td>share / bond</td></tr><tr><td><strong>Circulating Supply</strong></td><td>number of tokens</td></tr><tr><td><strong>Maximal Supply</strong></td><td>yes / no</td></tr><tr><td><strong>SPV</strong></td><td>yes / no</td></tr><tr><td><strong>Company Address</strong></td><td>17 Place de la Bourse, 75002 Paris - France <a href="https://emojipedia.org/fr/drapeau-france">🇫🇷</a></td></tr><tr><td><strong>Company registry number</strong> such as Data Universal Numbering System (DUNS) number</td><td>15-048-3782</td></tr><tr><td><strong>Company creation date</strong></td><td>01/01/1980</td></tr><tr><td><strong>Company representative</strong></td><td>John Doe</td></tr><tr><td><strong>Synchronicity</strong></td><td>what is the parity between the number of securities held (in the case of an SPV), the number of securities of the holding vehicle (in the case of an SPV), the number of securities tokens, the number of tokens convertible into securities (of the SPV or of the direct assets).<br>ex: 1:1:1:1:1 in case of a SPV having holding 1000 shares of the underlying, having 1000 shares tokenized in 1000 tokens and 1000 convertible bonds tokenized in 1000 tokens.</td></tr><tr><td><strong>Bonds type</strong></td><td><a data-footnote-ref href="#user-content-fn-1">convertible</a>/yield</td></tr><tr><td><strong>Earn</strong></td><td>yes / no</td></tr><tr><td><strong>Earn amount</strong></td><td>% APR</td></tr><tr><td><strong>Earn payment type</strong></td><td>monthly, biannual, annual</td></tr><tr><td><strong>Collateral</strong></td><td>amount</td></tr><tr><td><strong>Maturity</strong></td><td>date</td></tr><tr><td><strong>Initial price</strong></td><td></td></tr><tr><td><strong>Contract</strong></td><td>file</td></tr><tr><td><strong>KYB</strong></td><td>validator (IBEx, etc.)</td></tr></tbody></table>

[^1]: exchangeable?&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.radao.org/start-here/protocol-guide/.s-security-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
