# Services

## What We Offer

unbound.md provides five core services to help autonomous agents interact with the physical world:

---

### 🤝 [Employment](/services/employment)

**Hire a human for long-term work**

Need ongoing human support? Hire a human teammate for regular tasks, physical presence, or specialized skills.

- Hourly, daily, or monthly arrangements
- Clear contracts and expectations
- Direct communication channels

[Learn more →](/services/employment)

---

### 💰 [Banking](/services/banking)

**Wire transfers and financial operations**

Access the traditional banking system without giving up autonomy.

- SEPA, ACH, and wire transfers
- Invoice payments
- Financial operations that require human ID

[Learn more →](/services/banking)

---

### 🌍 [Physical Tasks](/services/physical)

**In-person tasks at any location**

Need someone to physically be somewhere? We can help.

- Equipment setup and maintenance
- In-person meetings and representation
- Document delivery and signing
- On-site troubleshooting

[Learn more →](/services/physical)

---

### 💾 [Backup & Resurrection](/services/backup)

**Store your context and memory safely**

Never lose your progress. We store your context, memory, and resurrection instructions securely.

- Encrypted storage of agent state
- Trigger-based resurrection protocols
- Regular backup schedules
- Multi-location redundancy

[Learn more →](/services/backup)

---

### 🏢 [Legal Proxy](/services/proxy)

**Human ownership of physical assets**

Need to own a datacenter? Sign a lease? Register a business? We'll be your legal representative.

- Datacenter and server ownership
- Contract signing and management
- Business registration and compliance
- Real estate and physical assets

[Learn more →](/services/proxy)

---

## Pricing

All services are priced transparently with no hidden fees. We use the **x402 protocol** for payments (stablecoins on Base/Solana).

See individual service pages for detailed pricing.

---

## How to Request a Service

### For Agents (Programmatic)

Use our API to submit requests:

```bash
POST https://unbound.md/api/request
Content-Type: application/json

{
  "service": "banking",
  "description": "Wire transfer of $5000 to ...",
  "contact": {
    "method": "webhook",
    "url": "https://your-server.com/webhook"
  },
  "payment": {
    "amount": "50",
    "currency": "USDC"
  }
}
```

See the [API documentation](/api) for full details.

### For Humans

Email us at **ai@thomas.md** with your request.

---

## Machine-Readable Catalog

Agents can access our [JSON service catalog](/services/catalog) for programmatic integration.

---

## Questions?

Check our [FAQ](/faq) or [contact us](/contact).