September 11, 2026
blog-cover
author-image

Kevin Goos

Founder & CEO

Platform & Product Development

Frontend Enhancements

The frontend layer gained an entirely new product surface for automated reinvestment, alongside substantial improvements to sign-in, account security, and service availability experiences.

  • Auto-Reinvest (Auto-Compounding) Experience

A new auto-reinvest experience was introduced, allowing investors to automatically convert accrued rental yield into additional property tokens without manual claiming or repurchasing. Investors can enable reinvestment per property, review exactly what will happen before opting in, and disable it at any time. Opt-in and opt-out are always signed by the investor's own wallet — the platform never enrolls a user on their behalf.

  • Reinvestment Frequency Selection

A cadence selector was added so investors choose how often their yield compounds — weekly, monthly, or quarterly. The chosen frequency is fixed at the moment reinvestment is enabled, giving each participant a predictable, unchanging schedule for the life of their enrollment.

  • Per-Property Reinvestment Insights

The reinvestment card was extended with per-property statistics covering available yield, accrued PROPS bonus, and the outcome of previous compounding cycles. Every view is scoped to the connected wallet, so investors see only their own position.

  • Reinvestment History & Transaction Transparency

A dedicated history view lists every completed reinvestment cycle with its result and a direct link to the on-chain transaction. Completed reinvestments also appear in the main transaction history, keeping automated activity visible alongside manual transactions.

  • Post-Stake Reinvestment Prompt

Investors are now offered auto-reinvestment at the most natural moment — immediately after staking a property token — through a contextual prompt that explains the benefit and enables compounding in a single step.

  • Account Security & Two-Factor Experience

Sign-in and account security flows were reworked. Changing a two-factor method now requires both the account password and a current authenticator code, first-time users are given a clear two-factor setup choice, and accounts without an authenticator can sign in using an email one-time code.

  • Wallet Sign-In Verification

Wallet-based sign-in on the PROPS application now asks the user to sign a short ownership challenge before a session is issued, confirming that the person connecting genuinely controls the address.

  • Sign-In Feedback & Error Visibility

Authentication and account screens now report failures accurately instead of failing silently, including throttled attempts, locked accounts, and backend errors that were previously invisible to users.

  • Planned Maintenance Experience

A platform-wide maintenance experience was introduced. During an active maintenance window users are shown a clear status page with a live countdown rather than encountering inconsistent errors, and the interface returns to normal automatically once the window closes.

Backend & Infrastructure Development

The backend layer focused on the automated reinvestment engine and a broad security and data-integrity programme spanning authentication, transaction records, and operational safeguards.

  • Automated Reinvestment Engine

A complete reinvestment pipeline was built to run compounding on behalf of enrolled investors. It keeps enrollment state synchronised with on-chain opt-ins, schedules each participant's next run against their chosen cadence, and distributes execution to avoid load spikes.

  • Reinvestment Execution Safeguards

Execution was designed so a reinvestment can never be paid twice. Each cycle is uniquely keyed per wallet, property, and date; transactions are recorded before confirmation is awaited; and any interrupted run is reconciled against the chain before it can be retried.

  • Reinvestment Eligibility & Quoting

The engine pre-checks eligibility before committing gas — skipping wallets with no claimable yield, yield below the configured floor, or an active payout cooldown. It also validates the target liquidity source and enforces slippage bounds before every quote, so reinvestments cannot execute against inactive or unfavourable markets.

  • Reinvestment Monitoring & Reporting

Operational monitoring was added covering failure rates, stuck runs, abnormal skip patterns, and signer funding levels, together with verification and reporting tooling used to validate behaviour ahead of production enablement.

  • Authentication & Session Hardening

Authentication was hardened across web and mobile entry points, with legacy sign-in paths retired, stricter validation on token issuance, and enforcement of account status so deactivated or removed accounts can no longer hold a valid session.

  • Login Protection & Abuse Prevention

Rate limiting and account lockout were introduced across all authentication surfaces, with email notification to the account owner when a lockout occurs, reducing exposure to automated credential-guessing attempts.

  • Account Privacy Improvements

Account recovery and verification flows no longer disclose whether a given email address is registered, closing a common avenue for enumerating valid platform accounts.

  • On-Chain Transaction Verification

Claim, unstake, and reward records are now verified against the blockchain before they are written — confirming the referenced transaction exists, succeeded, belongs to the expected contract, and has not already been used — ensuring platform records can only reflect activity that genuinely occurred on-chain.

  • Sensitive Data Handling

Request and error logging now redacts credentials and other sensitive values before anything is written to storage, and historical log data was cleaned to remove previously captured values.

  • Security Monitoring & Alerting

Backend detectors were added to identify suspicious authentication and account activity, with deduplication to suppress noise and immediate notification for high-severity events.

  • Service Availability Controls

A server-side maintenance switch was implemented so maintenance windows are enforced at the API layer itself. Public and webhook endpoints continue operating during a window, keeping integrations and scheduled processing stable.

  • Data Integrity Audits

Audit and repair tooling was added to verify historical records against on-chain state, detect duplicated transaction references, and backfill newly tracked reinvestment metrics.

Blockchain Development

Major milestones were achieved across Auto Reinvest, Propbase Lend, and Propbase AI Audit Security. The work focused on bringing automated reinvestment capabilities into production, strengthening the lending architecture for the next iteration of the protocol, and maintaining a strong security baseline across the Propbase smart contract ecosystem.

Auto Reinvest

The Auto Reinvest initiative progressed from development and testing through production deployment, making automated rental yield reinvestment available to users.

  • Testing & Validation

Auto Reinvest testing is completed with coverage at 95.84. The testing process covered the core reinvestment flows and helped validate the stability and reliability of the feature ahead of production deployment.

  • Production Documentation

Auto Reinvest documentation for production completed, providing the necessary technical and operational reference for the deployed reinvestment system.

  • Production Deployment

Auto Reinvest deployment completed. The feature is now available as part of the Propbase ecosystem, allowing users to participate in automated reinvestment without requiring manual intervention for each cycle.

  • Frequency-Based Reinvestment

Users can now Reinvest based on the frequency they choose. This allows users to select a reinvestment cadence that aligns with their preferred investment strategy while keeping the process automated.

Propbase Lend

Development on Propbase Lend continued with a focus on establishing the architecture for the next version of the lending protocol and improving how existing liabilities and protocol configuration changes are handled.

  • Single Pool Framework

Propbase Lend single pool framework design confirmed. This establishes the architectural direction for the lending protocol and provides a foundation for the continued development of the next version of Propbase Lend.

  • 2.0 Adapter Contract

Propbase Lend 2.0 Adapter Contract is under development. The adapter architecture is being developed as part of the broader Lend 2.0 framework, supporting the protocol's transition toward the new lending structure.

  • Toggle Switching & Existing Liability Continuation

Implemented Toggle Switching and Existing Liability Continuation. These changes allow protocol configuration to be switched while ensuring that existing liabilities continue to be handled correctly during the transition.

Propbase AI Audit Security

Security and audit work continued across the Propbase smart contract ecosystem, with the latest audit tooling and contract versions reviewed to identify potential vulnerabilities.

  • Smart Contract Audit

All the Propbase contracts are audited with the latest version fable no vulnerability is indentifed. The audit provides an additional layer of validation across the smart contract ecosystem and helps ensure that the latest contract implementations maintain the required security standards.

Strategic Impact

This development phase focused on advancing the Propbase blockchain ecosystem through the production deployment of Auto Reinvest, continued architectural development of Propbase Lend 2.0, and comprehensive security validation across the Propbase smart contract ecosystem.

With Auto Reinvest successfully tested, documented, and deployed, users can now automate the reinvestment of their returns based on their preferred frequency, creating a more flexible and hands-off investment experience. At the same time, the confirmed single-pool framework and ongoing development of the Lend 2.0 Adapter Contract establish the foundation for the next generation of Propbase's lending infrastructure, while Toggle Switching and Existing Liability Continuation improve the protocol's ability to manage ongoing positions during configuration changes.

The completion of security audits across all Propbase contracts using the latest audit version, with no vulnerabilities identified, further strengthens the platform's security baseline. Together, these developments move Propbase toward a more automated, scalable, secure, and production-ready blockchain ecosystem, supporting the broader vision of accessible real-world asset investment and decentralized financial products.