# Single name Equities

## Single Name Equities

Single name equity perpetuals provide exposure to an individual publicly listed company without owning the underlying shares. CASH single name equity markets are linear, USDT-margined, and USDT-settled. USDT/USD conversion is applied to oracle prices

This page describes how single name equity markets define trading sessions and how pricing behaves in Regular Hours versus Off Hours.

***

### Markets

CASH will list single name equity markets under symbols that clearly indicate the underlying and settlement currency.

Example format:

* `<TICKER>-USDT`

Currently available markets:

* `TSLA-USDT`
* `NVDA-USDT`
* `GOOGL-USDT`
* `META-USDT`
* `MSFT-USDT`
* `HOOD-USDT`
* `AMZN-USDT`
* `INTC-USDT`

### Trading sessions for single name equities

CASH defines "Regular Hours" and "Off Hours" for single name equities based on the availability of a 24/5 external price feed.

#### Regular Hours (external session)

Regular Hours are:

* Sunday 18:00 ET to Friday 17:00 ET

During Regular Hours, CASH uses external pricing inputs for the oracle continuously.

#### Off Hours (internal session)

Off Hours are:

* The weekend closure from Friday 17:00 ET to Sunday 18:00 ET
* Market holidays and special closures that affect the external feed

Unlike equity index markets, single name equity markets do not treat the daily 17:00 ET to 18:00 ET window as Off Hours, because the external feed is available 24/5. Off Hours are primarily weekends and holidays.

Holiday schedules and special closures may apply.

***

### Notes on halts and corporate actions

Single name equities can experience events that do not occur in most crypto markets. These can affect oracle behavior and trading conditions.

Common examples include:

* Trading halts
* Early closes
* Stock splits and reverse splits
* Symbol changes and corporate actions

CASH markets will handle these through market-specific parameter updates or market maintenance procedures when required. The trading UI and market announcements are the source of truth during such events.


---

# 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.dreamcash.xyz/markets/single-name-equities.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.
