Membership to the dojo provides access to all zazen periods, events,
discounts on retreats and supplies. Dues can be paid via Paypal.
Membership is crucial to the future and health of Monju-Do Zen
Fellowship, and supports all activities and programs.
Sangha activies include:
- Weekly zazen and ceremony
- Zen retreats throughout the year
- Sitting groups at college campuses in our region
- Dharma discussion
- Introductions to Zen practice
- Dharma support for the Buddhist Council of New York
For donations, please Paypal us using our paypal website:
Monthly membership fees are as follows:
Sustaining member: $50/month
Practitioner: $35/month
Student : $15/month
Walk-in/Zoom-in: $5
We appreciate your generosity!
<div id="paypal-button-container"></div> <script src="https://www.paypal.com/sdk/js?client-id=sb¤cy=USD" data-sdk-integration-source="button-factory"></script> <script> paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{ amount: { value: '1' } }] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); } }).render('#paypal-button-container'); <