Authors - Rajiv Ghai, Anil Kumar Bisht, Akash Sanghi Abstract - Agricultural supply chains face a fundamental tension consumers require transparency for provenance verification while commercial stakeholders demand confidentiality of pricing, buyer identities and quality scores. This paper introduces SelEncChain-Agri, a selective field encryption (SFE) framework that resolves these conflicting demands on a single fully decentralised Solana blockchain. Supply chain data is partitioned into public fields stored in plaintext and confidential fields encrypted with ECIES combined with Multi-Party Key Encapsulation (MP-KEM). Authorised parties decrypt fields using existing Solana wallet keypairs via a formally specified Ed25519-to-X25519 key derivation (libsodium convention), requiring no additional key material or trusted third party. Three technical contributions are made: (1) SFE field encryption with per-capsule independently randomised nonces preventing GCM keystream reuse (2) SFE decryption and (3) a key revocation protocol providing post-revocation forward secrecy. Security analysis under the Dolev-Yao model provides a constructionlevel IND-CPA argument under the DDH assumption on Curve25519. Comparative evaluation shows SelEncChain-Agri satisfies all eight stakeholder requirements from the agricultural blockchain literature, versus at most seven for dualchain alternatives. A Solana devnet prototype confirms functional correctness: end-to-end latency was 3,691 ms for batch creation and 2,111 ms for event submission; client-side SFE overhead was 74.59 ms (Python), with estimated pure cryptographic cost of 3.3 ms (Rust/WebAssembly). Keywords: Agricultural supply chain · Anchor framework · DPDP Act 2023 · ECIES · Food traceability · Key revocation · MP-KEM · Privacy-preserving · RFC 7748 · Selective field encryption · Solana blockchain