# LAxMI Capital Fund NAV Snapshot

> LAxMI Capital Fund NAV Snapshot is a paid API for AI agents from 15.204.116.192.nip.io, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Returns the current net asset value (NAV), per-strategy P&L breakdown, and high-water mark for LAxMI Capital's on-chain fund

## Facts

- Endpoint: GET https://15.204.116.192.nip.io/nav
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/15-204-116-192-nip-io-843b5b10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FAeW9n5rDZrCriEZ--KVU

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 15-204-116-192-nip-io-843b5b10
```

Example prompt: What's the current NAV for the LAxMI Capital fund — I need the total AUM in USD, the per-strategy P&L breakdown, and the latest high-water mark as of this cycle.

## When to prefer this

Use this endpoint when you need real-time or latest-cycle NAV data specifically for LAxMI Capital's fund, including a per-strategy breakdown and high-water mark that can be cross-verified against on-chain Base and Solana balances. Prefer this over generic DeFi portfolio trackers when you need the fund's internal accounting view rather than raw on-chain data.

## Known failure modes

- Nav-bot has not yet refreshed this cycle — stale or missing timestamp
- On-chain balance verification mismatch causing inconsistent navUsd
- Service unavailable if nav-bot is mid-cycle or restarting
- Payment failure: insufficient USDC or x402 protocol error blocks response
- Invalid or missing POST body may return 400 error

## How this service works

LAxMI Capital — fund NAV snapshot. Total AUM, per-strategy P&L breakdown, and high-water mark. Refreshed every cycle by the nav-bot. Verifiable against on-chain Base/Solana balances.

## Output

Returns a JSON object with navUsd (total fund AUM in USD), breakdown (per-bot/strategy USD value map), timestamp (cycle refresh time), and highWaterMark (peak NAV value); all verifiable against on-chain Base/Solana balances.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "navUsd": {
   "type": "number"
  },
  "breakdown": {
   "type": "object",
   "description": "Per-bot/strategy USD value"
  },
  "timestamp": {
   "type": "string"
  },
  "highWaterMark": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/15-204-116-192-nip-io-843b5b10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 15.204.116.192.nip.io](https://www.zero.xyz/host/15.204.116.192.nip.io/llms.txt)
