indexer-staking

Query Nibiru Indexer staking data via GraphQL for validator and delegation details.

6|1|Updated Sep 23, 2023
One-click install
npx skills add https://github.com/Unique-Divine/jiyuu --skill indexer-staking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: indexer-staking
Source: https://github.com/Unique-Divine/jiyuu/tree/main/ai-skills/indexer-staking
Command: npx skills add https://github.com/Unique-Divine/jiyuu --skill indexer-staking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nibijs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to access and understand Nibiru Indexer staking data, making it easier to monitor validator status, delegations, and rewards.

Core Features & Use Cases

  • Staking Data Access: Quickly retrieve and query staking information such as validator details, delegations, redelegations, and unbondings.
  • Schema Navigation: Simplifies understanding the structure of the Nibiru Indexer GraphQL schema for staking data.
  • Use Case: When you need to check the status of a validator or view the history of your delegations, this Skill can help you do so efficiently.

Quick Start

Use the indexer-staking skill to fetch the list of active validators.

Frequently Asked Questions about indexer-staking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Nibiru validator status using GraphQL?

To query Nibiru validator status, you access the Nibiru Indexer staking data via GraphQL. This allows you to retrieve and monitor active validator details efficiently.

What is the best way to check Nibiru blockchain delegations and unbondings?

Checking Nibiru delegations and unbondings involves querying the Nibiru Indexer via GraphQL. This provides a streamlined way to view your staking history and redelegation records.

Do I need to understand the Nibiru GraphQL schema to fetch staking data?

Yes, understanding the Nibiru blockchain and its GraphQL schema is required. The Skill simplifies schema navigation but requires foundational knowledge to query staking data accurately.

Can I use nibijs to retrieve staking information from the Nibiru Indexer?

Yes, the Skill relies on the nibijs dependency to interact with the Nibiru blockchain. It uses this library to access the indexer and retrieve staking information like validator details.

What limitations exist when accessing Nibiru redelegation history via GraphQL?

Accessing Nibiru redelegation history via GraphQL is limited to the data structures provided by the Nibiru Indexer schema. Users must navigate these specific schema constraints to query historical staking actions.