Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nshield.org/llms.txt

Use this file to discover all available pages before exploring further.

Nyomi is Nova’s AI layer for wallet and token context. It is built for products where users ask plain questions:
  • What does this wallet own?
  • What did this wallet trade?
  • Is this token risky?
  • Why is this wallet interesting?
  • What should my agent know before showing this?

The Simple Shape

Send a message and a public wallet address:
{
  "message": "Explain this wallet in plain English.",
  "walletAddress": "9xQeWvG816bUx9EPfQ5D9b8fRGyJitf8F6f4fH6QJjAo"
}
Add a token mint when the question is about a token:
{
  "message": "What should I know about this token for this wallet?",
  "walletAddress": "9xQeWvG816bUx9EPfQ5D9b8fRGyJitf8F6f4fH6QJjAo",
  "tokenMint": "So11111111111111111111111111111111111111112"
}

Playground Rule

The playground should be this simple:
  1. Paste a public wallet address.
  2. Ask a normal question.
  3. Get a useful answer.
Use public wallet addresses, token mints, transaction signatures, or URLs. Do not paste private keys, seed phrases, recovery phrases, passcodes, backup codes, or signing payloads into Nyomi.