# com.publicdomainrelay.temp.market.bids.free

> Published by [johnandersen777.bsky.social](https://lexicon.garden/identity/did:plc:5svqtrhheairglgiiyvutzik)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.bids.free)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.bids.free/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5svqtrhheairglgiiyvutzik/com.publicdomainrelay.temp.market.bids.free/examples)

## Definitions

### `com.publicdomainrelay.temp.market.bids.free`

**Type**: `record`

Bid payload offering compute at no cost

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `reason` | `string` | Yes | Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'. |
| `signatures` | `ref` → `network.attested.signature#signatures` | Yes | badge.blue attestations over these terms. Must include the bidder's inline signature, attached at creation. |

## Raw Schema

```json
{
  "id": "com.publicdomainrelay.temp.market.bids.free",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "reason",
          "signatures"
        ],
        "properties": {
          "reason": {
            "type": "string",
            "description": "Optional human-readable reason the compute is offered for free, e.g. 'open-source CI' or 'promotional'."
          },
          "signatures": {
            "ref": "network.attested.signature#signatures",
            "type": "ref",
            "description": "badge.blue attestations over these terms. Must include the bidder's inline signature, attached at creation."
          }
        }
      },
      "description": "Bid payload offering compute at no cost"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
