• Discover
  • Partner with us
  • Chapters
  • Blog

Build on Agoric

Course Intro
What is Agoric?
Basic Environment Setup

Build on a cross-chain application with Orchestration
Project 1: Multi-Chain DAO

Setup Your Agoric Developer Environment
User Interface
Project 2: Marketplace

Additional Resources
Upgrading Contract and Exo Objects
Contract Deployment

Long-Lived Upgradable Objects in Agoric

Understanding Exos (Exposed Objects)

An Exo in Agoric is an exposed, remotable object that persists across contract upgrades. Think of it like a permanent employee in a company - they maintain their role and knowledge even when company policies change. Exos use InterfaceGuard for protection.

What Makes an Exo Special?

  • Durability: Survives contract upgrades
  • Remote Accessibility: Can be accessed from other parts of the system
  • State Persistence: Maintains its state across upgrades
  • Interface Guarantees: Provides consistent API access

Interface Guard Protection

  • Acts as a protective layer around Exo objects
  • Validates method calls and arguments
  • Ensures only allowed operations are performed
  • Maintains security during upgrades

Durability Through Zones

Zone Capabilities

  • Provides API for creating Exo objects
  • Manages object collections (Stores)
  • Supports different persistence types:
  • Ephemeral (JS heap)
  • Virtual (disk storage)
  • Durable (upgrade survival)

Baggage System

  • Preserves state during upgrades
  • Acts like a secure container for contract data
  • Ensures continuity of operations
  • Maintains object relationships

Upgrade Process

Preparation

  • Define what state needs to be preserved
  • Plan new features or modifications
  • Ensure backward compatibility

Implementation

  • Create new contract version
  • Define state transitions
  • Update interfaces as needed
Previous
Next

Lesson discussion

Swap insights and ask questions about “Build on Agoric”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
WebsiteDiscoverPartner with UsBlogEvents
Discover
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsBrand GuidelineFAQsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://risein.com is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://risein.com disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Rise In, All rights reserved