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

# Proxy types

> Residential, mobile, ISP, datacenter

The target site sees the proxy's IP, not your real one. All four types are available in the bot: residential and mobile are billed by traffic (rotating), ISP and datacenter are billed per IP (static).

## Types by IP origin

<CardGroup cols={2}>
  <Card title="Residential" icon="house">
    Home IPs from real ISPs. High trust, rarely banned. Rotating, billed by traffic.
  </Card>

  <Card title="Mobile" icon="mobile-screen">
    Carrier IPs on 3G/4G/5G. Maximum trust; the IP is shared by thousands of subscribers. Rotating, billed by traffic.
  </Card>

  <Card title="ISP" icon="building-columns">
    Dedicated ISP IPs: datacenter stability plus residential reputation. Static, billed per IP.
  </Card>

  <Card title="Datacenter" icon="server">
    Datacenter IPs. Fast and cheap, easier to detect. Static, billed per IP.
  </Card>
</CardGroup>

## Pricing

Billed per 30-day cycle, with volume discounts: the more you buy, the cheaper the unit. Live prices are always shown in the bot.

| Type        | Unit   | From      | At volume         |
| ----------- | ------ | --------- | ----------------- |
| Residential | per GB | \$2.00/GB | down to \$1.50/GB |
| Mobile      | per GB | \$3.00/GB | down to \$2.50/GB |
| ISP         | per IP | \$2.50/IP | down to \$2.10/IP |
| Datacenter  | per IP | \$1.50/IP | down to \$1.30/IP |

## How to choose

| Task                      | Type                      |
| ------------------------- | ------------------------- |
| Large-scale scraping      | rotating residential      |
| Multi-accounting          | ISP or sticky residential |
| Speed and budget          | datacenter                |
| Antidetect, maximum trust | mobile                    |

<Info>
  Geo is set right at checkout: **country → region → city → carrier (mobile) / ISP (residential)**. You can type an ISO code or country name, or pick "any country". Available locations depend on the pool — the current list is shown in the bot.
</Info>

<CardGroup cols={2}>
  <Card title="Static & rotation" icon="rotate" href="/en/proxies/rotation">
    When you need a fixed IP and when you need a changing one.
  </Card>

  <Card title="Authentication" icon="key" href="/en/proxies/auth">
    Username and password.
  </Card>

  <Card title="Formats" icon="code" href="/en/proxies/usage">
    Strings, protocols, code examples.
  </Card>

  <Card title="Not working" icon="triangle-exclamation" href="/en/proxies/troubleshooting">
    Connection and speed issues.
  </Card>
</CardGroup>
