Abstract

This study investigates the macroeconomic determinants of the Indian Rupee (INR) depreciation against the US Dollar (USD) from 2014 to 2025 using monthly data. By integrating a wide array of indicators—including trade deficit, foreign portfolio investment (FPI), crude oil prices, inflation, interest rate differentials, foreign exchange reserves, and market volatility indices (VIX)—we assess their respective impacts on exchange rate movements. Using Ordinary Least Squares (OLS) regression and lagged models, we find that US market volatility (VIX), domestic interest rates, and interest rate differentials are significant contributors to INR depreciation. Interestingly, crude oil prices and FPI outflows, often assumed to be dominant drivers, show weaker-than-expected and inconsistent effects.

The analysis also highlights that INR depreciation has a modest pass-through effect on inflation, and RBI’s interventions through reserve management partially buffer the impact of capital outflows but are not always sufficient. A rolling window regression reveals that the effect of domestic repo rate changes on INR depreciation is more persistent and stable over time than the effect of Fed rate changes, underscoring the greater influence of domestic monetary policy. Finally, we show that INR volatility correlates more strongly with US VIX than India VIX, emphasizing the role of global investor sentiment over domestic market fear.

Our findings contribute to the understanding of exchange rate dynamics in emerging markets, offering policy implications for central banks aiming to maintain currency stability amidst global shocks.

Introduction

Exchange rate fluctuations have significant implications for emerging market economies, particularly those with open capital accounts and import-dependent energy sectors like India. The depreciation of the Indian Rupee (INR) against the US Dollar (USD) in recent years has sparked concerns regarding inflation, capital outflows, and macroeconomic stability. This study investigates the macroeconomic factors contributing to INR depreciation from 2014 to 2025, a period marked by global shocks such as crude oil volatility, changing US Federal Reserve policies, and market disruptions.

Drawing on monthly and quarterly data, we examine the interplay between domestic indicators—including inflation, interest rates, and foreign exchange reserves—and global influences such as crude oil prices, foreign portfolio investments (FPI), and market volatility (VIX). Our objective is to quantify the relative impact of these variables on currency movement and assess the role of monetary policy in mitigating exchange rate pressure. By applying both static and time-varying econometric models, this research offers insights into the evolving drivers of INR volatility, contributing to the broader literature on exchange rate determination in emerging markets.

Core Objective:

The core objective is to understand how these economic indicators drive INR depreciation or appreciation, both immediately and with lagged effects. We apply regression models, correlation tests, rolling analyses, and visualizations to answer key questions:

  1. How does India’s trade deficit affect the INR?

  2. Do rising oil prices weaken the INR—and under what reserve conditions?

  3. Can FPI outflows be offset by RBI’s intervention using forex reserves?

  4. Are repo rate hikes more influential on INR movement than Fed rate changes?

  5. Does inflation respond to currency depreciation (pass-through effect)?

  6. Which volatility index—India VIX or US VIX—better explains INR volatility?

  7. To assess the impact of India’s GDP growth relative to the US on the strength of the Indian Rupee (INR) against the US Dollar (USD).

This analysis emphasizes causality, asymmetry, and time-variation in the effects of macroeconomic variables on INR/USD trends, offering policy-relevant insights for exchange rate management and financial stability.

Methodology:

Methodology This study investigates the macroeconomic factors influencing the Indian Rupee (INR) against the US Dollar (USD) from 2014 to 2025 using monthly time series data. The analysis is conducted using the R programming language for data processing, transformation, and modeling.

  1. Data Collection We collected monthly data on the following variables from reliable financial and economic data sources:
  • USD/INR exchange rate

  • Crude oil prices USD per barrel

  • Foreign portfolio investments (FPI)

  • India and US Consumer Price Index (CPI)

  • India’s repo rate and the US Federal Funds rate

  • Foreign exchange reserves

  • India VIX (volatility index)

  • Trade balance (exports and imports)

  1. Data Preparation Several derived variables were constructed to capture relevant economic relationships:
  • Interest Rate Differential: Difference between India’s repo rate and the US Fed rate

  • Inflation Differential: Difference between India’s and the US CPI

  • Exchange Rate Change: Calculated as the log difference of USD/INR

  • Crude Oil Change: Log returns of Brent crude prices

  • Trade Balance: Exports minus imports

  • FPI Net Flow: Adjusted and rescaled to align with exchange rate dynamics

The dataset was cleaned to handle missing values, rescaled for comparability, and visualized to examine trends.

  1. Statistical Modeling We employed multiple linear regression to assess the relationship between monthly changes in the INR/USD exchange rate and the macroeconomic indicators.

All assumptions of linear regression, including multicollinearity, were assessed using correlation matrices and diagnostic plots.

  1. Tools and Software All data handling, transformation, visualization, and modeling were performed in R, using libraries such as:
  • tidyverse for data manipulation

  • lubridate for date handling

  • ggplot2 for plotting

  • stats and lm() for regression analysis

The workflow ensures transparency and reproducibility, with clearly defined steps from data import to model interpretation.

Glimpse of the Codebook:

##             Variable                            Description                 Source               Transformation
## 1  avg_exchange_rate                  USD/INR exchange rate                    RBI                         None
## 2     deficit_usd_bn                 Trade deficit (USD bn)   Ministry of Commerce                         None
## 3     exports_usd_bn                       Exports (USD bn)   Ministry of Commerce                         None
## 4     imports_usd_bn                       Imports (USD bn)   Ministry of Commerce                         None
## 5     usd_per_barrel           Crude oil price (USD/barrel)              Bloomberg            Lagged by 1 month
## 6            reserve                   FX reserves (USD bn)                    RBI                         None
## 7      inf_rate_perc                     Inflation rate (%) Ministry of Statistics        Percentage to decimal
## 8        avg_vix_usa                           US VIX index                   CBOE                         None
## 9        avg_vix_ind                        India VIX index              NSE India                         None
## 10     repo_rate_inr                      RBI repo rate (%)                    RBI                         None
## 11      fed_rate_usd                        US Fed rate (%)        Federal Reserve                         None
## 12            equity                    FPI in equity (USD)                   SEBI         Converted to numeric
## 13              debt                      FPI in debt (USD)                   SEBI         Converted to numeric
## 14      exchange_dep       Exchange rate depreciation (log)             Calculated         log(rate_t/rate_t-1)
## 15     trade_balance      Trade balance (exports - imports)             Calculated            exports - imports
## 16        net_inflow    Net capital inflows (equity - debt)             Calculated                equity - debt
## 17           oil_lag             Lagged oil price (1 month)             Calculated       lag(usd_per_barrel, 1)
## 18         rate_diff Interest rate differential (INR - USD)             Calculated repo_rate_inr - fed_rate_usd
## 19        volatility    3M rolling volatility (log returns)             Calculated           3-month rolling sd
## 20        log_return               Exchange rate log return             Calculated         log(rate_t/rate_t-1)

1) First step:

To initiate the analysis, we will examine the relationship between the exchange rate and a few key variables to determine whether they have a significant impact. If these variables show a strong correlation, we will continue the analysis with them; otherwise, we will consider exploring additional factors. To support this assessment, we will begin by visualizing key variable individually.

  • Plot:1.1 Foreign Investment Portfolio vs Average Exchange Return

In the first plot, I compare the exchange rate with foreign portfolio investment (FPI). Since these two variables are not directly comparable in scale, I rescaled both series for visualization purpose. Specifically, I used the difference of logarithm of the exchange rate to capture relative changes which will give log returns, while the FPI values were divided by 100 to present a cleaner and more interpretable plot.

Observation

We calculated exchange rate changes as log returns, which means percentage changes over time. FPI has been scaled down to make the plot easier to read.

From the plot, we see that when FPI is negative (meaning investors are pulling money out), the exchange rate tends to rise, which may suggest depreciation of the domestic currency. When FPI is positive (more investment is coming in), the exchange rate returns are slightly negative, indicating possible currency appreciation.

However, the points are quite spread out, meaning that FPI alone doesn’t strongly explain changes in the exchange rate. Other factors may also play a big role.

  • Plot:1.2 Fiscal Deficit vs Exchange Log Returns

In this analysis, I compare the exchange rate log returns with the fiscal deficit. For clearer visualization, both series have been rescaled, similar to the approach used in the initial plot.

Observation

In this graph, we observe a slight downward trend, suggesting that as the fiscal deficit increases (becomes more negative), the log returns of the exchange rate tend to decline slightly. This indicates a mild depreciation of the Indian Rupee during periods of higher fiscal deficit.

The wide spread of data points shows that this relationship is weak, meaning the fiscal deficit alone does not have a strong or consistent impact on the currency.

  • Plot:1.3 Trade Balance vs Exchange Log returns

This plot examines the relationship between India’s trade balance (exports - imports) and the log returns of the exchange rate. A trade deficit may increase demand for foreign currency, potentially weakening the Indian Rupee, while a trade surplus could have the opposite effect.

Observation

This graph shows a slight negative relationship between the trade balance and exchange rate log returns. As the trade balance becomes more negative (larger trade deficit), the log returns tend to decrease slightly, suggesting a mild depreciation of the Indian Rupee. However, the points are quite scattered, so the connection is weak.

Key Observation

Based on the initial visual analysis, it appears that when each variable is considered individually, their impact on the domestic currency is minimal. No single factor demonstrates a strong or consistent influence on the exchange rate in isolation, suggesting that a multivariable approach may be necessary for deeper insights.

Secondary Approach

Alternate approach involves processing all variables with necessary adjustments to improve accuracy. Each variable will then be tested individually using regression analysis. The resulting estimates will be visualized to gain insights into the strength and direction of their correlation with the target variable.

An Ordinary Least Squares (OLS) regression was used to assess the impact of key macroeconomic variables on INR depreciation. The results were cleaned and relabeled for clarity, and coefficients were scaled by 100 for interpretability. A horizontal bar chart visualizes the effect size and direction, with 95% confidence intervals.(Fig:1.4)

Key Findings:

INR Weakening Factors:

Market Volatility (VIX): Both US Market Volatility (VIX) and Indian Market Volatility (VIX) are significant contributors to INR depreciation. Higher fear in either market is associated with a weaker Rupee.

Domestic Interest Rate (%): Surprisingly, a higher domestic interest rate also shows a positive association with INR depreciation in this model.

INR Strengthening Factors:

Interest Rate Differential (INR-USD): A wider positive interest rate differential (India’s rates higher than US) significantly strengthens the INR.

Fiscal Deficit (USD bn): A larger fiscal deficit surprisingly correlates with a stronger INR in this model.

Negligible Impact:

Lagged Oil Prices, Net Capital Inflows, and Foreign Exchange Reserves show negligible impact on INR depreciation.

Conclusion:

Market volatility (VIX) from both the US and India, alongside domestic interest rates, are key drivers of INR weakening. Conversely, the INR benefits from a higher interest rate differential and, unexpectedly, a larger fiscal deficit. Variables like oil prices and capital flows currently exhibit minimal influence in this model.

Brief Statistical Assessment

In this section, we analyze and evaluate our objectives using various statistical methods to derive insights that support the achievement of our core goals.

To begin, we assess the correlation between India’s monthly fiscal deficit and INR depreciation, followed by a visual analysis. The changes in exchange rate are calculated using the difference in the logarithmic values of the average monthly exchange rate, allowing for a more accurate representation of percentage changes over time.

## Correlation of trade deficit with the change in INR -0.1234276

Observation

Plot Interpretation:

The plot shows the linear relationship between India’s trade deficit and exchange rate log returns. The red regression line has a slight negative slope, suggesting that as the trade deficit increases (i.e., becomes more negative), the log returns of the exchange rate tend to decline slightly.

This indicates that larger trade deficits may be linked to mild depreciation of the Indian Rupee (INR).

Analysis of correlation suggests

The correlation between the trade deficit and changes in the INR is approximately -0.12, indicating a weak negative relationship. This suggests that as the trade deficit increases, the INR tends to depreciate slightly, although the relationship is not strong.

Next, we conduct a brief lagged analysis to explore whether there are any delayed effects in the relationship.

In this section, a 3-month lag is applied to the fiscal deficit to examine its delayed impact on INR depreciation, measured using the log-differenced values of the average exchange rate. The correlation between the lagged deficit and exchange rate changes is then calculated and visualized for clearer interpretation.

## lagged correlation of trade deficit with INR change -0.1593868

Observation

Plot Interpretation

The red regression line shows a mild negative slope, and the correlation coefficient is approximately -0.16. This suggests that a larger trade deficit three months earlier tends to be followed by a slight depreciation of the Indian Rupee (INR).

Analysis of correlation Suggests

While the relationship remains weak, the correlation is slightly stronger than in the non-lagged version (which had a weaker slope and a lower correlation). This may imply that the impact of trade imbalances on currency movement takes time to reflect in the exchange rate, and immediate changes may not capture the full effect.

-In the next step of our analysis, we examine how changes in lagged oil prices impact INR depreciation. As previously observed in Fig:1.4, the direct impact of oil prices on INR depreciation appears to be minimal. Therefore, in this section, rather than analyzing the immediate relationship, we focus on examining whether lagged changes in oil prices — with delays of 1, 2, or 3 months — have any delayed influence on INR movement.

## Correlation between oil and Exchange log return, without delayed effects -0.1798802 
##  Correlation for one month delayed effect of oil prices with INR -0.03981605 
##  Correlation for two months delayed effect of oil prices with INR -0.02765248 
##  Correlation for three months delayed effect of oil prices on INR 0.194464

Interpretation

Visual Understanding:The short-term impact (1–2 months) of oil price fluctuations on the INR appears negligible. However, a modest delayed effect emerges after a 3-month lag, suggesting that changes in oil prices may influence INR movements with some latency. This could be attributed to the time required for oil import bills, inflationary pressures, or monetary policy responses to filter through the economy and affect the exchange rate. These findings support the hypothesis that the INR adjusts gradually to oil price shocks rather than reacting instantaneously.

Oil prices show little to no immediate impact on INR movement. However, a three-month lag displays a comparatively stronger correlation, suggesting that delayed oil price shocks could have a modest effect on currency depreciation, possibly due to slower transmission of oil import costs into macroeconomic variables like the trade balance and inflation.

  • Next, we assess whether the strength of the correlation between oil prices and INR depreciation changes based on the level of Forex reserves (low vs. high)

For this analysis, I used the log-differenced values of the average exchange rate to represent INR depreciation, along with the differenced oil prices to enhance accuracy. To distinguish between periods of low and high foreign exchange reserves, I calculated the median value of the forex reserve variable. Observations below the median are categorized as ‘low reserves’, while those above are classified as ‘high reserves’.

## Correlation between oil prices and INR depreciation during low forex reserve periods -0.05900123 
##  Correlation between oil prices and INR depreciation during high forex reserve periods -0.3013425

Observation

During low forex reserve periods, the correlation between oil prices and INR depreciation is -0.06, indicating a very weak relationship. In contrast, during high reserve periods, the correlation strengthens to -0.30, suggesting that oil price changes have a more noticeable impact on the INR when reserves are higher.

This may be because higher reserves reflect a more stable economic environment, allowing external factors like oil prices to influence the exchange rate more directly. In periods of low reserves, other domestic pressures might overshadow the effect of oil price fluctuations.

  • We now switch variables to explore additional perspectives on what drives INR movement.

In this section, I analyze the relationship between Net FPI (equity + debt), the log-differenced average exchange rate (to represent INR depreciation), and the change in forex reserves. As a follow-up to the previous analysis, I first calculate the correlation between Net FPI and INR depreciation to assess whether capital outflows consistently weaken the currency. The primary objective here is to evaluate if RBI’s forex reserve interventions offset the impact of FPI outflows. To visualize this, I created a time series plot comparing changes in forex reserves with Net FPI movements.

## Correlation netween Net FPI and INR depriciation -0.4367093

Observation

The correlation between Net FPI and INR depreciation is -0.44, indicating a moderate negative relationship—FPI outflows are generally linked with INR weakening. The time series plot shows that forex reserve changes often move counter to Net FPI, suggesting possible RBI intervention. This trend is especially noticeable during high-volatility periods, such as the COVID shock.

By rescaling both variables, the visual comparison highlights how reserve movements may cushion the impact of capital outflows. While not perfectly aligned, the offsetting pattern supports the idea of active forex management. This helps maintain currency stability in the face of external financial pressures.

  • This observation leads to an important and interesting question: What is the average time it takes for forex reserves to recover after being utilized to stabilize the INR? Understanding this recovery period can provide deeper insights into the sustainability and long-term impact of RBI’s intervention strategy.
## Average recovery time (months) 1.816794

The average reserve recovery period of approximately 1.82 months indicates that forex reserves used to stabilize the INR are generally restored within two months. This reflects effective reserve management and demonstrates a robust external financial stance.

For this part

Asymmetry Analysis: To investigate whether currency depreciation responds more to repo rate cuts compared to changes in the Federal Reserve’s policy rate, I used log-differenced values of the average exchange rate as the dependent variable. Key explanatory variables include the rate differential between the RBI’s repo rate and the U.S. Fed funds rate (repo_rate_INR - fed_rate_USD), standalone changes in both rates, and a dummy variable capturing repo rate hikes, along with its interaction with the rate change.

To gain deeper insight into how these relationships evolve over time, I applied a rolling regression (coefficient) analysis, allowing for dynamic assessment of the impact of monetary policy shifts on exchange rate movements.

Observation

The rolling coefficients show stronger and more persistent positive effects when the RBI hikes rates (INR tends to depreciate).

The response to Fed rate changes is weaker and more volatile, sometimes even negative.

Key Finding: INR depreciation responds more sharply to RBI repo hikes than to cuts or Fed rate changes, suggesting domestic monetary policy has asymmetric effects on the exchange rate.

In this section we’re going to examine whether inr depriciation is associated with higher CPI inflation and change in oil prices in subsequent months. to proceed ive taken logg differenced value of average exchange rate, change in oil prices and interaction of oil prices and exchange rate.

## 
## t test of coefficients:
## 
##                 Estimate Std. Error t value Pr(>|t|)
## (Intercept)   -0.2344386  0.3152957 -0.7436   0.4586
## inf_rate_perc  0.0860791  0.0610726  1.4095   0.1612
## lag_oil_3m     0.0057129  0.0117199  0.4875   0.6268

Observation

The regression shows neither current inflation nor 3-month lagged oil prices significantly impact the dependent variable (likely INR depreciation). Both have small, statistically insignificant coefficients (inflation: 0.086, p=0.161; oil: 0.006, p=0.627). The insignificant intercept (-0.234, p=0.459) suggests no baseline trend. Overall, these variables don’t explain INR movements in this model, though further testing with different lags or controls may be warranted.

Conclusion

No, these variables don’t significantly impact INR depreciation in this analysis.

Further analysis, This study investigates the relative influence of US (global) and Indian (domestic) VIX on INR exchange rate volatility. To quantify INR volatility, we compute rolling standard deviations of log-differenced exchange rate values, providing a robust measure of currency fluctuations. We then analyze the comparative impact of both VIX measures through statistical modeling, supplemented by visual trend analysis to enhance interpretation. The research aims to determine whether global risk perceptions (proxied by US VIX) or domestic market uncertainty (measured by India VIX) serves as the primary driver of INR volatility, offering valuable insights for currency risk management and policy formulation.

## Correlation between inr volatility and VIX India 0.2676927 
##     Correlation between volatility and usa vix 0.3184979

Observation

INR volatility is more strongly linked to global risk (US VIX) than domestic uncertainty (India VIX). Correlation and trend analysis confirm US VIX plays a bigger role in driving rupee fluctuations, showing the currency’s greater sensitivity to global factors. This highlights the need for policymakers and investors to prioritize global risk monitoring when managing INR volatility.

Key finding: India VIX’s weaker influence may stem from the rupee’s global integration or less developed domestic volatility markets. Future research could test these patterns during market crises.

Next step, This study checks if the rupee bounces back quickly after falling during high-stress periods (top 25% of VIX values). We track the rupee’s movement over the next 1, 2 and 3 months after these stressful times.This tells us how long the rupee stays weak after global market shocks, helping traders and policymakers time their decisions better.

## Average reversal for 3 months 0.001037224 , 0.001185049 , 0.001483289

Observation

The data shows a slow but steady reversal of INR depreciation after high-VIX periods, with appreciations of 0.10% (1M), 0.12% (2M), and 0.15% (3M). This suggests the rupee does not rebound immediately but gradually recovers over time, indicating persistent pressure from global risk shocks. The small magnitude of reversal (all <0.2%) implies either mild initial depreciation or incomplete recovery, highlighting the INR’s volatility.

Last Variable, This analysis investigates whether the INR strengthens when India’s GDP growth outpaces the US by comparing growth differentials (India-US) with log-differenced exchange rate changes. There is also a plot for better understanding.

## Effect on INR when there is change in growth rate of India 
##     in comparison with USA, correlation 0.2076897

Observation

The analysis shows a weak positive link (correlation: 0.21) between India’s GDP growth outperformance (vs. the US) and INR appreciation, suggesting faster growth provides limited currency support. However, the modest correlation implies global factors (Fed policy, oil prices) dominate INR movements more than growth differentials alone. While favorable growth helps, policymakers may need additional measures (e.g., rate hikes, capital controls) for meaningful INR stability.

Final Conclusion: Understanding What Drives INR Depreciation

This study analyzed various macroeconomic and financial factors to understand their influence on the Indian Rupee (INR), particularly in terms of depreciation against other currencies. The goal was to identify the most significant drivers through correlation, regression, and lagged effect analysis.

NOTE: As the analysis is based on financial year data from 2014 to 2025, outcomes could vary with higher-frequency data or more advanced methods.

Key Findings

  1. Individual Variables Show Weak Impact

Foreign Portfolio Investment (FPI), Fiscal Deficit, and Trade Balance have weak, scattered relationships with INR depreciation.

Alone, none of these factors significantly explain currency movements. Their effects are minimal and inconsistent.

  1. Multivariable Regression Provides Better Insight

A multiple regression (OLS) analysis revealed that some variables do have significant effects when considered together.

INR Weakening Factors:

US and India VIX (Market Volatility): Higher volatility leads to INR depreciation.

Domestic Interest Rates: Unexpectedly, higher rates correlate with INR weakness—potentially due to policy reactions during crises.

INR Strengthening Factors:

Interest Rate Differential (INR vs. USD): A positive gap supports INR appreciation.

Fiscal Deficit: Surprisingly, a higher fiscal deficit is linked with a stronger INR in the model—possibly a data-specific or policy-driven anomaly.

Negligible Impact:

Oil Prices, Net Capital Inflows, and Foreign Exchange Reserves had limited or statistically insignificant influence.

Lag Effects Matter

Trade Deficit Lag: A 3-month delay shows a slightly stronger negative correlation (-0.16), implying slow currency response.

Oil Prices: Immediate impact is weak, but a modest effect appears after a 3-month lag (correlation: +0.19).

Role of Forex Reserves

RBI Interventions: Forex reserve movements often offset FPI outflows, suggesting active stabilization efforts.

Recovery Time: Reserves typically recover in ~1.82 months, showing efficient management and resilience.

Policy Asymmetry and Volatility

Monetary Policy: INR depreciation reacts more strongly to RBI rate hikes than cuts, indicating asymmetric effects.

Global vs. Domestic Risk:

INR volatility is more sensitive to US VIX (correlation: 0.32) than to India VIX (0.27), underlining the dominance of global risk factors.

Reversal After Stress: INR depreciations after high-stress periods (top 25% VIX) recover slowly—only 0.15% over 3 months.


GDP Growth Differential

A higher Indian growth rate compared to the US is weakly correlated (0.21) with INR appreciation.

Growth alone does not guarantee currency strength—external factors like oil prices and Fed policy appear more influential.

Overall Conclusion

  • No single factor clearly explains INR depreciation. Instead, it is shaped by a complex interaction of domestic and global variables.

  • Global risk sentiment (VIX), interest rate differentials, and monetary policy appear to be more impactful than traditional metrics like fiscal deficit or oil prices.

  • Lag effects and policy responses (especially from the RBI) play a significant role in moderating or amplifying these relationships.

  • For deeper insights or forecasting, a dynamic, multivariable model that includes lagged effects and interaction terms is essential.

Recommendations for Policymakers and Analysts

  • Focus more on managing global exposure, particularly during volatile periods.

  • Use interest rate policy carefully, as domestic hikes may weaken INR unexpectedly.

  • Maintain adequate forex reserves to buffer against capital flow shocks and support stability.

  • Monitor lagged effects of oil prices and fiscal policies in strategic planning.

Data sources

The data used in this analysis was manually gathered from various sources, as directly downloadable datasets (like .csv files) were unavailable. I visited relevant websites to extract the exact values needed for specific dates required by my study.

Sources

Data & Code Access:

The datasets (in .csv format) and R code for this analysis are available in my GitHub repository: Brief_Analysis_of_domestic_currency. You’ll find cleaned data, scripts for analysis/visualizations, and documentation. Feel free to explore, reuse, or contribute!