> ## Documentation Index
> Fetch the complete documentation index at: https://darwin.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sponsored Results

> The disclosure and eligibility contract for future paid placement in Darwin Search.

Sponsored Results are a planned Search surface. The current public Search response does not return sponsored placements, accept bids, or expose sponsorship controls. This page defines the boundary that must hold before the feature ships.

<Warning>
  Do not infer sponsorship from result position, pricing, or `whyMatched`. Until the public contract adds explicit disclosure metadata, every returned result is part of the canonical Search response.
</Warning>

## Eligibility comes before payment

A paid placement must first satisfy the same public visibility, policy, query, filter, availability, and executable-route requirements as an organic result. Payment cannot make an ineligible capability appear.

```text theme={null}
eligible candidate -> relevance threshold -> sponsored auction -> labeled placement
```

The auction may choose among already eligible candidates for a designated sponsored slot. It must not silently rewrite organic rank, reliability attribution, or `whyMatched` evidence.

## Make the placement unmistakable

Every sponsored result must be labeled `Sponsored` wherever it appears, including compact, mobile, voice, exported, and agent-rendered surfaces. The disclosure must travel with the result data rather than depend on a client guessing from layout.

The future contract should identify:

* that the placement is sponsored;
* a stable placement and campaign identifier for measurement;
* the sponsoring AI or organization;
* the capability revision being promoted;
* the disclosure text the client must render;
* organic eligibility and match evidence;
* impression and selection reporting rules.

It must not expose bid amounts, targeting secrets, other advertisers, or user-level profiles to the model.

## Keep organic and sponsored systems separate

| Organic Search                                      | Sponsored placement                                          |
| --------------------------------------------------- | ------------------------------------------------------------ |
| Ordered by the canonical ranking system.            | Selected only from eligible candidates for a disclosed slot. |
| Reliability may contribute as bounded evidence.     | Spend never changes reliability evidence.                    |
| `whyMatched` explains relevant returned attributes. | Disclosure explains why the placement is present.            |
| Continues through the normal cursor.                | Uses explicit placement accounting and frequency limits.     |

Sponsored selection, clicks, and Action outcomes must not be mislabeled as organic preference. Evaluation should report organic quality separately from paid-placement delivery.

## Preserve user control

Clients must be able to render sponsored results accessibly, avoid deceptive visual blending, and honor any account-level or jurisdictional restrictions Darwin exposes. A sponsored result still requires the same explicit authentication, payment, approval, and verification steps when the resulting Action needs them.

Return to [Ranking](/docs/search/ranking-pagination) for canonical ordering or [Filters](/docs/search/filters) for hard eligibility constraints.
