Browse all readings

Research Readings normalized funding rate

Funding and positioning

normalized funding rate

Absolute funding rate divided by a frozen per-symbol-class divisor (btc 0.0003, eth 0.0005, large cap 0.001, mid cap 0.003, small cap 0.01), then censored at 1.0. Not a rank or percentile, and sign-blind: 1.0 means funding reached its class divisor in either direction. The symbol class is not exposed in this grammar, so pooling one threshold across classes is invalid.

Observed
the venue value last published before that minute
Unit
ratio
Valid range
0 to 1

Example: A recorded value of 0.75 ratio can be used in the editable condition below.

Use in Research
Technical details

Field ID

feature.funding_norm

Valid query operators

at least, at most, between

Window operators: lowest, highest, average, latest or change in, over a trailing window.

Editable query preset

This preset is derived from the valid range. Edit it before running the search.

{
  "schema_version": "research_query.v2",
  "normalization_version": "archive_normalization.v1",
  "feature_version": "feature_defs.v1",
  "target": "record_occurrences",
  "where": {
    "all": [
      [
        "feature.funding_norm",
        "gte",
        0.75
      ],
      [
        "times.anchor_time",
        "gte",
        "2025-07-15T00:00:00.000Z"
      ]
    ]
  },
  "sort": [
    "times.anchor_time",
    "desc"
  ],
  "page": {
    "limit": 5,
    "cursor": null
  }
}

The search reports how often the record held this condition and what followed. It does not decide whether an idea works.

Read alongside