# ProspectPulse Jurisdiction Entry-Risk Assessment

> ProspectPulse Jurisdiction Entry-Risk Assessment is a paid API for AI agents from prospectpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Assesses entry-level risk for mining exploration in a given jurisdiction across 80+ countries, covering mining code, royalties, permitting timelines, political risk, and operational context.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/jurisdiction-entry
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-jurisdiction-entry-risk-assessment-3d410e6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4akNwkv5OuzaYn5HOkAQD

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 prospectpulse-jurisdiction-entry-risk-assessment-3d410e6f
```

Example prompt: Before we commit to exploration in Tanzania for gold, can you run a jurisdiction entry-risk check — I need to know their mining code, royalty rates, permitting timeline, and political risk so we can judge whether it's actually investable?

## When to prefer this

Use this endpoint when an agent needs a rapid, structured pre-entry risk snapshot of a mining jurisdiction before committing exploration resources or capital — especially when covering political risk, royalty regimes, and permitting in one call. Prefer this over general geopolitical APIs when the context is specifically mining and resource investment due diligence across the 80+ covered countries.

## Known failure modes

- Unsupported jurisdiction (outside 80+ covered countries) returns an error or empty result
- Ambiguous country name or region may require clarification
- Stale political or regulatory data if jurisdiction has undergone recent legal changes
- $0.25 USDC payment failure via x402 prevents access
- Partial data if a jurisdiction has limited public regulatory information

## How this service works

Entry-risk assessment for exploration in 80+ countries, for mining and investment agents. Covers mining code, royalties, permitting timeline, political risk, and operational context to judge whether a jurisdiction is investable.

## Output

Returns a structured entry-risk report for the specified jurisdiction including mining code overview, royalty and fiscal terms, estimated permitting timeline, political risk rating, and an overall investability assessment based on operational context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | ru | zh | ar"
      },
      "country": {
       "type": "string",
       "description": "Country for exploration entry assessment | Canada | Peru | DRC | Ghana | Kazakhstan | Philippines | Greenland | Ecuador"
      },
      "commodity": {
       "type": "string",
       "description": "Target commodity (for royalty/fiscal specifics) | gold | copper | lithium | nickel"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "country": "Peru",
  "risk_tier": "ACCEPTABLE WITH MITIGATION",
  "entry_risk_score": 35,
  "royalty_structure": {
   "type": "Revenue-based",
   "rate_pct": "1-12% sliding scale",
   "negotiability": "Fixed by law for most minerals"
  },
  "overall_assessment": "Peru offers a large mineral endowment and established mining code, but social license is the critical constraint..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-jurisdiction-entry-risk-assessment-3d410e6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse.theaslangroupllc.com](https://www.zero.xyz/host/prospectpulse.theaslangroupllc.com/llms.txt)
