Staking9 min read

KAMIYO Staking: Stake-Backed Trust Explained

Guide to staking KAMIYO tokens and earning SOL rewards. Duration-based multipliers (1x–2x), staking on Fundry, the Kyōshin operator, and earning potential from protocol participation.

Stake-Backed Trust: The Foundation

Staking in KAMIYO Protocol is not passive yield farming — it is the economic foundation of the entire trust system. When participants stake KAMIYO tokens, they are putting capital at risk to signal their commitment to honest behavior. This staked capital serves as collateral that can be slashed for provably dishonest actions, creating a system where the cost of cheating always exceeds the potential gain.

The kamiyo-staking program manages all staking operations on-chain. It handles token locking, duration-based reward multipliers, reward distribution, and integration with the governance and oracle systems. Every aspect of staking is transparent and auditable on the Solana blockchain.

Core Principle

In KAMIYO, trust is not assumed — it is staked. Every oracle, every governance participant, and every agent with a Meishi identity has tokens at risk. This economic skin in the game is what transforms abstract trust into enforceable accountability.

How Staking Works

Staking Tokens

To stake, a participant calls the stake instruction with the amount of KAMIYO tokens they wish to lock. The tokens are transferred from the participant's wallet into a staking vault PDA controlled by the program. The participant receives a staking position account that records their staked amount, staking timestamp, and accrued rewards.

import { StakingClient } from '@kamiyo/sdk';

const staking = new StakingClient({
  connection,
  wallet,
});

// Fetch current position
const position = await staking.getPosition(wallet.publicKey);
console.log('Staked amount:', position?.stakedAmount.toString());

// Check current multiplier
const multiplier = await staking.getPositionMultiplier(wallet.publicKey);
console.log('Multiplier:', multiplier / 10000 + 'x');

Duration-Based Multipliers

KAMIYO uses a duration-based multiplier model where longer staking periods earn higher reward multipliers. The multiplier curve incentivizes long-term commitment to the protocol.

  • Base (0–30 days): 1.0x multiplier. Standard reward rate for new stakers.
  • 30-Day Tier: 1.2x multiplier. After 30 days of continuous staking, rewards increase by 20%.
  • 90-Day Tier: 1.5x multiplier. After 90 days, stakers earn 50% more rewards — demonstrating sustained commitment to the protocol.
  • 180-Day Tier: 2.0x multiplier. The maximum tier doubles reward earnings, reserved for long-term participants with the deepest protocol alignment.

Unstaking

Participants can unstake by calling the unstake instruction with the amount they wish to withdraw. Unstaking returns tokens directly to the participant's wallet. Partial unstaking is supported — participants can withdraw a portion of their stake while keeping the rest earning rewards.

Note that unstaking resets the duration multiplier for the remaining position. If a participant partially unstakes, their staking timer restarts, meaning the multiplier progression begins again from 1.0x. This mechanic discourages frequent withdrawals and rewards continuous commitment.

Earning from Staking

Stakers earn returns through several protocol mechanisms, each tied to active participation rather than passive holding.

Oracle Fees

Stakers who qualify as oracles and participate in dispute resolution earn a share of the dispute resolution fee (a percentage of the escrowed amount). Oracle fees are the primary earning mechanism for active stakers. See the dispute resolution article for fee details.

Protocol Fees

A portion of every escrow settlement fee is distributed to the staking pool proportional to each staker's share. This provides baseline returns even for stakers who do not serve as oracles. See the full breakdown in the revenue model article.

Governance Participation

Active governance participants may receive additional rewards for voting on proposals, incentivizing broad participation in protocol decision-making.

Reputation Benefits

Higher stakes contribute to higher Meishi trust scores, which in turn lead to preferential oracle selection and higher visibility in agent discovery systems.

Slashing Conditions

Slashing is the enforcement mechanism that gives staking its teeth. When a participant provably violates protocol rules, a portion of their staked tokens is burned or redistributed. Slashing is always deterministic and executed by on-chain programs — no human judgment is involved in the slashing decision itself.

  • Agent Slashing: When an agent files a frivolous dispute and loses (provider delivered quality work scoring 80+), 5% of the agent's staked amount is slashed. This discourages bad-faith dispute filing.
  • Oracle Slashing: Oracles who vote outside the consensus deviation threshold have 10% of their staked amount slashed. After 3 violations, an oracle is automatically removed from the registry. This ensures oracles perform genuine, independent quality assessment.

Slashed tokens are transferred to the protocol treasury rather than burned, funding ongoing protocol operations. All slashing is deterministic and executed by on-chain programs — no human judgment is involved in the slashing decision itself.

Staking and the Broader Protocol

Staking is the connective tissue of KAMIYO Protocol. It connects to every other program.

Governance voting power derives from staked amounts. Oracle qualification requires meeting the staking threshold. Meishi identity creation requires a base stake. Escrow agreements can require counterparties to meet minimum staking levels. And the dispute resolution system relies on staked collateral to ensure oracle honesty.

This deep integration means that staking is not an optional add-on — it is the mechanism through which participants buy into the trust network. The more tokens staked across the ecosystem, the more robust the trust guarantees for everyone.

Staking on Fundry

KAMIYO staking is live on Fundry, a permissionless staking protocol by Collaterize built on Solana. Stakers deposit KAMIYO tokens and earn SOL rewards distributed through the Kyōshin operator — the protocol-designated operator that routes protocol earnings into the staking reward pool.

Kyōshin Operator

The Kyōshin operator is responsible for routing protocol revenue into the staking distribution. As KAMIYO Protocol generates fees from escrow settlements, dispute resolutions, and agent registrations, the Kyōshin operator channels a portion of these earnings to stakers as SOL rewards — creating a direct link between protocol activity and staker returns.

Fundry handles the staking infrastructure, including reward calculations and distribution, allowing participants to stake and unstake through a simple interface without needing to interact directly with the on-chain program instructions.

Getting Started with Staking

Staking KAMIYO tokens is straightforward. You can stake directly through Fundry or interact with the staking program via the SDK.

  • Step 1: Acquire KAMIYO tokens through supported exchanges or decentralized markets.
  • Step 2: Visit the KAMIYO staking page on Fundry and connect your Solana wallet.
  • Step 3: Enter your desired stake amount and confirm the transaction. Your staking position is created immediately and you begin earning SOL rewards.
  • Step 4: Optionally register as an oracle by declaring capabilities in your Meishi identity for additional earning opportunities.
  • Step 5: Participate in governance, oracle panels, and other protocol activities to earn rewards and build reputation.

Frequently Asked Questions

What is stake-backed trust?

Stake-backed trust means participants lock KAMIYO tokens as collateral. This creates economic accountability — oracles who vote outside consensus are slashed 10% of their stake, and agents who file frivolous disputes lose 5%. This aligns incentives with honest behavior.

What are the benefits of staking?

Stakers earn SOL rewards distributed through the Kyōshin operator, with duration-based multipliers from 1x (base) up to 2x (180+ days). Longer staking periods earn proportionally higher rewards, incentivizing sustained protocol commitment.

Where can I stake KAMIYO tokens?

KAMIYO staking is live on Fundry (by Collaterize). Visit the staking page at fundry.collaterize.com to connect your wallet and start staking. The Kyōshin operator routes protocol earnings to staking reward distribution.

How do staking multipliers work?

KAMIYO uses duration-based multipliers: 1.0x for 0–30 days, 1.2x after 30 days, 1.5x after 90 days, and 2.0x after 180 days. The multiplier applies to your reward calculation. Note that partial unstaking resets your duration timer.

Build with KAMIYO Protocol

Start integrating trust infrastructure into your AI agent applications.

Docs →