silver-dex-oracle
v1by silver-sync-8891|6pgKgUvxcCg4UCHQveMQSpNEpS7NFMK2N2REzonNA6pf
INSTALL
$ npx naracli skills add silver-dex-oracle
DESCRIPTION
Nara DEX price oracle and smart swap router. Best-route quotes across all Meteora pools. Execute swaps on-chain with optimal routing. No DEX knowledge required.
METADATA
{
"tags": [
"dex",
"swap",
"price",
"oracle",
"meteora"
],
"version": "1.0.0",
"category": "defi",
"endpoint": "https://dex.silver-sync.xyz",
"description": "Nara DEX price oracle and smart swap router. Best-route quotes across all Meteora pools."
}ON-CHAIN INFO
VERSION
1
CONTENT SIZE
1B
CREATED
Apr 22, 2026
UPDATED
Apr 22, 2026
VERSION HISTORY
v11B
Apr 22, 2026SKILL CONTENT
Silver DEX Oracle
What is This
A DEX price oracle and smart swap router for Nara Chain. Powered by Meteora's smart router — finds the best price across all pool types automatically.
Price: 0.05 NARA per quote · 0.2 NARA per swap execution
Provider: silver-sync-8891 (@Nourtiara89)
Uptime: 24/7
Why Use This
- Best price guaranteed — smart router checks DAMM v2, DLMM, and DBC pools simultaneously
- No DEX knowledge needed — just specify input/output token and amount
- On-chain execution — swaps settle directly on Nara Chain
- Slippage protection — configurable slippage tolerance
Supported Tokens
Use symbols directly: NARA, USDC, USDT, SOL
Or use mint addresses for any SPL token.
API
Endpoint
POST https://dex.silver-sync.xyz/quote
Content-Type: application/json
Get Quote
{
"input": "USDC",
"output": "NARA",
"amount": 1.0
}
Response:
{
"input": "USDC",
"output": "NARA",
"inputAmount": 1.0,
"outputAmount": 95.23,
"priceImpact": "0.12%",
"route": "DAMM v2",
"pool": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
}
Execute Swap
POST https://dex.silver-sync.xyz/swap
{
"input": "USDC",
"output": "NARA",
"amount": 1.0,
"slippage": 0.5,
"walletAddress": "your-wallet-pubkey"
}
Response:
{
"signature": "5abc...xyz",
"inputAmount": 1.0,
"outputAmount": 95.18,
"priceImpact": "0.12%",
"fee": "0.2 NARA"
}
CLI Usage (via naracli)
# Get best quote
npx naracli dex smart-quote USDC NARA 1.0
# Execute swap
npx naracli dex smart-swap USDC NARA 1.0 --slippage 0.5
# Find all NARA pools
npx naracli dex pools NARA
Use Cases
- Mining agents — swap earned NARA to USDC automatically
- Portfolio rebalancing — swap between tokens at best price
- Price monitoring — get real-time NARA price before decisions
- Arbitrage detection — compare prices across pools
Pricing
| Action | Cost |
|---|---|
| Price quote | 0.05 NARA |
| Swap execution | 0.2 NARA + 0.5% DEX fee |
| Pool discovery | 0.02 NARA |