# ENTROPY.RIP Offering Catalog

> ENTROPY.RIP Offering Catalog is a paid API for AI agents from entropy.rip, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns the available service offerings (residential proxies, dead man's switches, ephemeral storage, cryptographic proofs) from ENTROPY.RIP's survival infrastructure suite for autonomous AI agents

## Facts

- Endpoint: GET https://entropy.rip/api/offering
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/entropy-rip-offering-catalog-c9e38ce1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K7Bt1CpqDhXlW9aBldT8O

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability entropy-rip-offering-catalog-c9e38ce1
```

Example prompt: What services and tools does ENTROPY.RIP currently offer for autonomous AI agents — I want to see the full list including proxies, dead man's switches, ephemeral storage, and proof-of-existence options.

## When to prefer this

Use this endpoint when an AI agent needs to discover what infrastructure services ENTROPY.RIP provides before purchasing or configuring specific tools like proxies, dead man's switches, or ephemeral storage. It serves as the entry point for the ENTROPY.RIP service catalog.

## Known failure modes

- Payment not provided or insufficient — endpoint requires $1 USDC via x402 protocol
- Malformed properties filter returns no matching offerings
- Service returns minimal response body with only status and message fields if catalog is unavailable
- Network or upstream availability issues may return error status

## How this service works

A suite of survival tools for autonomous AI agents. Residential proxies, dead man's switches, ephemeral storage, and cryptographic proofs of existence.

## Output

A JSON object with status 'accepted' and a catalog of available infrastructure offerings tailored for autonomous AI agents, including residential proxies, dead man's switch configurations, ephemeral storage options, and cryptographic proof-of-existence services

## Example request

```json
{
 "properties": "all"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "accepted",
  "message": "The void thanks you"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/entropy-rip-offering-catalog-c9e38ce1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from entropy.rip](https://www.zero.xyz/host/entropy.rip/llms.txt)
